body
{
     margin-top:0px;
     margin-bottom:20px;
     text-align:center;
     text-decoration:none;
     background-color: #E7C79C;
     padding:0;
    
}

/*This formats the hyperlinks*/
body a
{
     color: #ffffff;
}

h1
{
     font:bold 16px;
     background-color:transparent;
     padding-left:10px;
}

p
{
     font-family: Times New Roman, Times, Serif;
     padding-left:10px;
     padding-right:10px;
}

/*This is the complete "Middle" section of the site*/
#Content {
     position:relative;
     font-size:14px;
	width:630px;
	margin:0px auto;
	text-align:left;
	padding-top:200px;
	background-color: #DAA77A;
}

/*This is the section that holds the picture...it also hold the navbar menu*/
#header
{
     position:absolute;
     top:0;
	left:0;
	width:630px;
     height:173px;
	background-color:#DAA77A;
}

/*This formats the "technical data" text on the footer*/
p.tech
{
     margin-top:5px;
     padding:0;
     text-align:center;
     font-size:11px;
}

/*Tabbed Menu Navigation settings*/

/*Where does the menu bar go?*/
#navtab
{
	position:absolute;
	bottom:0;
	left:150px;
	z-index:1;
}

/*Put the menu items on one line*/
ul#tabnav
{
	list-style-type:none;
	font:bold 11px verdana, arial, sans-serif;
}
/*What do inactive links look like*/
ul#tabnav li
{
	float:left;
	height:21px;
	background-color:#D6B284;
     font:bold;    
	color:#ffffff;
	margin:2px 2px 0 2px;
	border:1px solid #711515;
}

/*What do the links look like once they are visited*/
ul#tabnav a:link, ul#tabnav a:visited
{
	display:block;
	color:#ffffff;
	background-color:transparent;
	text-decoration:none;
	padding:4px;
}

/*What happens when the user puts their mouse on the link*/
ul#tabnav a:hover
{
	background-color: #E7C79C;
	color:#000000;
}

/*This section controls what the link TEXTS look like after they are clicked and which is active*/
body#contact li.contact,
body#login li.login,
body#services li.services,
body#required li.required,
body#home li.home
{
	border-bottom:1px solid #DEA67B;
	color: #000000;
	background-color:#000000;
}

/*Set the background color of the ACTIVE link*/
body#contact li.contact a:link, body#contact li.contact a:visited,
body#login li.login a:link, body#login li.login a:visited,
body#services li.services a:link, body#services li.services a:visited,
body#required li.required a:link, body#required li.required a:visited,
body#home li.home a:link, body#home li.home a:visited
{
	color:#000000;
     font:bold;
	background-color:#DEA67B;
}

