/* CSS Document */

body {
background-color:#669966;
background-image:url(../images/bg.jpg);
background-position: top;
background-repeat: no-repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: justify;
color: #000000;
font-size: 16px;
}

h1 {
font-size: 24px;
color: #000000;
}

#container {
width: 860px;
margin: auto;
background-color:#3e4734;
padding: 20px;
}

#header {
background-color: #000000;
background-image:url(../images/header.jpg);
background-repeat: no-repeat;
height: 350px;
width: 860px;
margin: 0;
}

#nav {
	background-color: #d09a2a;
	text-decoration: none;
	height: 40px;
	padding: 0;
	margin: 0;
	text-align:center;
	color: #ffffff;
	line-height: 40px;
}

#nav li {
	display: inline;
	margin: 0px;
	font-size: 20px;
}

#nav li a:link, #nav li a:visited { 
	color: #ffffff; 
	text-decoration: none;
	margin: 0 20px 0 20px; 
}

#nav li a:hover, #nav li a:active { 
	color: #000000;
	text-decoration: underline;
	margin: 0 20px 0 20px; 
}

#content {
background-image:url(../images/bodyBg.jpg);
background-repeat: no-repeat;
background-position: bottom;
height: auto;
padding:0 0 40px 0;
margin: 0;
}

#main {
width: 520px;
padding: 0 30px 0 55px;
float: left;
}

#main li {
list-style-image: none;
list-style-type: none;
line-height: 30px;
}

#fullMain {
width: 750px;
padding: 0 30px 0 55px;
float: left;
}

#fullMain a:link, #fullMain a:visited {
color: #ffffff;
text-decoration: underline;
}

#fullMain a:hover, #fullMain a:active {
color: #ffffff;
text-decoration: none;
}

#sidebar {
width: 205px;
float: right;
padding: 0 30px 0 20px;
}

#tagline {
background: url(../images/tagline.png) no-repeat;
height: 69px;
margin: 20px 20px 20px 50px;
clear: both;
}

#footer {
clear: both;
height: 30px;
margin: 0 20px 0 20px;
text-align: center;
font-size: 12px;
}

#footer p, #footer a:link, #footer a:visited {
text-align: center;
text-decoration: none;
}

#footer p, #footer a:hover, #footer a:active {
text-align: center;
text-decoration: underline;
}


#footer li {
	display: inline;
	margin: 0px;
}

#footer li a:link, #footer li a:visited { 
	color: #ffffff; 
	text-decoration: none;
	margin: 0 20px 0 20px; 
}

#footer li a:hover, #footer li a:active { 
	color: #000000;
	text-decoration: underline;
	margin: 0 20px 0 20px; 
}

#flashcontent {
	height: 100%;
}
