@charset "utf-8";
/* CSS Document */

body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
	font-family: "Century Gothic", Verdana;
	font-size: 12px;
	background-color: #D1CFAB;
	color: #FFF;
	background-image: url(images/bg2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a:active, a:link, a:visited
{
    color: #FFF;
	text-decoration: none;
}

a:hover
{
	color: #C90;
}


#nameplate
{
	text-align: right;	
	color: #FFF;
	background-color: #536225;
	background-position: right;
	background-repeat: no-repeat;
	height: 24px;
	width: 280px;
	float: right;
	
}

#wrapper
{
	width: 100$;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}

#header
{
	width: 100%;
	height: 410px;
	float: left;
	background-image: url(images/header.png);
	background-repeat: repeat-x;
	background-position: center;
	margin: 0 auto;
}

#content
{
	width: 1000px;
	height: auto;
	margin: 0 auto;	
}

#editable
{
	width: 1000px;
	background-image: url(images/darkbg.png);
	margin: 0 auto;
	height: auto;
}

#leftnav
{
	width: 200px;
	height: 100%;
	float: left;
	font-size: 14px;	
}

.img
{
	padding: 5px;
}


#logo
{
	background-image: url(images/logo.png);	
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 1000px;
	position: relative;
	height: 64px;
	padding-top: 32px;
	margin: 0 auto;
}
#bottomofheader
{
	background-image: url(images/bottomofheader.png);
	height: 50px;
	width: 1000px;	
	margin: 0 auto;
}
#bottomleft
{
	background-image:url(images/leftnavbot.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 206px;
	margin-top: 251px;
	float: left;
}

h1
{
	color: #FFF;
	font-size: 24px;
	font-weight: bold;	
}

h2
{
	font-size: 14px;
	font-weight: bold;
}

#slogan
{
	width: 1140px;
	margin: 0 auto;	
	height: 60px;
	background-image:url(images/dreams.png);
	background-position: right;
	background-repeat: no-repeat;
	z-index: 99999;
	top: 340px;
	position: absolute;
	text-align: left;
}

#leftfooter
{
	height: 130px;
	width: 116px;
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	float: left;
	margin-left: 250px;
	clear: right;
}

#rightfooter
{
	height: 130px;
	width: 116px;
	background-image: url(images/youtube.png);
	background-repeat: no-repeat;
	float: right;
	clear: right;
	margin-right: 250px;
}

#footer
{
	width: 100%;
	padding-top: 10px;
	height: 140px;
	clear: both;
	background-color: #536225;	
	text-align: center;
}
