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;
	height: 600px;
	background-color: #fff;
	margin: auto;
}

#wrapper .container {
	height: 100%;
	width: 900px;
	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;
}

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

img {
border: 0px;
}

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