body
	{
	padding: 20px;
	text-align: center;
    font: 85% "Trebuchet MS", "Verdana", "Sans-Serif";
    background-color:#663300;
	}

h1,h2,p
	{
	margin: 0;
	padding: 0 10px;
	font-weight: normal;
	}

p
	{
	padding: 20px 5px 5px 5px;
	font-size: 110%;
	line-height: 150%;
	}
	
h1
	{
	font-size: 350%;
	color: #fff;
	letter-spacing: -5px
	}
	
h2
	{
	color:#ff9912;
	letter-spacing: 3px;
	padding: 10px 0 0 5px;
	}

img
	{
	border-style: none;
	padding-bottom: 10px;
	padding-right: 10px;
	}
	
div#container
	{
	width:800px !important; width /**/:810px;
    margin: 0 auto;
    padding: 5px;
   	text-align: left;
    background: #fff;
    }
    
div#header
	{
	background: #ff9912 ;
	padding: 10px;
	text-align:center;
	}
	
div#content
	{
	float:left;
	width:550px;
	padding: 0 0 10px 0;
	margin:5px 0;
	background: #FFE066; 
	text-align: center;
	}

div#nav
	{
	float:right;
	width:245px;
	padding: 0 0 10px 0;
	margin: 5px 0;
	background: #FFE066;
	}
	
div#nav h2
	{
	font-size: 120%;
	}
	
div#footer
	{
	clear:both;
	width:800px;
	background: #ff9912;
	padding:5px 0;
	text-align:center;
	letter-spacing: 2px;
	}

p.footer
	{
	padding: 0;
	text-align: center;
	font-size: 15px
	}
	
#footer a
	{
	text-decoration: underline;
	color: #fff;
	text-align: right;
	}

#footer a:hover
	{
	text-decoration: none;
	color: #000;
	}



#tablist
	{
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 17px;
	text-align: left;
	background-color: #ff9912;
	}

#tablist li
	{
	list-style-type: none;
	display: inline;
	padding-left: 3px;
	margin-left: 5px;
	}

#tablist li a
	{
	text-decoration: none;
	}

#tablist li a:link 
	{
	color:#fff;
	}
	
#tablist li a:visited
	{
	color:#000;
	}

#tablist li a:hover
	{
	color: #ffe066;
	}

#tabcontentcontainer
	{
	width:500px;
	height:30px;
	margin-top:0px;
	text-align: left;
	}
	
#tabcontentcontainer a
	{
	padding-left: 7px;
	letter-spacing:1px;
	}

#tabcontentcontainer a:link
	{
	text-decoration: none;
	color: #808069;
	font-size:13px;
	}
	
#tabcontentcontainer a:visited
	{
	text-decoration: none;
	color: #000;
	}
	
#tabcontentcontainer a:hover
	{
	color: #000;
	}

#tabcontentcontainer a:current
	{
	color:#000;
	}

.tabcontent
	{
	display:none;
	}

a
	{
	color:#ff9912;
	}
