body 
{
	line-height: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999999;
	background: url("images/bg.jpg") repeat-x;
}
a:link, a:visited 
{ 
	color: #ff5400; 
	text-decoration: none; 
	font-weight: normal;
} 
a:active, a:hover 
{ 
	color: #ff5400; 
	text-decoration: underline;
}
#site 
{
	font-size: 30px;
	color: #eceb81;
	text-align:left;
}
#title 
{
	font-size: 22px;
	color: #eceb81;
	text-align:center;
}
table
{
	border: 0px solid #CCC;
	padding: 2px;
	font-family: Tahoma;
	font-size: 15px;
}
table td
{
	padding: 6px;
	border-bottom: 1px dotted #CCC;
}
table td.td
{
	background: #DDD;
	font-weight: bold;
}
#content 
{
	width: 650px;
	margin: 52px;
	line-height: 50px;
	border-width: 1px; 
	border-style: solid; 
	border-color:#336699;
	padding: 10px;
	background:#FFFFFF;
}
#ul 
{
	width: 580px;
	margin: 15px 0 0 180px;
	padding: 0px;
	list-style: none;
}
#ul li{
	display: inline;
}
#ul li a
{
	float: left;
	padding: 0 20px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	outline: none;
}
#li a:hover, li
{
	color: #eceb81;
}
a 
{
	color: #FFF;
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;	
}
img
{
	margin: 0 0 5px 0;
	border: none;
}