
body {
	background-image: url('img/page-bg.gif');
	background-repeat: repeat-y;
	background-color: #2E3664;
	background-position: center;

	margin: 0px;
}

body, div, p, span, table, tr, th, td {

	font-family: Arial, tahoma, sans-serif;
	font-size: 12px;

}

p {
	margin: 0;
}

#outer {
	background-image: url('img/background.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

#container {
	width: 780px;
}

#mastHead {
	background-image: url('img/mast-head.jpg');
	background-repeat: no-repeat;

	width: 780px;
	height: 164px;
}

#navBar {
	background-image: url('img/nav-bar.jpg');
	background-repeat: no-repeat;

	width: 780px;
	height: 42px;
}

#navInner {
	padding: 6px 305px 0px 114px;
	font-weight: bold;
	color: #ffffff;
}


	#navInner a:link, #navBar a:visited {
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
	}

	#navInner a:active, #navBar a:hover {
		font-weight: bold;
		color: #B8C956;
		text-decoration: none;
	}


#main {
	background-image: url('img/body-frame.jpg');
	background-repeat: no-repeat;
	background-position: top;

	width: 780px;
	min-height: 536px;
}

#content {
	padding: 0px 318px 0px 135px;
}

#contentInner {
	min-height: 450px;
}
