html,body{margin:0;padding:0}
body{
	font: 76% arial,sans-serif;
	text-align:center;
	background-color: #CCC8B3;
	display: compact;
}
body {background-color: #F7EAC7;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;
}
p{
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 10px;
}
a{padding:5px; text-decoration:none; color:#000000;}
div#header{background-color:#F7EAC7;
		background-image:url(../Images/boxheader.jpg);
	background-repeat: no-repeat;
	background-position:top-left;
}
div#header h1{height:160px;line-height:80px;margin:0;padding-left:10px;}
div#container{
	text-align:left;
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 25px;
}
div#content p{line-height:1.4}
div#navigation{background:#F6F0E0;}
div#navigation ul{margin:15px 0; padding:0; list-style-type:none;}
div#navigation li{margin-bottom:5px;}
div#extra{
	margin-top:20px;
	background-color: #F8EED3;
}
div#footer{background:#BFBD93;}
div#footer p{margin:0;padding:5px 10px}
div#container{width:850px;margin:0 auto}
div#content{
	float:right;
	width:630px;
}
div#navigation{
	float:left;
	width:200px;
	margin-right: 5px;
}

div#menu{
	float:right;
	width:150px;
	margin-right: 5px;
	height: 232px;
}

div#menu2{
	float:right;
	width:500px;
	margin-right: 5px;
	height: 100px;
}

div#menu3{
	float:right;
	width:350px;
	margin-right: 5px;
	margin-top: 10px;
	height: 500px;
}


#box2 {
	position:absolute;
	width: 110px;
	height: 20px;
	color: #3F1906;
	text-decoration: underline;
	font-weight: bold;
	background-position: right center;
	top: 25px;
	right: 200px;
}


/*Additional Links Heading*/

div#extra{clear:both;width:100%}


/*Additional Links*/
div#addlinks{
		font-family:Arial, Helvetica, sans-serif;
		position:relative;
		text-align:center;
		font-weight:bold;
		text-transform:capitalize;
		text-decoration:underline;
	
	
/*Nav Bar*/
}

.mattblacktabs{
	width: 100%;
	overflow: hidden;
	border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
	background-color:#F8EED3;
}

.mattblacktabs ul{
margin: 0;
padding: 10px;
padding-left: 150px; /*offset of tabs relative to browser left edge*/
padding-bottom:40px;
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background:#CC9933; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background:#cd5d15; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

#column1 {
	float:left;
	width: 20%;
}

#column2 {
	float:left;
	width: 25%;
}

#column3 {
	float:left;
	width: 33%;
}

