*{margin:0;padding:0;}
body,html{padding-top:15px;margin:0;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(img/bg_body3.jpg);
	background-repeat: repeat-x;
}

#wrap {
	width:800px;
	margin:0 auto;
	border: 1px solid #999;
	background: #fff;
}
#head {
	height: 183px;
	background: url(img/logo.gif) no-repeat;
	text-align: right;
}
#nav{
	padding:8px 5px;
	background: url(img/bg_nav.jpg) repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #999;
	border-bottom-color: #999;
}
#nav ul{text-align:center;}
#nav li{display:inline;padding:0px 5px;}
#nav li a{
	padding:8px;
}
#nav li a:link {
	border: 0px solid #fff;
	color:#fff;
	text-decoration:none;
}
#nav li a:visited {
	border: 0px solid #fff;
	color:#fff;
	text-decoration:none;
}
/*#nav li a:hover{color:#FFF;text-decoration:none;}*/
#nav li a:hover{
	border: 0px solid #000;
	background: #fff;
	color: #000;
}



#main {
}
#left {
	float:left;
	width:190px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#left p{}
#content {
	width:540px;
	margin-left:210px;
	background: #FFFFFF;
	padding: 20px;
}
#content h1{
	color: #615B4B;
	padding-bottom: 10px;
}
#content h2{
	color: #615B4B;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 16px;
}
#content p{
	padding-top: 6px;
	padding-bottom: 6px;
}
#content img{
	padding: 5px;
}
#foot {
	clear:both;
	text-align: center;
}

#imageContainer {
	position:relative;
	margin-left:282px;
	width:518px;
	border:0px solid #000;
	height:183px;
}


#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}
