html {
	height:100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	min-height:101%;
}
#wrapper {
	position:relative;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 184px 0 0 0;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#036;
	border:2px solid #fff;
}
#content {
	width: 620px;
	float: right;
	color: #eef;
}
#contentText {
	float:left;
	width: 400px;
}
#contentText a:link, #contentText a:visited {
	color:#fff;
}
#contentText a:hover {
	background-color:#fff;
	color:#069;
}

#contentText h2 {
	font-size: 1.1em;
	font-weight:bold;
	text-transform:uppercase;
}
#contentText li {
	margin-bottom:10px;
}

.contentEnd {
	clear:both;
}
#contentImages {
	float:right;
	width: 210px;
	text-align:left;
	padding-top: 20px;
}
#contentImages img {
	display:block;
	margin-bottom: 10px;
}
#navigation {
	float: left;
	width: 120px;
	background-color:#036;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #eef;
}
#navigation li {
	width: 119px;
	margin: 0;
	padding: 0;
	font-size: .8em;
	vertical-align: bottom;
	margin-bottom: 10px;
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #036;
	background-color: #036;
	color: #eef;
}
#navigation a:hover {
	background-color: #eef;
	color: #036;
}
#footer {
	clear: both;
	padding: 20px 0 10px 255px;
	font-size: .6em;
	font-style:italic;
	color: #eef;
}