@charset "UTF-8";
/* CSS Document */

body {
	color:#D6C5AD;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}

#wrapper {
	width:900px;
	height:auto;
	margin:0 auto;
}

#header {
	width:900px;
	height:120px;
	float:left;
}

#logo {
	float:left;
	width:164px;
	height:120px;
}

#content {
	width:900px;
	height:600px;
	float:left;
	border:1px solid #D6C5AD;
}

#image {
	width:888px;
	height:588px;
	margin:5px 0 0 5px;
	float:left;
	border:1px solid #D6C5AD;
}

#footer {
	width:900px;
	height:50px;
	padding:15px 0 0 0;
	float:left;
	font-size:11px;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

#nav {
	float:right;
	width:500px;
	height:50px;
	padding-top:70px;
	text-align:right;
	background-image:url(../images/white_dots.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#nav li {
	float: left;
}

#nav  ul  {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#nav a {
	display:block;
	float:left;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	color: #D6C5AD;
	height: 35px;
	width: auto;
	margin-left: 15px;
	text-decoration:none;
	text-align: center;
	padding-top: 10px;
	vertical-align: text-bottom;
	border-top:2px solid #BD2200;
}
#nav a:hover {
	text-decoration:none;
	color: #BD2200;
	border-top:2px solid #D6C5AD;
}
#nav .current_page_item a {
	text-decoration:none;
	color: #D6C5AD;
	border-top:2px solid #D6C5AD;
}

a {
	color: #D6C5AD;
	text-decoration:none;
}

a:hover {
	color:#FFF;
	text-decoration:underline;
}





