body {
margin:0;
padding:0;
font-family:verdana;
font-size:8pt;
background-color:#000000;
min-width:800px;
}

table 
{
	margin-left: 0px;
	margin-right: 0px;
	border: 0px;	
}

td
{
font-family:Verdana; color: #000000; 
font-size: 8pt;
}

img {
border:0;
}

img.icon {
	float: left;
}

img.thumb {
	border: solid 1px #000000;
	margin: 1px;
}

hr {
	color: #000000;
}

input.button 
{
	font-size:8pt;
	font-family:Verdana;
	color:#FFFFFF;
	background-color:#FFC5C5;
	border:solid 1px #000000;
}

#container {
	background-image:url('images/footer.jpg');
	background-repeat:repeat;
	margin:0 auto;
	width:800px;
	float: none;
}

#top {
}

#menu {
	width:150px;
	float:left;
	margin-top:-2px; 
	text-align:center;
	background:#000000;
}


#menu ul {
	margin:0;
	padding:0;
	width:150px;
	float:left;
}

#menu li {
	padding-top:1px;
	list-style-type:none;
	display: inline;
}

#menu a {
	float:left;
	width:150px;
	height:30px;
	color:#FFFFFF;
	background:#000000;
	text-decoration:none; 
	font-weight:bold;
	padding-top:2px;
}

#menu a:hover {
	background-color:#FFC5C5;
}

#content {
	background:#FFC5C5;
	float:left;
	width:640px;
	margin-left:5px;
	margin-top: 10px;
}

#content a:link, a:visited, a:active {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#content a:hover{color:#000000;text-decoration:none; font-weight:bold;}
#content li {margin-left:10px;}

#footer {
	background-image:url('images/footer.jpg');
	text-align:center;
	padding-left:150px;
	height:40px;
	clear:both;
}