﻿  /* CSS layout */
body {
	/*background-image: url('images/background_blue-black.jpg');*/
	background-color:gray;
	background-attachment:fixed;
	font-family:	Tahoma, Arial, Helvetica, sans-serif;
}
#container {
	width: 900px;
	margin: 0 auto;
	border-bottom-width: medium;
	border-bottom-color: blue;
	height: auto;
	background-color: #800000;
	overflow: auto;
}
#masthead {
	background-color:gray;
	margin:0 auto;
	width:900px;
	overflow:auto;
	text-align:center;
}
#left_col {
	width: 200px;
	height:auto;
	float: left;
	font-size:  medium;
	font-weight:bold;	 
	text-align: center;
	background-color:maroon;
	margin-bottom:10px;

}

#right_col {
    float:left;
    width:680px;
	background-color:silver;
	margin-left:10px;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:10px;
	height:auto;	
}

#right_col_content{
	background-color:white;
	width:650px;
	height:auto;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;	
	padding:10px;
	
}

#bottom {
	padding:	10px;
	background-color: maroon;
	width: 880px;
	height: 210px;
	text-align: center;
}
#bottomcol_1{
	float: left;
	width: 233px;
	height: 149px;
	margin-left: 36px;
	height: 149px;
	background-color: maroon;
}

#bottomcol_2{
	float: left;
	width: 233px;
	height: 149px;
	margin-left: 50px;
	height: 149px;
	background-color: maroon;
}


#bottomcol_3 {
	float: left;
	width: 233px;
	height: 149px;
	margin-left: 50px;
	height: 149px;
	background-color: maroon;
}

#footer {
	clear: both;
	font-size:xx-small;
	font-weight:bold;
	text-align:center;
}

