/* CSS Document */


body{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: #666633 ;
	margin-top:0px;
	height:auto;
}
/*Layout Style*/
.container{
    background-color:#DAD1A8;
    border-left:#DAD1A8 solid 25px;
    border-right:#DAD1A8 solid 25px;
    padding:20px 0px 20px 0px;
    width:800px;
	height:auto;
    margin-left:auto;
    margin-right:auto;
}



#header{
    background-image:url(../images_2/antique_restoration_header.jpg);
    background-repeat:no-repeat;
	height:215px;
    width:800px;
}	

#main{
    background: #DAD1A8;
	width:800px;
	height:auto;
 }	

#navigation{
    background: #815B37 url(../images_2/nav_bg.jpg) top no-repeat;
	float:left;
	margin:0px;
	width:200px;
	height:auto;
 }	
 
 #content{
    background: #815B37 url(../images_2/cont_bg.jpg) top no-repeat;
	float:right;
	margin:0px;
 	width:575px;
	height:auto;
 }	
 #footer{
    width:800px;
    height:auto;
    background: #663300;
    border:#666633 solid 1px;
    margin-top:10px;
	padding:2px;
	
 }
 /*LayoutStyle End*/

 /*Navigation Style*/
#navigation ul{
    margin:0px;
	padding:0px 10px 10px 10px;
	list-style:none;
}
#navigation li{
    margin:0px;
	padding:0px;
	border-bottom: 1px dashed #000000; 
}

#navigation li a{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	color: #000000;/*#FFCC99*/
	text-decoration: none;
	display:block;
	width:150px;
	height:20px;
	padding:10px;
	
}
#navigation li a:hover{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	color: #FF9900 ; /*#E17849  #FF9900*/
	text-decoration: none;
	display:block;
	width:150px;
	height:20px;
	padding:10px 10px 10px 20px;
		/*background-color: #996633;*/
	
}

/*Navigation Style End*/

#content p {
    margin:10px;
	padding-bottom:10px;
	text-indent:0px;
	text-align:justify;
	color: #FFFF99;
}

#content td p {
    margin:0px;
	padding-bottom:0px;
	text-indent:0px;
	text-align:center;
	color: #FFFF99;
}

h1 {
    margin-bottom:10px;
	margin-top:0px;
	color: #330000; /*#003300;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:10px;
	border-bottom:1px #003300 dotted;
	text-align:center;
}
h2{
    margin-bottom:5px;
	margin-top:5px;
	margin-left:5px;
	color: #003300;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
}
.invisible {
	height: 0px;
	width: 0px;
	visibility: hidden;
}
.altclick.ie_link {
	font-size: x-small;
	text-align: right;
	width: 800px;
}

h3{
    
	margin-bottom:5px;
	margin-top:5px;
	margin-left:10px;
	color:#003366;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}

h4{
    
	margin-bottom:10px;
	margin-top:10px;
	margin-left:10px;
	color:#003366;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;	
}

a {
    color: #003366;
	text-decoration:none;
}
a:hover {
    color: #000099;
	text-decoration: underline;
}

#banner{
    width:500px; 
    height:200px; 
    margin-bottom:10px; 
    margin-left:auto; 
    margin-right:auto; 
    border:1px solid #669900; 
    background:transparent;
}
#intro{
    width:550px;
    height:auto;
    padding: 0px;
    text-align:left;
    background-color: #666633;
    border: 1px solid  #003300;
    margin-bottom: 1em;
    margin-top:3px;
    margin-left:auto;
    margin-right: auto;
}	

#intro a img {
    border: #003300 2px solid;
}


#contact_banner {

    width:190px;
    height:110px;
    background:url(../images_2/antique restoration.gif) top no-repeat;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:15px;
}

#logos {

    width:190px;
    height:auto;
    background:transparent;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:15px;
}

#map{
    width:auto;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#003300;
}

.headerstyle{
width: 480px;
height:14px;
padding: 2px 5px 2px 5px;
text-align:left;
background-color: #003333;
text-align:center;
vertical-align:middle;
color:#CCCCCC;
font-size:11px;
font-weight:bold;
border: 1px solid  #666633;
margin-left:auto;
margin-right:auto;
}

.inlay {
	margin-top:0px;
	margin-left:0px;
	width:520px;
	color: #000066;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
}

.inlay td {
text-align: center;
vertical-align: top;
}

.news p {
    margin:10px;
	padding-bottom:10px;
	text-indent:0px;
	text-align:justify;
	color: #FFFF99;
}
