﻿/* CSS layout */
body {
	background-position: 0px 0px;
	margin: 0;
	background-image: url('background.jpg');
	background-repeat: no-repeat;
	background-color: #f7413d;
}
#masthead {
	height: 120px;
	vertical-align: middle;
}

#top_nav {
	left: 11%;
	position: relative;
	width: 80%;
}
.style13 {
	text-decoration: none;
	color: #002bb8;
	background:;
}

#container {
	position: relative;
	width: 80%;
	left: 10%;
}
#page_content {
	background-position: 0px 0px;
	border: 1px solid #000000;
	padding: 8px;
	margin-right: 200px;
	background-color: #FFFFFF;
	font-family: Calibri;
	table-layout: auto;
	background-image: url('contentbackground.jpg');
	background-repeat: no-repeat;
}
.style1 {
	position: absolute;
	z-index: auto;
	left: 300px;
	vertical-align: 0%;
	height: 120px;
	top: 10px;
}
.style3 {
	text-align: right;
}
.style4 {
	text-align: center;
}
#right_col {
	padding: 0px;
	margin: 0px;
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	font-family: Calibri;
	font-size: 12px;
	padding: 5px;
	text-align: center;
	color: #000000;
}
