/* basic elements */
html {
	margin: 0px;
	padding: 0px; 
	}
	
body {
    font-family: Arial, Helvetica, sans-serif;
	background: #662401; 
	margin: 0px; 
	padding: 0px;
	}
	


/* specific divs */
#container {
	/*margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;*/
	background: url(../images/nav_bg.gif) repeat-y top left;
	background-color: #fde8c9;
	width: 900px;
	min-height: 600px;
	position: relative;
	left: 50%;
	margin-top: 60px;
	margin-left: -450px;
	}

#container2 {
	/*margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;*/
	background: url(../images/nav_bg.gif) repeat-y top left;
	background-color: #fde8c9;
	width: 900px;
	min-height: 600px;
	position: relative;
	left: 50%;
	margin-top: 60px;
	margin-left: -450px;
	}
	
#sidenav {
    width: 225px;
	height: 513px;
	background: url(../images/nav_bg2.gif) no-repeat;
	position: absolute;
	top: 0px; left: 0px;
	}
	
#logo {
	width: 37px;
	height: 70px;
	position: absolute;
	top: 35px;
	left: 33px;
	}

#navbuttons {
	width: 198px;
	height: 210px;
	position: relative;
	top: 270px;
	}

#mainbody{
    position:relative;
	width:605px;
	margin-left: 260px;
	padding-top: 35px;
	padding-bottom: 30px;
	}
	
#footer {
	/*margin-left: auto;
	margin-bottom: 35px;*/
	width: 830px;
	position: relative;
	left: 50%;
	margin-top:10px;
	margin-left: -415px;
	}

#homequote{
    position:absolute;
	width:191px;
	padding-top: 22px;
	}
	
#hometext{
    position:relative;
	text-align:left;
	padding-top: 20px;
	padding-left: 205px;
	padding-bottom: 5px;
	}
	
#bodytext{
	position: relative;
	text-align:left;
	padding-top: 20px;
	padding-bottom: 5px;
	width: 605px;
	overflow: hidden;}
	
#newsSignUp{
	position: absolute;
	left: 700px;
	margin-top: -35px;}
	


	
/* typography*/
.homebody {
	color: #662401;
	font-size: 13px;
	line-height: 1.8;
	}
	
.body {
	color: #662401;
	font-size: 13px;
	line-height: 1.5;
	}
	
.body a:link {
	color: #fc7c01;
	text-decoration: none;
	line-height:16px;}

.body a:hover {
	color: #fc7c01;
	text-decoration: underline;}

.body a:visited {
	color: #fc7c01;
	text-decoration: none;}
	
.title1 {
	color: #FC7C01;
	font-size: 20px;
	line-height: 1.4;
	}
	
.title2 {
	color: #FC7C01;
	font-size: 18px;
	line-height: 1.2;
	}

.title3 {
	color: #FC7C01;
	font-size: 18px;
	line-height: 1.4;
	}

.title4 {
	color: #662401;
	font-size: 20px;
	letter-spacing: .1em;
	}

.menu {
	color: #fc7c01;
	font-size: 12px;
	}

.menu p:first-line{
	color: #662401;
	font-size: 13px;
	}

.menunavoff {
	color: #fc7c01;
	font-size: 15px;
	}

.menunav {
	color: #662401;
	font-size: 15px;
	}
	
.menunav a:link {
	color: #662401;
	text-decoration: none;}

.menunav a:hover {
	color: #662401;
	text-decoration: none;}

.menunav a:visited {
	color: #662401;
	text-decoration: none;}

.copyright {
	color: #FDA947;
	font-size: 11px;
	line-height: 1.8;
	}

.copyright a:link {
	color: #FDA947;
	font-size: 11px;
	}
	
.copyright a:visited {
	color: #FDA947;
	font-size: 11px;
	}

.copyright a:hover	{
	color: #fff;
	font-size: 11px;
	}
