/* G E N E R A L */

* {
	padding:0;
	
	}

body{
	background-color:#CCCCCC;
	}
	
img {
	padding:0;
	margin:0;
	}


h1, h2, h3, h4{
	font-size:14px;
	}

ul {
	margin-left:20px;
	}

a img{
	border:none;
	}

a {
	color:#9d6644;
	text-decoration:none;
}	

a:hover {
	color:#555;
	text-decoration:none;
}
	
	/* M A I N  */

#container {
	width: 1000px;
	height:478px;
	padding:0px;
	margin: auto;
	
	
	
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	line-height:1.2em;

	}


.spacer {
    clear:both;
	width:1;
	height:1;
	overflow:hidden;

}
/* H E A D E R */


#header{
	width:750px;
	height:26px;
	background-color:#999999;
	margin-top:80px;
	
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding-top:8px;
 	margin-left:0;


	}
	
	#header a {
	color:#FFFFFF;
	text-decoration:none;
	}	
#header a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}		

#header img {
	display:block;
	
	}


/* C O N T E N T */


#content {
	width:1000px;
	/*height:392px;*/
	position:relative;
	left:0px;
	
}




/* F O O T E R */

#footer {

	width:750px;
	height:53px;
	margin-left:0;
	/*background-image:url(../images/footer.jpg);*/
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	
	

}

#bottom_nav {
	width:750px;
	height:37px;
	/*border-right:#666666 dotted 1px;*/
	background-color:#999999;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	
}

#company_name {
	width:750px;
	height:85px;
	background-color:#FFFFFF;
	font-size:11px;
	/*border:#e2dfd2 solid 1px;*/
	}

	
#footer a {
	color:#FFFFFF;
	text-decoration:none;
	}	
#footer a:hover {
	color:#666666;
	text-decoration:none;
	}		



