/* reset */
body, h1, h2, h3, h4, h5, h6, 
p, address, form, fieldset, 
ul, ol, li, object, param, table, legends, input {
	margin: 0;
	padding: 0;
}

a, a:visited {text-decoration: none;}
fieldset, img, object, param, table, td, th, tr, legend {border: 0;}
li {list-style:none;}
/* end of reset */
body {
	background: #000;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}
h3:first-letter 
{
	color: #999;
	font-size: 18px;
}
h1:first-letter 
{
	color: #333;
	font-size:xx-large
}
p:first-letter 
{
	color: #ff0000;
	font-size:x-large
}
a  {
	color: #777;
}
a:hover  {
	color: #999;
	text-decoration: underline;
}
#top {
	background: #000;
	width: 900px;
	height: 110px;
	margin: auto;
}
#top  h1 {
	padding: 20px 0 0 30px;
	letter-spacing: 15px;
	color: #777;
	font-size: 30px;
}
#top  h2 {
	padding: 0 0 0 30px;
	letter-spacing: 10px;
	font-size: 10px;
	font-weight: normal; 
	border-bottom: 1px dashed #000;
}
#content {
	margin: auto;
	width: 900px;
}
#left_menu  {
	float: left;
	background: #2c2f20;
	width: 200px;
	text-align: center;
}
#left_menu  h3 {
	font-size: 15px	
}
#left_menu  ul {
	padding: 10px 0 10px 0;
}
#left_menu li {
	list-style-type: lower-roman;
}
#main {
	float: left;
	width: 500px;
}
#main p {
	padding: 10px 15px 10px 15px;
	text-align: justify;
}
#right_menu {
	float: right;
	background: #2c2f20;
	width: 200px;
	text-align: center;	
}
#right_menu  h3{
	font-size: 15px;
}
#right_menu  ul {
	padding: 10px 0 10px 0;
}
#footer {
	width: 900px;
	float:left;
	margin: auto;
	text-align: center;
}