﻿/* ------------------------

Copyright Matthew Hitchings 2009

------------------------*/

body {

	background-image:url('img/body_bg.png');
	margin-top: 50px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#e7e7e7;
	margin-right:10px;
	padding: 5px;
	border-right:thin #333333 solid;
	border-bottom:thin #333333 solid;
	border-top:thin #333333 solid;	
}

#masthead {
    margin: auto;
	width:800px;
	height:100;
	background-image:url('img/head_bg.jpg');
	border-left:thin #464646 solid;
	border-right:thin #464646 solid;
	border-top: thin #464646 solid;	

}

#top_nav {
    margin: auto;
	width:800px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#e7e7e7;
	background-color:black;
	border-left:thin #464646 solid;
	border-right:thin #464646 solid;
}

#container {
    margin: auto;
	position: relative;
	width: 800px;
	height:475px;
	border-left:thin #464646 solid;
	border-right:thin #464646 solid;	
	background-color:black;

}

#left_col {
	width: 200px;
	height:400;
	position: absolute;
	left: 0px;
	top: 0px;
	border-top:thin #464646 solid;
	border-right:thin #464646 solid;
	border-bottom:thin #464646 solid;
}

#page_content {
	margin-left: 209px;
	width:590px;
	height:358px;
	border-top:thin #464646 solid;
	border-left:thin #464646 solid;
	border-bottom:thin #464646 solid;
}

#flash {
	margin-left: 209px;
	margin-top: 10px;
	width:590px;
	height:30px;
	border-top:thin #464646 solid;
	border-left:thin #464646 solid;
	border-bottom:thin #464646 solid;
}


#banner1 {
	width: 395px;
	height: 65px;
	position: absolute;
	left: 0px;
	top: 402px;
	margin-top: 10px;
	border-top:thin #464646 solid;
	border-right:thin #464646 solid;
	border-bottom:thin #464646 solid;
	
}

#banner2 {
	width: 395px;
	height: 65px;
	margin-left: 404px;
	margin-top: 10px;
	border-top:thin #464646 solid;
	border-left:thin #464646 solid;
	border-bottom:thin #464646 solid;
	
}


#footer {
    margin: auto;
	width:800px;
	text-align:left;
	border-bottom:thin #464646 solid;
	border-left:thin #464646 solid;
	border-right:thin #464646 solid;
	background-color:black;
	background-image:url('img/foot_bg.jpg');
}
