body {
	background-color: #fff;
	text-align: center;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 0.8em;
	margin: auto;
	padding: 0;
}

#header {
	width: 900px;
	background-color: #fff;
	margin: 25px auto 75px auto;
}

#wrapper {
	width: 900px;
	background-color: #fff;
	margin: auto;
}

#wrapper .container {
	width: 900px;
	height: 300px;
	background-color: #fff;
	margin: auto;
}

#wrapper .left {
	border-right: 1px solid #aeaeae;
	width: 120px;
	margin: auto;
	float: left;
	text-align: left;
}

#wrapper .left li {
	list-style-type: none;
}

#wrapper .left ul {
	margin: auto auto auto -30px;
}

#wrapper .left p {
	margin: auto auto 5px 10px;
	font-size: 12px;
	font-weight: bold;
}
	

#wrapper .right {
	padding: 2px;
	width: 750px;
	margin: auto auto auto 25px;
	float: left;
	text-align: left;
}

#wrapper .right h3 {
	margin: 3px auto 5px auto;
}

#footer {
	width: 900px;
	height: 60px;;
	background-color: #fff;
	margin: auto;
}

#low-border {
	width: 100%;
	height: 5px;
	background-color: #000;
	position: absolute;
	bottom: 0;
}

#top-border {
	width: 100%;
	height: 5px;
	background-color: black;
	position: absolute;
	top: 0;
}

A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:active {text-decoration: none;}
A:hover {text-decoration: none;}

.style { font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:17px; font-weight:300;  border:solid #666666 1px; margin:25px auto 0; padding:15px 0 15px 0; width:700px}
.style1 {color: #BB0000; width:700px}
.style2{font-size: 24px; font-weight:bold}
.style2:link{ text-decoration:none;}
.style2:visited{ text-decoration:none; color:#666666}
.style2:hover{ text-decoration:underline; color:#009900}  
.style3{ margin:15px auto 0; padding:15px 50px; width:700px; font-family:Arial, Helvetica, sans-serif;}
.style5{ text-align:left !important; font-size:12px}