/* CSS Document */

body {
	margin-left:auto; 
	margin-right:auto; 
	background-color:#CCCCCC; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:13px;
	}
	
#container {
	 width:998px; 
	 background-color:#FFFFFF; 
	 height:100%; 
	 /*border-bottom:10px solid #666666; */
	 margin-right:auto; 
	 margin-left:auto;
	 }
	
#rightHead {
	 background-image:url(../images/slogan.gif); 
	 float:right; 
	 width:162px; 
	 height:130px;
	 }
	 
#links {
	width:674px; 
	float:right; 
	text-align:center; 
	margin-top:85px;
	}
	
#links a {
	font-size:16px;
	color:#666666;
	padding:0 20px;
	font-weight:bold;
	}
	
#links a:hover {
	color:#dc302c;
	text-decoration:none;
	}
	
	
#leftHead {
	background-image:url(../images/logo.gif); 
	float:left; 
	clear:none; 
	width:162px; 
	height:130px;
	}
	
#headImage {
	 background-image:url(../images/headImg.jpg); 
	 width:100%; 
	 height:271px;
	 }
	 
#content {
	 margin:30px; 
	 line-height:24px;
	 }
	 
h1 {
	 font-size:18px; 
	 border-bottom:2px solid #dc302c; 
	 color:#dc302c;
	 } 

#contact {
	 position:relative; 
	 bottom:0; 
	 font-size:14px; 
	 color:#FFFFFF; 
	 background-color:#666666; 
	 padding:10px 10px 10px 30px;
	 }

#footer {
	 background-color:#cccccc; 
	 padding:10px 10px 10px 30px; 
	 color:#666666; 
	 font-size:11px;
	 text-align:right;
	 }
	 
#footer a {
	color:#666666;
	text-decoration:underline;
	}
	
#footer a:hover {
	text-decoration:none;
	}
	
.workContainer {
	 border-bottom:2px solid #666666; 
	 margin: 10px 0 0 0;
	 padding-bottom:10px;
	 height:400px;
	 }
	 
.workHeader {
	 background-color:#666666; 
	 color:#FFFFFF; 
	 width:100%; 
	 text-align:center; 
	 margin-bottom:20px; 
	 padding:10px 0;
	 }

hr {
	color:#666666; 
	background-color:#666666;
	}