body {
    background-color:#000000;
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #ffffff;
     
}

h1 {
	height: 10px;
	font-size: 20px;
	color: #ffffff;
	background:none;
}
h2 {
	height: 33px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	background: url(images/gray.jpg) no-repeat;
}

#cont {
	width: 800px;
	margin: auto;
	background-color:#000000; 
}
#header {
	height: 115px;
	margin-left:-80px;
	background: url(images/header.jpg) no-repeat;
}

.menu{
	float: left;
	width: 100px;
	height: 35px;
	margin-top: 23px;
	margin-left: -140px;
	padding: 0px;
}
#content {
	width: 800px;
	margin-left:70px;
	margin-top: -6px;
}
#content a:link, #content a:visited {
	color: #cccccc;
	font-weight: bold;
}
#content a:active, #content a:hover {
	color: #999999;
	font-weight: bold;
}
#left {
	float: left;
	width: 100px;
	margin-left: 50px;
	text-align: justify;}
	#left a:link, #left a:visited { color: #ccc; text-decoration: none; } 
    #left a:active, #left a:hover { color: #999; text-decoration: none; }
#left span {
	color: #999;
	font-weight:bold;
}
#middle {
	float: left;
	width: 200px;
	margin-left: 30px;
	text-align: justify;
}
#middle a:link, #middle a:visited { color: #ccc; text-decoration: none; } 
#middle a:active, #middle a:hover { color: #999; text-decoration: none; }
#right {
	float: right;
	margin-left: 0px;
	width: 175px;
	margin-top: 0px;
	text-align: justify;
}
#right a:link, #right a:visited { color: #ccc; text-decoration: none; } 
    #right a:active, #right a:hover { color: #999; text-decoration: none; }
#right img {
	padding-left: 10px;
}

#footer {
	clear: both;
	width: 800px;
	margin-top: 10px;
	
}

.footer_left {
	float: left;
	width: 800px;
	padding-top: 48px;
	color: #ffffff;
}

.footer_dot {
	float: left;
	width: 1px;
	
}

