/* CSS Document */
	html, body {
	height: 100%;
	}

body {

	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF url(../images/mainBground.jpg);
	font-size: 14px;
	color: #663300;
	}
	

p {
	line-height: 110%;
	margin: 4px 40px 4px 40px;
	padding: 3px 0px 3px 0px;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #5C2810;
	margin: 2px 10px 0px 10px;
	}


a {
	text-decoration: none;
	color: #AFB06C;
	}


a:hover {
	text-decoration: underline;
	color: #CC9966;
	}

a.anchor {
	color:#663300;
	text-decoration:underline;
	font-weight:bold;
	}

	
ul {
	padding-left: 0;
	margin-left:0;
	}
	
	
	
	/************* HEADER STUFF ************/


#header {
	width: 850px;
	height: 177px;
	margin: 0px auto;
	padding: 0px 0px;
	background:  url(../images/UpHeader.jpg);
	border-left: 1px solid #5C2810;
	border-right: 1px solid #5C2810;
	}
/*--------------  Start Main Nav Menu ---------------------*/
.menu {
	margin: 0px auto;
	margin-left: 50px;
	padding-top: 150px;
	padding-left:0;
	}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	text-transform:uppercase;
	color:#AFB06C;
	padding: 0 0px 2px 10px;
	font-size:14px;	
	font-weight: 200;
	text-decoration:none;
	}

#nav a:hover{
	color:#CC9966;
	}

#nav li {
	float: left;
	padding-right:50px;
}


#nav li ul {
	position: absolute;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
	width:230px;
	border-right: #000 thin solid;
	border-bottom: #000 thin solid;
	border-left: #000 thin solid;
	background:#663300;
}
/*-------------- End Main Nav Menu ---------------------*/
/* makes a U R Here Feature */

body#home a#homeLink,
body#gallery a#galleryLink,
body#projects a#projectsLink,
body#about a#aboutLink,
body#contact a#contactLink {
	color: #CC9966;
	}	


/************* CONTENT ************/


#content {
	width: 850px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	background: #CCCC99 url(../images/bodybground.jpg) no-repeat;
	min-height:100%;
	border-left: 1px solid #5C2810;
	border-right: 1px solid #5C2810;
	}

#secondary {
	display: inline;
	width: 400px;
	}
	
hr {
	color: #999966;
	width:60%;
	height: 1px;
	margin-left: 160px;
	}

ul.body
	{
	margin: 4px 0 4px 60px;
	display:block;
	}
/*************SIDEBAR ************/
.sidebar {
	width: 220px;
	float: right;
	margin: 36px 50px 0px 10px;
	background: url(../images/sideBarbground.jpg);
	border: 1px solid #663300;
	}
	
.sidebar li {
	list-style-type:none;
	margin-left: 12px;
	margin-bottom:4px;
	}

.sidebarContent {
	float: right;
	margin: 4px 20px 0px 10px;
	padding:4px
	}


.featurebox {
	width:400px;
	padding: 10px;
	margin: 20px 10px 20px 150px;
	background: #cc9966 url("../images/featurebox_bg.gif") no-repeat 100% 100%;;
	border: #5C2810 thin dashed;
	clear:right;
	}

#anchor {
	width:450px;
	margin: 20px 0 10px 60px;
	padding: 0px 0px 5px 0px;
	}


#anchor ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	}


#anchor li {
	display: block;
	padding-bottom: 10px;
	}



/************* FOOTER ************/



#footer {
	clear: both;
	width: 850px;
	height:39px;
	margin: 0px auto;
	background: url(../images/footer_bg.jpg) repeat-x center top;
	font-size: 12px;
	color: #CCCC99;
	font-weight:100;
	text-align: center;
	border-left: 1px solid #5C2810;
	border-right: 1px solid #5C2810;
	}

	

