/* CSS Document */
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color:#333333;
}
#master {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	background-color:#666666; 
}
#container {
	width:1024px;
	color:#CCCCCC;
	background-color:#666666; 
}
#header {
	width:1024px;
	height:160px;
	text-align:left;
	font-weight:bold;
}
#header img {
	margin:10px;
}
.gallery {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 36px;
}
#Lcol {
	width:180px;
	height:500px;
	float:left;
	padding:5px 5px;
	background-color:#666666; 
}
#Rcol {
	width:804px;
	height:500px;
	float:right;
	padding:5px 5px;
	background-color:#666666; 
}
.Acol {
	width:180px;
	float:left;
	height:150px;
	padding:5px;
	margin:5px;
	text-align:center;
}
#Bcol {
	width:180px;
	float:left;
	height:145px;
}
H4 {
	color:#CCCCCC;
}
#footer {
	width:1024px;
	height:120px;
	float: left;
	text-align: center;
	font-size:10px;
	color:#CCCCCC;
}
#homefoot {
	width:1024px;
	height:50px;
	float:left;
	text-align:center;
	font-size:10px;
	color:#CCCCCC;
}
.foot a:link {
	color:#FFFFFF;
}
.foot a:visited {
	color:#CCCCCC;
}
.foot a:hover {
	color:#CCFF66;
}
.img {
	border-color:#000000;
	border-width:4px;
}
a:link {
	color:#CCCCCC;
}
a:visited {
	color:#CCCCCC;
}
a:hover {
	color:#CCFF66;
}
.title {
	font-size:16px;
	font-weight:500;
	text-align:center;
	text-decoration:underline;
}
#menuh {
	width:1004px;
	height:30px;
	background-color:#000066;
	display: block;
	color:#000066;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
	vertical-align: middle;
	border-left:10px solid #666666;
	border-right:10px solid #666666;
}
#nav {
	float: left;
	padding:10px 0px 0px 6px;
	color:#CCCCCC;
}
#nav ul, li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	vertical-align: middle;
}
#nav li a {
	width: 168px;
	margin-left: 0px;
	text-decoration: none;
	display: block;
	color:#000066;
	font-weight: bold;
	font-size: 17px;
	padding-bottom: 5px;
	vertical-align: middle;
	padding-left: 2px;
}
#nav li { 
	display: inline; 
} /* fix for IE blank line bug */
#nav ul > li { 
	display: list-item; 
}
#nav li > a { 
	width: auto; 
	height: auto; 
}
#nav li a:hover {
	color:#CCCCCC;
	background-color:#000066;
}