@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #AEAEAE;
	background-color: #000000;
	background-image: url(../graphics/bg_body.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
	padding: 0px;
}
#header {
	background-image: url(../graphics/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 15x;
	padding: 0 0 15px;
	height: 115px;
}
#header a {
	width: 700px;
	height: 100px;
	display: block;
}
#header h1, #header h2 {
	display: none;
}

#nav {
	float: left;
	width: 128px !important;
	padding: 0 !important;
	margin: 0 !important;
	background-color: #333333;
}

#nav ul ul {
	width: 128px !important;
	list-style-type: disc;
	display: inline;
	padding: 0;
	margin: 0;
	color: #CCCCCC;
	background-color: #333333;
}
#nav ul ul li {
	padding: 0;
	margin: 0 0 0 23px;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #333333;
}
#nav ul ul li a {
	border-top: none;
	text-decoration: none;
	padding: 4px 4px;
	margin: 0;
	height: 12px;
	display: block;
	background-color: #333333;
}

#nav ul {
	width: 128px !important;
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
	color: #CCCCCC;
	background-color: #333333;
}
#nav ul li {
	padding: 0;
	margin: 0 0 0 13px;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #333333;
}
#nav ul li a {
	border-top: 1px solid #525252;
	text-decoration: none;
	padding: 8px 4px;
	margin: 0;
	height: 15px;
	display: block;
	background-color: #333333;
}

.subnav {
	padding: 6px 4px 18px !important;
	display: block;
}
#navFirst {
	border-top: none !important;
	padding: 0 4px 8px !important;
}
#nav a#navLast {
	padding: 8px 4px 0 !important;
}
#nav a:link, #nav a:visited {
	color: #CCCCCC;
}
#nav a:hover, #nav a:active {
	color: #FFFFFF;
}
#navHeader {
	background-image: url(../graphics/nav_top.jpg);
	border-top: none !important;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	height: 16px;
	width: 128px;
}
#navFooter {
	background-image: url(../graphics/nav_bottom.jpg);
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	height: 16px;
	width: 128px;
}

*:first-child+html #navHeader {
	margin-top: -12px !important;
	margin-left: -16px !important;
}
*:first-child+html #navFooter {
	margin-left: -16px !important;
}



#main #content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 180px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#content h1 {
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}
#content h3 {
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
	margin-top: 15px;
	margin-bottom: 2px;
}
#content h4 {
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#content p {
	font-size: 14px;
	color: #AEAEAE;
	margin-top: 2px;
	margin-bottom: 10px;
}
#content ul, #content ol {
}
#content li {
}
#content a:link, #content a:visited {
	color: #96C1F1;
	text-decoration: none;
}
#content a:hover, #content a:active {
	color: #99CCFF;
	text-decoration: underline;
}
.headerLinks a:link, .headerLinks a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.headerLinks a:hover, .headerLinks a:active {
	text-decoration: underline;
}
#gallery {
	color: #AEAEAE;
}
#gallery p {
	font-size: 12px;
	float: left;
	width: 152px;
	height: 200px;
	padding: 4px !important;
	margin: 4px 10px 20px;
	background-image: url(../graphics/bg_gallery_item.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #141414;
}
#gallery p:hover, #gallery p:active {
	background-image: url(../graphics/bg_gallery_item_hover.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #313131;
}
#gallery a {
	border: none;
}
#gallery img {
	border: 1px solid silver;
	margin: 0 0 12px;
	clear: both !important;
}
#gallery a:link, #gallery a:visited {
	color: #AEAEAE;
	text-decoration: none;
}
#gallery a:hover, #gallery a:active {
	color: #99CCFF;
	text-decoration: none;
}


.galleryPhoto {
	border: 2px solid silver;
	margin: 10px 0;
	padding: 0;
	display: block;
}

#footer {
	clear: both;
	padding: 10px;
	margin: 30px 0 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	font-size: 11px;
}
#footer p {
	margin: 0;
	padding: 0;
}
