/* CSS Document */


body {background-color:#000000;
margin:0px;
padding:0px;
}

.main {
width:800px;
height:800px;
margin:0;
padding:0;
text-align:left;
vertical-align:top;
}

.header {
height:185px;
}

.sidebar {
width:150px;
margin:0px;
padding:0px;
text-align:left;
vertical-align:top;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color:#CC0000;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
	