body{
		background-color:#996633;
		margin: 0px 0px 0px 0px;
		font-family:Arial, Helvetica, sans-serif;

}

.right_img{
		float: right;
		display: block;
		clear: right;	
		margin:0px 50px 0px 10px;
		border: none;
		padding: 1px;

}

.left_img{
		float:left;
		display:block;
		clear: left;
		margin:0px 10px 0px 50px;
		border: none;
		padding: 1px;

}

#background{
		margin: 0px auto;
		height:100%;
		width: 750px;
		background-color:#996633;
}
img{
		border: none;
}

#logo{
		margin: 0px;
		padding: 0px 0px 0px 10px;
		/*border-bottom: 1px solid #663E00;*/
		height: 100px;
		text-align:left;
}

/*TOP NAVIGATION BAR*/
ul#tabnav{
		list-style-type: none;
		margin: 0px;
		padding-left: 30px;
		padding-bottom: 24px;
		border-bottom: 1px solid #663E00;
}

ul#tabnav li{

		float: left;
		height: 21px;
		background-color: #FFFFCC;
		color: #663E00;
		margin: 2px 2px 0px 2px;
		border: 1px solid #663E00;
		list-style-type: none;
}

ul#tabnav a:link, ul#tabnav a:visited {
		display: block;
		color:#000000;
		background-color:transparent;
		text-decoration:none;
		padding:3px 5px 0px 5px;
		font-size: 1.0em;
		list-style-type: none;
}

ul#tabnav a:hover {
		background-color: #A68C63;
		text-decoration:none;
		color: #FFFFCC;
		list-style-type: none;
}

body#home li.home,
body#blasting li.blasting,
body#coating li.coating,
body#contact li.contact,
body#history li.history,
body#gallery li.gallery,
body#directions li.directions
{
		border-bottom: 1px solid #FFFFCC;
		color: #A68C63;
		background-color: #FFFFCC;
		list-style-type: none;
		font-size: 1.0em;
		padding: 1px 5px auto 5px;
}

body#home li.home a:link, body#home li.home a:visited,
body#blasting li.blasting a:link, body#blasting li.blasting a:visited,
body#coating li.coating a:link, body#coating li.coating a:visited,
body#contact li.contact a:link, body#contact li.contact a:visited,
body#history li.history a:link, body#history li.history a:visited,
body#gallery li.gallery a:link, body#gallery li.gallery a:visited,
body#directions li.directions a:link, body#directions li.directions a:visited
{
		color: #A68C63;
		background-color: #FFFFCC;
		list-style-type: none;
}
/*GOOGLE MAPS*/
#map{
		text-align:center;
		margin: 0px 80px 0px 80px;
		width: 590px;
		height: 400px;
}

/*CONTENT*/
#content{
		/*border-top: 1px solid #996633;*/
		margin: 0px auto;		
		padding: 10px 5px 6px 5px;
		background-color: #FFFFCC;
		height: 100%;
		border-right: 1px solid #663E00;
		border-left: 1px solid #663E00;
}

#page{
		text-align:right;
		padding: 8px 20px 0px 20px;
		font-size: 0.8em;
		font-style:italic;
		color:#666;
}

#title{
		padding: 10px 50px 0px 30px;
		font-size: 0.9em;
		font-weight:bold;
}

h1{
		padding: 0px 0px 0px 40px;
		font-size: 1.0em;

}

h2{
		padding: 0px 0px 0px 50px;
		font-size: 0.9em;
}

ul{
		padding: 0px 20px 0px 80px;
}

ol{
		padding: 0px 20px 0px 80px;
}

li{
		padding: 0px 0px 0px 0px;
		list-style-type:circle;
}

p{
		margin: 10px 60px 0px 50px;
		padding: 0px 0px 0px 0px;
}

/*STANDARD NAVIGATION*/
a{
		font-size: 1em;
		text-decoration:underline;
		color: #663E00;
}

a:hover{
		font-size: 1em;
		text-decoration:none;
		background-color: #A68C63;
}

/*FOOTER*/
#bottom_navi{

		margin: auto;
		padding: 20px 0px 10px 0px;
		background-color: #FFFFCC;
		text-align:center;
		font-size: 0.7em;
		border-right: 1px solid #663E00;
		border-left: 1px solid #663E00;
		border-bottom: 1px solid #663E00;

}
#bottom_navi a{	
		text-decoration:none;
}

#bottom_navi a:hover{
		text-decoration:underline;
}

#footer{
		width: 750px;
		margin: 4px;
		font-size: 0.7em;
		color:#FFF;
		text-align:center;
}

#footer a{
		text-decoration:underline;
		color: #FFFFCC;
}

#footer a:hover{
		text-decoration:none;
		color: #FFFFCC;
		background-color: transparent;
}