@import url("reset.css"); 


body
{
	font-family: Trebuchet MS;
	font-size: 100.01%;
	font-size: 14px;
	line-height: 150%;
	 
 	background: #000;
	color: #888;
	margin: 20px;
	min-width: 1024px;
}
a:link,
a:visited,
a:hover,
a:active 
{
	color:  #fff; 
	text-align: justify;
	text-decoration: none;
}
a:visited 
{
	color: #ccc;
}
a:hover,
a:active 
{		
	text-decoration: underline;
}
h1
{	
	font-size: 20px;	
	color: #fff; 
	text-align: center;
	margin-bottom: 5px;
	margin-top: 25px;
	font-weight: bold;
}
h2
{
	font-size:14px;
	font-weight: bold;	
}
img
{
	border: none;
}
p
{
	padding: 10px;
	text-align: center;
}
li a:link,
li a:visited,
li a:hover,
li a:active 
{
	
	text-align: center;
	text-decoration: none;
	border: 1px solid #fff;	
	padding: 5px;
}
li a:hover,
li a:active 
{
	background-color: white;	
	color: #000;
	border: 1px solid #000;
}
#menu li, #menu ul
{
	float: left;
	display: inline;
	margin: 5px;
}
#left_corner
{
	font-size: 16px;
	color: orange;
	width: 200px;
	position: absolute;
	top: 5px;
	left: 5px;
	text-align: justify;
	border: 1px dotted orange;
	padding: 10px;
}
#left_corner span
{
	font-weight: bold;
	border-bottom: 1px dotted white;	
	border-left: 1px dotted white;	
	border-right: 1px dotted white;	
	padding: 0px 4px;
	background-color: #333;
}
#content
{
	float: left;
	margin-top: 15px;
	border-top: 1px dashed white;
	width: 480px;
}
#content p
{
	text-align: justify;
}
