@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
	text-align: left;
}

#header {
	width: 100%;
	height: 420px;
}

#nav {
	width: 100%;
	color: #000;
	font-size: 11px;
	background-color: #EE8241;
	height: 40px;
	font-weight: bold;
}

#nav a:link {
	padding: 12px 14px 10px 14px;
	height: 20px;
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
}

#nav a:visited {
	padding: 12px 14px 10px 14px;
	height: 20px;
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
}

#nav a:hover {
	padding: 12px 14px 10px 14px;
	height: 20px;
	color: #666;
	background-color: #FFF;
	text-decoration: none;
	float: left;
}

#main {
	width: 100%;
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#mainleft {
	width: 640px;
	padding: 40px 20px 20px 20px;
	float: left;
	line-height: 1.6;
}

#maingallery {
	width: 910px;
	padding: 40px 20px 20px 20px;
	float: left;
	line-height: 1.6;
}

#mainright {
	width: 230px;
	padding: 20px;
	float: left;
	border-left-color: #CCC;
	border-left-style: solid;
	border-left-width: 1px;
}

#footer {
	width: 920px;
	height: 60px;
	padding: 20px;
	text-align: center;
	color: #000;
	background-color: #EE8241;
	font-size: 11px;
	line-height: 1.6;
}

#footer a:link, #footer a:visited {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #999;
	text-decoration: underline;
}

.footlink:link, .footlink:visited {
	color: #000;
	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 {
	border-top-color: #CCC;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 10px;
	line-height: 1.6;
}

.rightdet h2 {
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #ED8140;
}

.rightdet a:link, .rightdet a:visited {
	color: #ED8140;
	text-decoration: none;
	font-weight: bold;
}

.rightdet a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

.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: #ED8140;
}