body {
	text-align: center;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

#container {
	width: 750px;
	background-color: white;
	border: solid thin black;
	margin: auto;
	text-align: center;
}

#top {
	width: 750px;
}

#sidebar {
	float: left;
	width: 146;
}

#main {
	width: 580px;
	background-color: white;
	border: none;
	color: #CC0000;
	float: right;
	padding: 10px;
}

#logos {
	clear: both;
	width: 749px;
	background-color: white;
	color: black;
	text-align: center;
	margin: auto;
	border: thin solid black;
}

#footer {
	clear: both;
	width: 750px;
	background-color: #5A0DE1;
	color: white;
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-align: center;
	margin: auto;
}

#sidebar a {
display: block;
border: 1px solid;
border-color: #aaa #000 #000 #aaa;
width: 120px;
background: #8ED300;
text-align: center;
margin: auto;
}

#sidebar a:hover
{
position: relative;
top: 1px;
left: 1px;
border-color: #000 #aaa #aaa #000;
margin: auto;
}

#footer a {
	color: gold;
}