/*---- general styles ----*/

* { padding: 0; margin: 0; font-family: "Trebuchet MS", Verdana, Arial, sans-serif; }

body {
	background-color: #918f8f;
	min-width: 760px;
}

#wrapper {
	margin: 30px auto;
	width: 760px;
	text-align: left;
}

#header {
	float: left;
	width: 760px;
	border-bottom: 2px solid #FFFFFF;
}

#navigation {
	float: left;
	width: 482px;
	margin-top: 104px;
	background-color: #231F20;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	min-height: 30px;
	_height: 30px;
}

#navigation  ul {
 list-style: none;
}

#navigation li {
 float: left;
 display: block;
 position: relative;
 width: 20%;
 text-align: center;
}

#navigation li a {
	display: block;
	
	line-height: 30px;
	color: #ffffff;
	text-decoration: none;
	font-size: 0.8em;
	background-color: #231F20;
}

#navigation li a:hover {
	background-color: #FFE804;
	color: #231F20;
}

#navigation li.navon a {
	background-color: #ffffff;
	text-decoration: none;
	font-size: 0.8em;
	color: #231F20;
}

#logo {
	float: left;
	width: 276px;
}

#main {
	float: left;
	width: 760px;
	background-color: #FFFFFF;
}

#content {
	float: left;
	width: 414px;
	padding: 25px 35px;
}

#content h1 {
	color: #000000;
	font-size: 1.2em;
	line-height: 140%;
	margin-bottom: 1em;
}

#content p {
	color: #231F20;
	font-size: 0.8em;
	line-height: 140%;
	margin-bottom: 1em;
}

#content ul {
	margin-bottom: 1em;
}

#content li {
	color: #231F20;
	font-size: 0.8em;
	line-height: 140%;
	margin: 0 0 2px 45px;
}

#content a {
	color: #003366;
	text-decoration: none;
	border-bottom: 1px dotted #FFE804;
}

#content a:hover {
	color: #231F20;
	text-decoration: none;
	border-bottom: 1px dotted #231F20;
}


#gallery {
	float: left;
	width: 276px;
	background-color: #FFFFFF;
}

#footer {
	float: left;
	width: 760px;
	border-top: 2px solid #FFFFFF;
}

#footer p {
	color: #CCCCCC;
	font-size: 0.7em;
	line-height: 50px;
}

#footer a {
	color: #FFE504;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#commun {
	float: left;
	width: 185px;
	background-color: #231F20;
	padding-left: 15px;
	min-height: 50px;
	_height: 50px;
}

#links {
	float: left;
	width: 282px;
	background-color: #231F20;
	border-right: 2px solid #FFFFFF;
	text-align: right;
	min-height: 50px;
	_height: 50px;
}

#links img {
	margin: 5px;
}


#copyright {
	float: left;
	width: 276px;
	background-color: #231F20;
	text-align: center;
	min-height: 50px;
	_height: 50px;
}
