/*body*/
html, body{ 
	background-color: #fff;
	text-align: center;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font-family: "Trebuchet MS", Trebuchet MS, Arial, "lucida console", sans-serif;
	font-size: 10pt;
} 

.alignleft
{clear: right;
float: left;}

.alignright
{clear: left;
float: right;}

#container
{	
	background-color: #fff;
	border: 1px solid #000;
	width: 800px;
	padding: 0;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;	
	}
	
	
#banner
	{
	border-top: 3px solid #000;
	width: 100%;
	height: 155px;
	text-align: center;	
	margin: 0;
	padding: 0;
	background-color: #000;
	}
	
#banner img
{
margin: 2px;
padding: 0;
border: 0;
}

#nav
{
background-color: #fff;
width: 100%;
margin: 10px 0 0 0;
padding: 0;
}


#nav ul
 {
	margin: 10px 10px 0 0;
	height:25px;
}

#nav li
{float:left; 
list-style:none;
border: 0;
margin: 0 2px;
padding: 0;}

#nav .tab a:link, .tab a:visited{
	background:url(../images/navbg.png) right 60px;
	color:#000;
	display:block;
	font-weight:bold;
	height:30px;
	line-height:30px;
	text-decoration:none;
}
#nav .tab a span{
	background:url(../images/navbg.png) left 60px;
	display:block;
	height:30px;
	margin-right:14px;
	padding-left:14px;
}
#nav .tab a:hover{
	background:url(../images/navbg.png) right 30px;
	display:block;
	color:#000;
}
#nav .tab a:hover span{
	background:url(../images/navbg.png) left 30px;
	display:block;
}

/* -------------------------------- */
/* 	ACTIVE ELEMENTS					*/
#nav .active a:link, #nav .active a:visited, #nav .active a:visited, #nav .active a:hover{
	color:#000;
	background:url(../images/navbg.png) right 0 no-repeat;
} 
#nav .active a span, #nav .active a:hover span{
	background:url(../images/navbg.png) left 0 no-repeat;
}

#tagline
{
clear: both;
width: 100%;
height: 30px;
margin: 0;
padding: 0;
background-color: #fdf400;
}

#tagline h1
{
color: #000;
font-weight: bold;
font-size: 1em;
padding: 0;
margin: 5px;
}

#content
{
 width: 100%;
 min-height: 350px;
 background-color: #fff;
 margin: 0;
 padding: 0;
 }

 #main
{
 text-align: left;
 margin: 10px;
 padding: 0;
 }
.white
{
text-align: center;
float: left;
width: 49%;
background-color: #fff;
margin:0;
padding: 0;
}

.black
{
float: right;
text-align: center;
width: 50%;
height: 500px;
min-height: 500px;
background-color: #000;
margin:0;
padding: 0;
}

.black h2
{
margin: 5px;
color: #ff714c;
font-weight: bold;
font-size: 2.25em;
}

.black h3
{
margin: 5px;
color: #fff;
font-weight: bold;
font-size: 2em;
}

.black h4
{
margin: 5px;
color: #ff714c;
font-weight: bold;
font-size: 1.5em;
}


#content .black a:link, #content .black a:visited
{color: #fef400;
font-weight: bold;
font-size: 1em;
text-decoration: none;
}

#content .black a:hover, #content .black a:active
{color: #ff714c;
font-weight: bold;
font-size: 1em;
text-decoration: none;
}

#content a:link, #content a:visited
{color: #000;
font-weight: bold;
font-size: 1em;
text-decoration: none;
}

#content a:hover, #content a:active
{color: #ff714c;
font-weight: bold;
font-size: 1em;
text-decoration: none;
}


#content blockquote
{border: 2px solid #000;
 margin: 10px;
 padding: 10px;
 float: right;
 }

#content img
{margin: 5px;
border: 0;}
#content img.border
{border: 5px solid #000;}

#footer
{
clear: both;
width: 100%;
margin: 0;
padding: 0;
background-color: #ff714c;
}
#footer p
{color: #000;
text-align: center;
font-size: .85em;
margin: 10px 5px;
}
#footer a:link, #footer a:visited
{text-decoration: none;
color: #f3f400;
}
#footer a:hover, #footer a:active
{text-decoration: none;
color: #fff;
}
