﻿/* CSS layout */

#MainContainer{
	background-color:#E6E6E6;
	margin: 0 auto;
	width:950px;
}

#MasterTop {
	width:100%;

}

#masthead {
	position:relative;
	width:100%;
	height:150px;
	background-color:#7D0C00;
	
}

#MainLogo {
	width:275px;
	height:144px;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#7D0C00;
	background-image:url('ologo.jpg');
	margin-top:3px;
	margin-left:3px;
}

#top_nav {
	position:absolute;
	bottom:0px;
	right:0px;
	width:535px;
	background-color:#7D0C00;
	font-family:"Trebuchet MS";
	font-size:18px;
	color:white;
	text-decoration:none;
	margin-bottom:10px;

	
}

#top_nav a {
	color:white;
	text-decoration:none;
}

#top_nav a:hover {
	color:black;
	text-decoration:none;

}

#top_tele {
	position:absolute;
	right:10px;
	top:10px;
	font-family:"Trebuchet MS";
	font-size:30px;
	color:white;
	width:620px;

}

#ContentContainer {
	position: relative;
	width: 100%;
	height:350px;
}

#pavcontent{
	
	
	margin-top:20px;
	margin-left:15px;
	margin-right:15px;
	width:570px;
	height:100px;
	position:relative;
	
}

#pavcontenttext {
	height:70px;
	width:100%;
	margin-top:15px;
	margin-left:15px;
	position:absolute;
}

#pavcontentpic {
	height: 70px;
	margin-left:270px;
	margin-top:15px;
	width:152px;
	position:absolute;
	padding-left:30px;


}

#pavcontentpic2 {
	height: 70px;
	width:152px;
	position:relative;
		
}


#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	height:100%;
	background-color:#F4F4F4;
}

#left_col_menu {
	border-width: 0px;
	width: 180px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 495px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top:10px;
	font-family: "Trebuchet MS";
	font-size: 20px;
	background-color: #7D0C00;
}

#left_col_menu a {
	color:black;
	text-decoration:none;
}

#left_col_menu a:hover {
	color:#7D0C00;
	text-decoration:none;
	
}

#left_col_menu_inner {
	width:174px;
	height:459px;
	position:absolute;
	margin-bottom:10px;
	margin-left:3px;
	margin-right:3px;
	margin-top:30px;
	background-color:#F4F4F4;
}

#page_content {
	margin-right: 150px;
	margin-left: 200px;
	background-color:white;
	height:100%;
}

#right_col {
	width: 150px;
	position:absolute; 
	right: 0px;
	top: 0px;
	height:100%;
	background-color:#F4F4F4;
	
}

#right_col_adds {
	width:130px;
	margin-left:10px;
	margin-right:10px;
	top:0px;
	position:absolute;
	height:239px;
}

#right_col_spon {
	width:130px;
	margin-left:10px;
	margin-right:10px;
	position:absolute;
	height:60px;
	top:250px;
}


#footer {
	position:relative;
	width:100%;
	height:55px;
	background-color:#7D0C00;
	

}

#MasterBottom {
	
}

#footerfont {
	color:white;
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:x-small;
}

#footerfont a {
	color:white;
	text-decoration:none;
}

#footerfont a:hover {
	color:white;
	text-decoration:none;
}

