/*
This design was created to be very simple and easy to edit for beginners. This is achieved by comments spread throughout the HTML file and the CSS that indicate where different parts of the design's code are located. If you have any questions, email me at toxicityj@gmail.com or head over to http://www.zilladesigns.net 
*/


#skip {
	position: absolute;
	left: -9999px;
	}

/*BODY*/
body {
	background-color:#76B573;
	font-family:"Georgia", tahoma, arial, sans-serif;
	color:#314C2F;
	}

a {
	color:#562805;
	text-decoration:none;
	}
	
a:hover {
	color:white;
	}

/*CONTAINER STYLES*/

#main {
	width:800px;
	margin:auto;
	}

#description {
	width:100%;
	float:left;
	text-align:center;
	margin-top:5px;
	}
	
#header, #header0, #header2 {
	width:100%;
	height:250px;
	font-family:"Georgia", tahoma, arial, sans-serif;
	text-align:right;
	}

#header {
	background-image: url(images/header.jpg);
	}

#header0 {
	background-image: url(images/header0.jpg);
	}

#header2 {
	background-image: url(images/header2.jpg);
	}

#left	{
	width:248px;
	float:left;
	margin-top:15px;
	}
	
#right	{
	width:534px;
	float:right;
	margin:15px 0px 20px 5px;
	border:2px #562805 solid;
	}
	
#copyright {
	width:100%;
	border:1px #562805 solid;
	margin:5px 0px 0px 0px;
	text-align:center;
	}
	
/*TEXT STYLES*/

h1	{
	color: white;
	font-size:35px;
	padding-right:5px;
	}
	
h2	{
	font-size:24px;
	padding-left:13px;
	margin-top: 10px;
	}
	
h3	{
	font-size:18px;
	padding-left:13px;
	margin-top: 10px;
	}

h4	{
	font-size:14px;
	padding-left:10px;
	margin-top: 10px;
	}

h5	{
	font-size:16px;
	padding-left:13px;
	margin: 3px 0px 0px 0px;
	text-align:center;
	}

h6	{
	font-size:16px;
	padding-left:13px;
	margin: 9px 0px 0px 0px;
	text-align:center;
	}
	
h7	{
	font-size:2px;
	margin: 0px 0px 0px 0px;
	}

h8	{
	font-size:20px;
	margin-bottom:15px;
	text-align:center;
	}

p	{
	margin:2px 0 0 5px;
	}

table	{
	margin-left: 25px;
	margin-right: 15px;
	margin-bottom: 20px;
	}

.center {
	text-align: center;
	}

.left	{
	text-align: left;
	}	

.description_text {
	padding:5px;
	text-align:justify;
	}
	
.content {
	padding:0px 13px 0px 8px;
	margin-bottom: 10px;
	text-align:justify;
	color:#000000;
	}
	
.email	{
	padding:5px 0px 0px 0px;
	margin-bottom: 0px;
	text-align:justify;
	color:#000000;
	}

.copy	{	
	font-size:10px;
	}

.picture{
	text-align:center;
	padding-bottom:1px;
	}

.content2{
	text-align:center;
	padding-bottom: 15px;
	}

.tfoot	{
	width:534px;
	float:right;
	margin:15px 5px 0px 5px;
	}

.tdfoot1 {
	width:534px;
	text-align:right;
	font-size:12px;
	color:#000000;
	}


/*NAVIGATION STYLES*/
#navbuttons0, #navbuttons, #navbuttons2 {
	width:800px;
	height:2em;
	background-color:#562805;
	text-align:right;
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
	}

#navbuttons0 ul, #navbuttons ul, #navbuttons2 ul {
	display:inline;  
	list-style:none;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	}

	
#navbuttons0 li, #navbuttons li, #navbuttons2 li {
	display:inline;
	float:left;
	font-family:"Georgia", Tahoma, Arial, Helvetica, sans-serif;
	list-style:none;
	font-size:21px;	
	text-decoration:none;
	padding-top:4px;
	padding-bottom:0px;
	margin:0px;
	}

#navbuttons li{
	padding-left:32px;
	padding-right:0px;
	}

#navbuttons2 li {
	padding-left:38px;
	padding-right:0px;
	}

#navbuttons0 li {
	padding-left:95px;
	padding-right:0px;
	}

#navbuttons0 li a:hover, #navbuttons li a:hover, #navbuttons2 li a:hover {
	color:#76B573;
	}
	
#navbuttons0 li a, #navbuttons li a, #navbuttons2 li a {
	color: white;
	text-decoration:none;
	}

/*MISC*/
