/* CSS Document */
body, html { 
    margin: 0; 
	padding: 0;
	color: #878787;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	background: #111114;
}
p { 
    margin: 0 0 13px 0; 
	line-height: 1.5em; 
} 
.red_head { 
    color: #c24f2a; 
} 
.read_more {
    letter-spacing: 0; 
	background:url(images/readmore_bg.jpg);
	display: block; 
	width: 90px;
	height: 19px;  
	text-align: center; 
}
.read_more a{
    color: #fff;
	text-decoration: none; 
}
.read_more a:hover{
    text-decoration: underline; 
}
.index_images { 
    text-align: center; 
}  
.index_images img{
    margin: 0 6px 0 6px; 
}   
a { 
    color: #9d351a; 
} 
a:hover{
    text-decoration: none;  
} 
/*main layout*/
#container { 
    width: 766px; 
	margin: auto;
} 
#navigation {
    font-family:Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	letter-spacing: 4px;
	height: 90px;
	width: 766px;
	text-align: center; 
} 
#navigation a{
    height: 55px; 
	padding-top:30px; 
    width: 190px;
	float: left;
	display: block;
	text-align: center; 
	color: white;
	text-decoration: none;  
    border-top: 5px solid #111114;
}
#navigation a:hover{
    border-top: 5px solid #8f1a0f;
	background: #222228;     
}
#main_header_logo {
    background:url(images/logo.jpg); 
	width: 267px;
	height: 386px; 
	float: left;  
} 
#main_header_pic {
    background: url(images/main_pic_1.jpg); 
	width: 499px;
	float: left;
	height: 386px;  
}
#main_header_contact {
    background: url(images/main_pic_contact.jpg); 
	width: 499px;
	float: left;
	height: 386px;  
}
#main_body_right {
    float: left;
	width: 412px;
	padding: 0 0 20px 52px;  
}
#main_body_right h1 {
    font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: -1px;
	margin: 37px 0 30px 0; 
}
#main_body_right h3 {
    font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: -1px;
	border-top: 1px dashed #343435; 
	padding-top: 37px; 
}
#main_body_left {
    float: left;
	width: 252px;
	padding: 0 0 0 49px;
	border-right: 1px dashed #343435;
	margin-top: 29px 
}
#main_body_left h4 {
    font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: -1px;
	margin: 8px 0 30px 0; 
}  
h2 { 
	text-align: center; 
	font-weight: normal; 
	font-size: 10px; 
	margin: 2px 20px 0 0; 
	padding: 0; 
} 
#footer { 
    background: #222223;
	height: 62px;
	clear: left;
	color: #fff; 
} 
#footer a{
    color: #fff; 
}
#footer_left { 
    float:left; 
    padding-left:50px;
	padding-top: 27px;  
}
#footer_right { 
    float:right; 
    padding-right:50px;
	text-align:right;
	padding-top: 27px; 
}
#contact_form input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	letter-spacing: 2px;
	border: 1px solid #797979; 
	width: 300px;
	background: #222223;
	height: 25px;
	padding: 1px; 
	color: #fff;
} 
#contact_form textarea {
    height: 150px;
} 
#buttons input { 
    width: 100px;
	height: 19px; 
	border: none; 	
	background:url(images/readmore_bg.jpg);
    color:#fff; 
} 


    

