/*
FILE: style.css
Content width: 760px;
Side Nav Boxs: 133px;
Side Bars: 135px;
*/

/*
Running Text
*/
.normal_11 {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #404040;
	padding: 0px 3px 0px 4px; 
}

.normal_11_b {
	font-family : Verdana, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #404040;
	
}

.menu_text{
	font-family : Verdana, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #404040;	
text-align: left;
display: inline;
}

.menu_arrow{
position: relative;
display: inline;
text-align: right;
visibility: hidden;
margin-left: 12px;
top: 2px;
}

.menu_item{
display: block;
position: relative;
}

.normal_14_b_r {
	font-family : Verdana, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #9c3a3b;
	margin: 3px;
	padding: 3px;
}

.center_col{
width: 480px;
background-color: #cccccc;
padding: 5px;
display: inline;
float: left;
}

.top_logo{
background-image: url('./images/top_buff.jpg');
}

.top_squares{
width: 133px;
height: 138px;
float: left;
background-color: #999999;
display: inline;
margin: 2px 0px 2px 0px;
}

.top_photo{
display: inline;
float: left;
margin: 2px;
}

.clear_all{
clear: both;
}

.top_red_bar{
width: 760px;
height: 10px;
background-color: #9c3a3b;
}

.cols{
width: 135px;
float: left;
display: inline;
}

.side_photos{
margin: 10px 0px 5px 15px;
}

.footer{
	width: 760px;
	font-family : Verdana, sans-serif;
	font-size : 9px;
	font-weight : normal;
	color : #404040;
	text-align: center; 
}


