/* LINKS */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #663300;
}
p {
	padding:0;
	margin-top: 0;
	font-size: 12px;
	
}
/* LINKS */

/* TABLE */
th{}
td {}
/* HEADINGS */
h1{
	background-color:f2d5a7;
	font-weight: normal;
	font-size:18px;
	background: #f2d5a7;
	}
h2{
	font-weight: bold;
	font-size:16px;
	color: #663333;
	background: #f2d5a7;
}
h3{	font-weight: bold;
	font-size:14px;}
h4{	font-weight: bold;
	font-size:14px;}
h5{	font-weight: bold;
	font-size:14px;}
h6{	font-weight: bold;
	font-size:14px;}
/* BACKGROUNDS */

#master {
	background-color: #FFFFFF;
	width: 100%;
}
#header {
	width: 100%;
	background-color: #663300;
	padding: 0px;
	border-bottom: 1px solid black; 
}


#content {
	background-color: #ffffff;
	margin: 0px;
	padding: 5px;
	float: left;
	width: 60%; 
}
#sidebar {
	width: 11%;
	float: left;
	margin: 0px;
	padding: 5px;
	background: #f2d5a7;
	border: solid 1px #000000;
	text-transform:capitalize;
}

#footer {
	background-color: #f2d5a7;
	margin: 0px;
	clear: both;
	width: 100%;
	text-align: center;
	color: #000000;
	vertical-align: middle;
	padding: 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#box h1{
	background-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 2px;
	font-weight: normal;
}
.menu {
background:#f2d5a7;
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
margin-top: 0;
margin-left: 0;
}
.menu ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

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

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

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

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