@charset "utf-8";
body {
	background-color: #222222;
	background-repeat: repeat;
	height: 100%;
}	
#navigation {
	float: left;
	height: 32px;
	width: 800px;
	padding-top: 0px;
	padding-left: 20px;
	margin-top: -30px;
}
#ArdentLogo {
	margin-top: 5px;
}

#wrapper {
	float: left;
	width: 1000px;
}
#Content {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 130%;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	margin-top: -200px;
}
#LogoLinks {
	width: 80px;
	clear: left;
	padding-top: 400px;
	margin-left: -10%;
}
em {
	font-weight: bolder;
	color: #00CC66;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 30px;
}


#wrapper2 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

A:link {
	text-decoration: none;
	color: #00A651;
	font-weight: bolder;
}
A:visited {
	text-decoration: none;
	color: #00A651;
		font-weight: bolder;
}
A:active {
	text-decoration: none;
	color: #00A651;
		font-weight: bolder;
}
A:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: bolder;
}
em2 {
	font-size: 18px;
}
em3 {
	font-style: italic;
}
html {
	height: 100%;
}

