@charset "UTF-8";
/* CSS Document */

body {
background-color:#000000;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#CCCCCC;
padding-top:0px;
margin-top:0px;
}

a:link
{
text-decoration:none;
color:#00CCFF;
}
a:visited {
	text-decoration: none;
	color: #00CCFF;
}


a:hover {
	border-bottom: #bdf 1px solid;
}

#LogoContainer {
width:855px;
height:295px;
background-image:url(images/Logo.jpg);
background-repeat:no-repeat;
border:none;
margin-left:auto;
margin-right:auto;
}

#MainContentContainer {
margin-left:auto;
margin-right:auto;
width:auto;
border:none;
}

#LeftColumn {
width:384px;
height:auto;
background-color:#FFFFFF;
}

#RightColumn {
width:384px;
height:auto;
background-color:#FFFFFF;
}