@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#container {
	width: 960px;
	margin: 0 auto;
	background-color: #ffffff;
	text-align: left;
}

#header {
	width: 100%;
	height: 350px;
}

#nav {
	width: 100%;
	color:#FFFFFF;
	font-size: 13px;
	background-image: url(../images/bg_nav.jpg);
	height: 46px;
	font-weight: bold;
}

#nav a:link {
	padding: 14px 18px 10px 18px;
	height: 22px;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
}

#nav a:visited {
	padding: 14px 18px 10px 18px;
	height: 22px;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
}

#nav a:hover {
	padding: 14px 18px 10px 18px;
	height: 22px;
	color: #FFF;
	background-image: url(../images/nav_hover.jpg);
	background-repeat: repeat-x;
	text-decoration: underline;
	float: left;
}

#main {
	width: 100%;
	color:#000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#mainleft {
	width: 630px;
	padding: 10px 0px 20px 20px;
	float: left;
	line-height: 1.6;
}

ul {
	line-height: 1.9;
}

#mainleft p {
	padding: 0px 15px 0px 15px;
}

#maingallery {
	width: 910px;
	padding: 10px 20px 20px 20px;
	float: left;
	line-height: 1.6;
}

#mainright {
	width: 264px;
	padding: 20px;
	float: left;
}

#footer {
	width: 920px;
	height: 60px;
	padding: 20px;
	text-align: center;
	color: #FFF;
	background-image: url(../images/bg_footer.jpg);
	font-size: 11px;
	line-height: 1.6;
}

#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
	text-decoration: underline;
}

.footlink:link {
	color: #FFF;
	text-decoration: none;
	margin: 0px 10px 0px 10px; 
}
.footlink:visited {
	color: #FFF;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}
.footlink:hover {
	color: #999;
	text-decoration: underline;
	margin: 0px 10px 0px 10px;
}

.spacer {
	width: 1px;
	background-color: #666;
	display: block;
	float: left;
	height: 40px;
}

.rightdet {
	padding-top: 10px;
	line-height: 1.6;
}

.rightdettext {
	font-size: 13px;
	margin: 10px 0px 0px 20px;
	padding: 0px;
	color: #333;
}

.rightdet a:link, .rightdet a:visited {
	color: #333;
	text-decoration: none;
}

.rightdet a:hover {
	color: #000;
	text-decoration: underline;
}

.rightdetsmalllink:link, .rightdetsmalllink:visited {
	color: #999;
	text-decoration: none;
	font-size: 11px;
}

.rightdetsmalllink:hover {
	color: #999;
	text-decoration: underline;
}

.newstextfield {
	margin-bottom: 8px;
}

.accom {
	background-color: #F2F2F2;
	padding: 5px 20px 20px 20px;
	margin-bottom: 20px;
}

.accom h2 {
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #883E00;
}

.sidehead {
}

.sidemain {
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-y;
	padding-left: 10px;
}

.sidefoot {
}

h1 {
	background-image: url(../images/heading-bg.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 20px;
}