@charset "UTF-8";
/* CSS Document */

* {
padding: 0px;
margin: 0px;
}

#h1 {

	
}


#header_wrapper a {
text-decoration:none;
color:#000;	
font-weight:bold;
}

#main_wrapper {
margin-top: -30px;	
margin-left: 10px;

}



#content_wrapper a {

text-decoration:none;
color:#FFF;
font-weight:bold;
}

#header_wrapper a:hover {
color:#b67f22;	
}

#content_wrapper a:hover {
color:#b67f22; 
}

body {  

/* background-color: #4f5454; */
background-position:top center;
background-attachment:fixed;
background-repeat:no-repeat;

font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #222222;

}

p {
margin: 10px 0px;	
}

#header_wrapper {  
width: 100%; 
height: 170px; 
background-image: url(../template_images/stripes.png); 
background-position:top left; 
background-repeat:repeat-x;
padding-top: 10px;

}

#logo {
padding-top:10px;
padding-left:10px;
}

#title_wrapper {
font-size: 24px;
font-weight: bold;
font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;	
}



#content_wrapper {
margin-left: 10px;
width: 600px;
min-height: 325px;
padding: 5px 10px;
background-image: url(../template_images/white_85.png);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
font-size: 16px;
font-family: Constantia, ‘Lucida Bright’, Lucidabright, ‘Lucida Serif’, Lucida, ‘DejaVu Serif’, ‘Bitstream Vera Serif’, ‘Liberation Serif’, Georgia, serif;	

}

#content_wrapper li {
	margin-left: 20px	
}



#nav_wrapper {
margin-right: 10px;	
font-weight: bold;

}

#nav_wrapper li {
list-style-type: none;
margin: 5px;
}

#nav_wrapper a {
text-decoration:none;
display: block;
border: 1px solid black;
background-color: #999;
padding: 4px 2px;
width: 100px;
color: #FFF;
}

#nav_wrapper a:hover {
background-color: #FFF;
color: #000;
}

#contact_email  {
text-decoration:none;
background-color: #999;
padding: 4px 2px;
color: #FFF;
margin: 10px 0px;
width: 225px;
	
}

#contact_phone {
background-color: #999;
padding: 4px 2px;
color: #FFF;
margin: 10px 0px;
width: 120px;

	
}

#footer_wrapper {
margin-left: 10px;
	
}


#footer_inside {
font-size: 11px;
font-weight: bold;
width: 600px;
padding: 5px 10px;
background-image: url(../template_images/white_85.png);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
margin-top: 20px;
margin-left: 130px;
margin-bottom: 50px;

}

