/* Page Layout */
#page {
	background-color: #ffffff;
	width: 1000px;
	border: 3px solid #000000;
	position: relative;
	top: 10px;
	bottom: 10px;
	margin-left: 5%;
	margin-right: 5%;
	padding: 0px;
}
#container
{
	width: 960px;
	margin-left: 26px;
	padding: 0px;
}


#footer
{
	width: 1000px;
	padding: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #CCCCCC;
	font-size: 14px;
}

/* Body Layout */
body  {
	background: url(SiteBG.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

/* Tabs Layout */
    #tabs ul {
		list-style: none;
		padding: 0;
		margin: 0;
    }
    
	#tabs li {
		float: left;
		border: 1px solid #bbb;
		border-bottom-width: 0;
		margin: 0;
    }
    
	#tabs a {
		text-decoration: none;
		display: block;
		background: #eee;
		padding: 0.24em 1em;
		color: #00c;
		text-align: center;
    }
	
	#tabs a:hover {
		background: #ddf;
	}
	
	#tabs #selected {
		border-color: black;
	}
	
	#tabs #selected a {
		position: relative;
		top: 1px;
		background: white;
		color: black;
		font-weight: bold;
	}
	
	#tabcontent {
		border: 1px solid black;
		clear: both;
		padding: 0 1em;
	}
	
	h1 {
		margin: 0;
		padding: 0 0 1em 0;
	}

