@charset "utf-8";

a img {border: none;} 
a:link {color:#09c; font-weight: bold; text-decoration:none;}
a:visited {color:#09c; font-weight: bold; text-decoration:none;}
a:hover { color:#666; }

#footer {
	float: left;
	background-color:#333;
	padding:7px;
	width:926px;
	text-align:center;
}

#footer ul {list-style-type:none; display:inline; padding:0;}
#footer ul li {list-style-type:none; display:inline; padding:0;}
a.footer:link {color:#09c; font-weight:bold; font-size: 12px; text-decoration:none;}
a.footer:hover {color:#000;}
a.footer:visited {color:#09c; font-weight:bold; font-size: 12px; text-decoration:none;}


body
	{
	background:url(../img/background.jpg) no-repeat center;
	background-color:#000;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	background-attachment: fixed;
	}

h1
	{
	margin: 0px 0px 2px 0px;
	font-size:16px;
	}
	
h2
	{
	margin: 0px 0px 0px 0px;
	font-size:16px;
	}

hr
	{
	height:2px;
	color:#ccc;
	}

.horizontal
	{
	float:left;
	width:940px;
	height:10px;
	
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
	
	border-top:0px;
	border-right:0px;
	border-left:0px;
	border-bottom:2px solid #ccc;
	}
	
#top
	{
	height:100px;
	width:940px;
	margin:0px;
	}
	
#navi
	{
	background-color:#666;
	border:1px solid #333;
	border-width:1px 0 0 0;
	height:31px;
	width:498px;
	margin:0;
	float:left;
	font-size:13px;
	}
	
#navispacer
	{
	background-color:#666;
	border:1px solid #333;
	border-width:1px 1px 1px 0;
	margin:0;
	height:31px;
	width:441px;
	float: left;
	}

#leftnavi
	{
	margin-right:10px;
	width:330px;
	float:left;
	}
	
#rightcolumn
	{
	float:left;
	position:relative;
	top:5px;
	width:600px;
	margin-bottom:6px;
	}
	
#workcontent
	{
	background-color:#333;
	width:570px;
	min-height:300px;
	padding:6px 15px 15px 15px;
	}

#banner
	{
	width:940px;
	margin:0px;
	}

#container
	{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	}
	
#footerleft
	{
	width:245px;
	height:120px;
	margin-right:10px;
	background-color:#666;
	color:#333;
	padding:10px;
	float:left;
	}
	
#footercenter
	{
	width:500px;
	height:120px;
	background-color:#666;
	padding:10px;
	color:#333;
	font-size:10px;
	line-height:23px;
	float:left;
	}
	
#footerright
	{
	width:125px;
	height:120px;
	background-color:#666;
	padding:10px;
	color:#333;
	font-size:10px;
	text-align:right;
	line-height:23px;
	float:left;
	}

.clearfix:after {
   	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility:hidden;
    }

.clear

{
height:0px;
clear:both;
}
