@charset "utf-8";
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Trebuchet MS", Arial, Tahoma;
	color: #FFFFFF;
}

a {
	color: #ffffff;
}

a:hover {
	color: #ffffff;
	text-decoration:none;
}

.b_head {
	text-align : center;
	margin: 0 auto; 
}


.b_neck {
	height: 214px;
	background-image:url(/img/blocks/bgneck.jpg);
	background-repeat:repeat-x;
	background-color: #716453;
	font-size:12px;
}

.b_neck_in {
	height: 104px;
	background-image:url(/img/blocks/bgneck_in.jpg);
	background-repeat:repeat-x;
	background-color: #9F0000;
}

.b_neck2 {
	width: 390px;
	font-size:14px;
	line-height:22px;
}

.b_body {
	background-image:url(/img/blocks/bgbody.jpg);
	background-repeat:repeat-x;
	background-color: #8B0000;
	padding-top:30px;
	padding-bottom:30px;
	font-size:12px;
	
}

.b_body_in {
	background-image:url(/img/blocks/bgbody_in.jpg);
	background-repeat:repeat-x;
	background-color: #545454;
	padding-top:30px;
	padding-bottom:30px;
	
}

.b_legs {
	background-image:url(/img/blocks/bglegs.jpg);
	background-repeat:repeat-x;
	background-color: #333333;
	padding:30px;
	font-size:12px;
}

.b_video {
	background-image:url(/img/blocks/bgvideo.jpg);
	background-repeat:repeat-x;
	background-color: #273947;
	font-size:12px;
}

.b_feet {
	background-color: #000000;
	color: #999999;
	font-size:12px;
}

.ileft {
        width: 50%;
        position: relative;   
        float: left;
        }
		
.iright {
        width: 50%;
        position: relative;     
        float: right;
        } 
		
.txt_bneck_link{
        color: #FC9105;
		padding:2px;
        } 
		
.txt_bneck_link:hover {
        color: #FFFFFF;
        background-color: #452C05;
		text-decoration:none;
		padding:2px;
        } 
		
.txt_hpbody_title {
        color: #FFFFFF;
		font-size:18px;
        } 	
		
.txt_hpbody_subtitle {
        color: #FF3333;
		font-weight:bold;
		font-size:14px;
        } 	
		
.txt_hpbody_text {
        color: #FFFFFF;
		font-size:12x;
		line-height:20px;
		text-align:left;
        } 	
		
.txt_hpbody_link {
        color: #FF3333;
		padding:2px;
        } 
		
.txt_hpbody_link:hover {
        color: #ffffff;
		padding:2px;
		background-color:#570000;
		text-decoration:none;
        } 
		
.txt_hplegs {
        color: #999999;
		padding:2px;
		text-decoration:none;
		line-height:20px;
		text-align:left;
        } 
		
.txt_hplegs_link {
        color: #999999;
		padding:2px;
        } 

		
.txt_hplegs_link:hover {
        color: #ffffff;
		padding:2px;
		background-color:#000000;
		text-decoration:none;
        } 
		
.txt_bneck_in_title {
	font-size:24px;
}		

.txt_body_in_menu_link {
        color: #ffffff;
		text-decoration:underline;
		line-height: 25px;
        } 
		
.txt_body_link:hover {
        color: #ffffff;
		background-color: #3D3E3E;
		text-decoration:none;
        } 
		
.txt_body_in_menu {
        color: #ffffff;
		padding:2px;
		font-size:16px;
		padding-left:10px;
		text-align: left;
        } 
		
.txt_body_in_menu_title {
        font-weight: bold;
		color: #FF0000;
        } 		
		
.txt_body_in_text {
        color: #FFFFFF;
		font-size: 14px;
		text-align:left;
		line-height: 22px;
		padding-right: 15px;
        } 	
		
.txt_body_in_quote {
        color: #FFCCCC;
		font-size: 18px;
		font-weight: bold;
		line-height: 23px;
		padding-left: 25px;
		padding-bottom: 18px;
		width: 210px;
		float: right;
        } 
		
.txt_body_in_left {
		padding-right: 25px;
		padding-bottom: 18px;
		float: left;
        }			
		
.img_body_in {
         border-color:#FFFFFF;
		 border-collapse:collapse;
		 border-style:solid;
		 border-width:thin;
        } 
		
.img_body_in_sig {
         color: #999999;
		 font-size:12px;
		 font-weight:bold;
		 line-height: 25px;
        } 
        
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}        