body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Verdana, Trebuchet MS, Arial, Sans-Serif;
	background-color: #141321;
	color: #333;
	align: center;
}

a {
text-decoration: none;
color: #1E1F36;
font-weight: bold;
}
a:hover {
text-decoration: none;
color: #000000;
font-weight: bold;
}

menu
{
float:left;
width:100%;
padding:1em;
margin:0;
list-style-type:none;
text-align: center;
}

div.menuitem
{
float:left;
text-decoration:none;
color:white;
background-color: #CBCDE2;
padding:0.2em 1.5em;
border-right:5px solid white;
font-size: 12px;
}

div.comment
{
width:650px;
text-align:left;
float:center;
background-color: #CBCDE2;
padding:0.2em 0.6em;
border-style: dashed;
border-width: 2px;
}

hr
{
border: none 0;
border-top: 2px dashed #333333;
}

li {display:inline}

div.container
{
width:800;
margin:0px;
border:0px;
line-height:150%;
}

div.header
{
background-color: #141321;
clear:left;
}

div.footer
{
background-image:
url('img/footer.jpg');
text-align: center;
height: 92px;
color: #FFFFFF;
font-size: 10px;
}

div.content
{
background-image:
url('img/background.jpg');
background-repeat: repeat-y;
text-align: center;
}
