 a:link {
	color: #00FFFF;
	text-decoration: underline;
	background-color: #00121c;
} 
 
 a:visited {
	color: #00FFFF;
	text-decoration: underline;
	background-color: #00121c;
} 
 
 a:active {
	color: #00FFFF;
	text-decoration: underline;
	background-color: #00121c;
} 
 
 a:hover {
	color: #FFFFFF;
	background-color: #00121c;
}
body 
{
	text-align: center;
	margin-top: 0px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	color: #FFFFFF;
	position: relative;
	padding: 0px;
	margin-bottom: 0px;
	background-color: #00121c;
}

#Container {
	position: relative;
	width:900px;
	padding: 0px;
	float: left;
	color: #FFFFFF;
	background: #00121c;
}
#content {
	text-align: justify;
	font-size: 80%;
	width: 660px;
	margin-top: 0px;
	float: right;
	padding-right: 20px;
	margin-bottom: 5px;
	padding-top: 10px;
}

#footer{
	width: 890px;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	font-size: 70%;
	border-top-style: solid;
	padding-bottom: 2px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #00121C;
}

#header {
	width: 900px;
	float: left;
	height: 128px;
	position: relative;
	text-align: center;
	background-image: url(../pixs/logo.jpg);
	background-repeat: no-repeat;
	background-position: 170px;
	color: #FFFFFF;
	background-color: #00121c;
}

#innercontainer {
	width: 900px;
	position: relative;
	float: left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	vertical-align: top;
	background-color: #00121c;
}

.image {
	margin-bottom: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#leftmain {
	float: left;
	width: 200px;
	position: relative;
	top: 10px;
}

#strap {
	float: left;
	width: 890px;
	padding: 5px;
	font-weight: bold;
	font-size: 90%;
	color: #FFFFFF;
	background-color: #00121c;
}

