﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	background-image:url('images/i_pagebg.jpg');	
}
#main_wrapper {
	width:790px; /* widths of columns will change proportionately as this width is changed */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	
}
#masthead {
	width: 775px;
	height: 58px;
	color: #FFFFFF;
}

#top_nav {
}

#container {
	width:775px ;
}

#left_col {
	width: 150px;
	float: left;
}

#right_col {
	width: 300px;
	float: right;
}

#page_content {
	padding: 50px 0 0 0;
	margin-left: 150px;
	margin-right: 300px;
	color: #FFFFFF;
}
#page_content1 {
	padding: 50px 0 0 0;
	margin-left: 150px;
	color: #FFFFFF;
}

#footer {
	clear:both;
	margin-top:100px;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: x-small;
	
}
a.menu {
	font-family: "Comic Sans MS";
	font-size: 14px;
	text-decoration: none;
	color: #D1D0BA;
}
a.footer {
	font-family: Verdana;
	font-size: x-small;
	text-decoration: none;
	color: #FFFFFF;
}

p {
	font-family: Verdana;
	font-size: small;
	color: #FFFFFF;
}

h3 {
	font-family: Georgia;
	font-size: large;
	color: #FFFFFF;
	font-weight: bold;
}
h1 {
	font-family: Georgia;
	font-size: x-large;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
.Header {
	font-family: Georgia;
	font-size: x-large;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	margin-left: 10px;

}
.headspan {
	font-family: Verdana;
	font-size: small;
	color: #FFFFFF;
	font-weight: normal;
	margin-left: 100px;
}
p.center {
	text-align: center;
}
