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;
}
#header h3 {
text-shadow: 10px -10px 2px #000;
}

#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;
text-shadow: 20px 0px 2px #000;
}
	

#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 {
	position: absolute;
	bottom: 0;
	width: 900px;
	height: 60px;;
	background-color: #fff;
	margin: auto;
}

#low-border {
	width: 100%;
	height: 8px;
	border-bottom: 8px solid #000;
	-moz-border-bottom-colors: #555 #666 #777 #888 #999 #aaa #bbb #ccc;
	position: absolute;
	bottom: 0;
}

#top-border {
	width: 100%;
	height: 8px;
	border-top: 8px solid #000;
	-moz-border-top-colors:    #555 #666 #777 #888 #999 #aaa #bbb #ccc;
	position: absolute;
	top: 0;
}

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