﻿/* CSS-Layout */



#masthead {
width:755px;
height:180px;
background-image:url('images/logo2.gif');
margin:auto

}

#top_nav {
width:730px;
height:32px;
background-image:url('images/table.jpg');
margin:auto;
table-layout:auto; 
text-align:center;
font-size:medium;
font-family:Calibri;
color:black;
}

#container {
	position:relative;
	width: 90%;
	margin:auto;
	background-image:url('images/bg.jpg');
	width:755px;
	height:630px;
	text-align:center;
	font-family:Calibri;
	font-size:x-large;
	color:#b9b9b9;
	table-layout:auto
	
	
	
}

#left_col {
	width: 50px;
	position: absolute;
	left:-120px;
	top: 10px;
	table-layout:auto;
	font-family:Calibri;
	font-size:xx-large;
	color:#b9b9b9;
}

}

#page_content {
    width:630px;
	margin-right: 20px;
	margin-left: 20px;
}

#right_col {
	width: 50px;
	position: absolute;
	right: -120px;
	top: 10px;
	table-layout:auto;
	font-family:Calibri;
	font-size:xx-large;
	color:#b9b9b9;
}

#footer {
width:730px;
height:32px;
background-image:url('images/tableu.jpg');
margin:auto;
table-layout:center;
text-align:center;
font-size:small;
font-family:Calibri;
color:black;
}
