@charset "utf-8";

body {
	margin:0;
	background-image:url(images/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#header {
	width:766px;
	height:124px;
	margin:0 auto;
}
#header h1#logo {
	margin:0;
	padding:55px 0 0 0;
	float:left;
}
#header ul#nav {
	margin:0;
	padding: 90px 0 0 0;
	float:right;
	list-style:nonel;
	height:16px;
}
#header ul#nav li {
	float:left;
	display:block;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:16px;
	border-right: 1px solid #bba488;
}
#header ul#nav li.lastnav {
	border-right:none;
}
#header ul#nav li a {
	display:block;
	padding: 0 10px;
	color:#99cccc;
	text-decoration:none;
}
#header ul#nav li a:hover,
#header ul#nav li a.currentnav {
	color:#361d06;
}
#contentwrapper {
	width:766px;
	height:399px;
	margin:0 auto;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	background-color:#402207;
	position:relative;
}
#contentwrapper #homeflash ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:455px;
	height:399px;
	border-right:1px solid #fff;
}

#contentwrapper #contenthome {
	position:absolute;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #ffffff;
	top:0;
	right:0;
	width:260px;
	padding:40px 25px 0 25px;
}
#contentwrapper #content {
	position:absolute;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #ffffff;
	width:460px;
	height:340px;
	top:0;
	left:0;
	padding:25px;
	overflow: auto;	
}
#contentwrapper #content a {
	color:#cbecf0;
}
#contentwrapper #pageimage {
	float:right;
}
#contentwrapper #gallerycontent {
	position:absolute;
	right:0;
	top:0;
	width:220px;
}
ul#gallerynav {
	list-style:none;
	margin:10px 0 10px 0;
	padding:0;
}
ul#gallerynav li {
	display:block;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:20px;
}
ul#gallerynav li a {
	color:#ffffff;
	text-decoration:none;
}
ul#gallerynav li a:hover,
ul#gallerynav li a.currentnav {
	color:#99cccc;
}
#contentwrapper #gallerycontent table {
	margin: 10px auto;
}
#contentwrapper #gallerycontent p {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:20px;
	color:#ffffff;
}
#footer {
	width:766px;
	margin:10px auto;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #669999;
}
#footer #copyright {
	float:left;
}
#footer #copyright a {
	color: #669999;
}
#footer #DigitalEYE {
	float:right;
}