@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
img {
	border-style: none;
}
body {
	background: #003366 url(../images/bodyBg.gif) repeat-x;
}
#outterBorder {
	background: #FFFFFF;
	width: 810px;
	padding: 10px 8px;
	margin: 15px auto 20px;
}
#outterWrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 800px;
	margin-bottom: 10px;
}
#header #logo {
	height: 150px;
	width: 800px;
	background: url(../images/logo.jpg) no-repeat;
	margin-bottom: 10px;
}
#header #nav {
	height: 50px;
	width: 800px;
}
#content {
	width: 780px;
	clear: both;
	background: #F0F0F0;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.text {
	width: 780px;
}
#footer {
	width: 780px;
	height: 40px;
	background: #F0F0F0;
	padding-right: 10px;
	padding-left: 10px;
}
.footText {
	height: 26px;
	width: 260px;
	float: left;
	text-align: center;
	padding-top: 14px;
}

