@charset "utf-8";
body {
	margin: 0px;
	color:#666666;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	background-position: center top;
		
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:justify;
}

*{
	margin:0px;
	padding:0px;
}
.main{
	margin:0px auto;
	width:800px;
}
#menu {
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align:center;
	color: #666666;
}
.left_image {
	height: 527px;
	width: 253px;
}

#menu ul{
	margin:0px;
	padding:0px;
}
#menu li{
	list-style-type:none;
	display:inline;
	line-height:30pt;
}
#menu li a{
	text-decoration:none;
	color:#666666;
	outline:none;
	padding-top: 11px;
	padding-right: 14px;
	padding-bottom: 11px;
	padding-left: 14px;
}
#menu li a:hover{
	color:#FFFFFF;
	background-color:#333333;
}
.selected{
	color:#fff;
	background-color:#333333;
}
img{
	border:none;
	behavior: url("pngbehavior.htc");
}
h1{
	font-weight:normal;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:25px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
a{
	outline:none;
}.footer {
	color: #515151;
}
.top_black{
	background-color:#000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #292929;
}

