@CHARSET "ISO-8859-1";

body {
	background-color: #666;
	
}

#header {
	background-color: #CCC;
	color: #FFF;
	padding: 0.5%;
}

#header a, #header a:link, #header a:active {
	color: #000;
	outline: none;
}

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

#header a:visited, #header a:hover {
	text-decoration: none;
	color: #FFF;
}

#contentwrapper {
	margin-top: 2%;
	width:900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	margin-left: 1%;
}

#content a:link, #content a {
	font-weight: bold;
	text-decoration: none;
	color: blue;
}

#content a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#content a:visited {
	color: #800000;
}

#search {
	width: 275px;
	float: right;
	font-weight: bold;
	margin-top: -4%;	
}

#navigation {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #000;
	padding: 1%;
	font-variant: small-caps;
	font-weight: bold;
}

#navigation li, #navigation ul {
	list-style: none;
	display: inline;
}

#navigation li {
	margin-left: 1%;
}

#navigation a, #navigation a:link, #navigation a:active  {
	color: #FFF;
	text-decoration: none;
	outline: none;
}

 
 #navigation a:hover {
	text-decoration: underline;
}

#contentimage {
	float: right;
	width: 300px;
	margin-top: 13%;
	margin-bottom: 2%;
	margin-left: 1%;
}

#footer {
	background-color: #000;
	color: #FFF;
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1%
}

#footer a:link, #footer a {
	font-weight: bold;
	text-decoration: none;
	color: blue;
}

#footer a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#footer a:visited {
	color: #800000;
}
