/* CSS Document */



body {

	font: 10px/20px   Verdana, Arial, Helvetica, sans-serif;

	color:#6b0b06;

	text-align:center;

	margin: 0;

	padding: 0;

	background-color:#6b0b06;

	background-image:url("images/background_body.jpg");

	background-repeat:repeat-x;

}



body a{

	color:#5c8626;

	text-decoration:none;

}



body a:hover{

	color:#5c8626;

	text-decoration:underline;

}





h2 {

	color:#fff;

	font-size:24px;

	font-family: Georgia, "Times New Roman", Times, serif;



}



h2 a{

	color:#6b0b06;

	text-decoration:none;

}



h2 a:hover{

	color:#6b0b06;

	text-decoration:underline;

}



#section_head {

	padding-top:20px;

	padding-bottom:0;

	color:#fff;

	font-size:24px;

	font-family: Georgia, "Times New Roman", Times, serif;



}



em{

	color:#fff;

	font-style:normal;

	line-height:2em;

}



em a{

	color:#fff;

	font-style:normal;

	line-height:2em;

	text-decoration:underline;

}



em a:hover{

	color:#fff;

	font-style:normal;

	line-height:2em;

	text-decoration:none;

}



strike{

	padding-bottom:15px;

	background-image:url("images/background_strike_through.jpg");

	background-position:bottom left;

	background-repeat:no-repeat;

	font-weight:bold;

	text-decoration:none;

}







#container{

	width:961px;

	text-align:left;

	margin-left: auto;

	margin-right: auto;

}



#left_col_container{

	width:238px;

	float:left;

}



#right_col_container{

	width:723px;

	/* min-height:764px; */

	float:left;

}



#right_col_container_home{

	width:700px;

	float:left;

}



#content_container{

	width:483px;

	background-image:url("images/background_column.jpg");

	background-repeat:no-repeat;

	padding-left:60px;

	padding-right:180px;

	padding-bottom:25px;



}



#content_container_home{

	width:483px;

	background-image:url("images/background_column_home.jpg");

	background-repeat:repeat-y;

	padding-left:60px;

	padding-right:180px;



}



#content_container_outside{

	background-image: url("images/background_column_repeat.jpg");

	background-repeat:repeat-y;

}





/* FOOTER */

#footer{

	font-size:9px;

	height:95px;

	color:#b2a473;

	text-align:right;

	padding-right:100px;

	

}



#footer a{

	color:#b2a473;

	text-decoration:none;

}



#footer a:hover{

	text-decoration:underline;

}







/* HACKS */

.clearfix:after {

    content: ".";

    display: block;

    height: 0;

    clear: both;

    visibility: hidden;

}



.clearfix {display: inline-block;}



/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */



