body  {
	background:#000000;
	background-image: url(images/tlo.jpg);
	margin: 0; 
	font-family: Georgia, "Times New Roman", Times, serif;

}
a {
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
	cursor: url(images/cursor.svg) , url(images/cursor.cur) , help; 
	}

a:link {
	text-decoration:none; 
	color:#FFFFFF; 
}	

a:hover {
	color: #CC6600;
}
ul, li { 
	list-style:none;
}
h2 {
	color:#FFFFFF;
}
h5 {text-align: right;}

#top {
	width: 763px; 
}

#menu { 
	width: 170px; height: 250px; 
	background: url(images/menu_bg.png) no-repeat; 
	font-size: 18px;
	font-style: oblique;
	line-height: 24px;
	overflow: hidden; 
	float: left;
	padding: 0px;
}

#content { 
	width: 553px;
	font-size: 13px;
	line-height: 19px;
	float: left;
	background-color: #CC6600;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
}

#footer {
	width: 763px;
	color: #fff; 
	text-align:right;
	overflow: hidden; 
	float: left; 
	height: 20px; 
	font-size: 10px;
}