
html {
	height: 102%;
}

body {
	background: #d8d8d8 url(images/background.gif) repeat-x;
	background-attachment: fixed;
	margin: 0 0 10px 0;
	text-align: center;
	padding: 0;
}

body, p {
	font-family: arial, verdana, helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
}

h1 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}


#header {
	width: 738px;
	background: white url(images/header_background2.jpg) repeat-y;
	padding: 16px;
	text-align: left;
	margin: 0 auto 0;
}

#nav    {
	background-color: #356aa0;
	color: white;
	float: left;
	width: 770px;
	border-top: 2px solid #356aa0;
	padding: 0;
}

#nav ul {
	margin: 0 0 0 20px;
	padding: 0;
}

#nav li {
	display: inline;
	margin: 0 4px 0 4px;
	padding: 0;
}

#nav li a {
	padding: 5px;
	text-decoration: none;
	border-right: 1px solid black;
	color: white;
	float: left;
	outline: none;
	margin: 0;
}

#nav li a:hover  {
	color: black;
	background-color: #8dcff4;
}

#nav a.current {
	color: black;
	background-color: white;
}

#container {
	width: 770px;
	overflow: hidden;
	clear: both;
	margin: 0 auto 0;
	padding: 0;
	text-align: left;
	position: relative;
	background-color: white;
}

#content {
	width: 596px;
	background-color: white;
	color: black;
	padding: 10px;
	margin-left: -170px;
	float: right;
}

#content a img {
	border: 0;
}

#main {
	padding: 50px 25px 25px 25px;
}

#main a img {
	border: 0;
}

#messagebox {
	width: 110px;
	border: 1px solid #cccccc;
	background-color: #efefef;
	padding: 6px;
	margin: 10px;
}

#newsbox {
	width: 110px;
	border: 1px solid #cccccc;
	background-color: #efefef;
	padding: 6px;
	margin: 100px 10px 10px 10px;
}

#photo {
	margin: 5px 14px 5px 0;
	float: left;
}

#photo a img {
	padding: 10px;
	border: 0;
}

#photo a:hover {
	background-color: #ffffff;
	text-decoration: none;
	border: 0;
}

#photo a .large {
	border: 0;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -20px;
	width: 1px;
}

#photo a.p1:hover .large {
	display: block;
	left: 30px;
	top: 60px;
	height: 240px;
	width: 320px;
	position: absolute;
}

#photo a.p2:hover .large {
	display: block;
	left: 120px;
	top: 76px;
	height: 240px;
	width: 320px;
	position: absolute;
}

#photo a.p3:hover .large {
	display: block;
	left: 120px;
	top: 196px;
	height: 260px;
	width: 320px;
	position: absolute;
}

#photo a.p4:hover .large {
	display: block;
	left: 120px;
	top: 376px;
	height: 240px;
	width: 320px;
	position: absolute;
}

#photo a.p5:hover .large {
	display: block;
	left: 120px;
	top: 520px;
	height: 240px;
	width: 320px;
	position: absolute;
}

#photo a.p6:hover .large {
	border: 0;
	display: block;
	left: 120px;
	top: 660px;
	height: 240px;
	width: 320px;
	position: absolute;
}

#left {
	width: 164px;
	background-color: white;
	float: left;
	margin: 0;
	padding: 0;
	color: black;
}

.rightside {
	text-align: right;
	margin-right: 20px;
}

#footer {
	margin: 0 auto 0;	
	width: 758px;
	text-align: center;
	padding: 6px;
	background-color: #356aa0;
	color: white;
}
