* {
   padding:0;
   margin:0;
}

html,body {height: 100%;}

body {
	background : url(../images/sierrabg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#C8CA76;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
}

#wrap {
	width:650px;
	background:transparent;
	margin:0 auto;
}

#container {
	width:400px;
	float:right;
}

/*this controls the top bar*/
#top {
	background : url(../images/sierraban1.jpg) no-repeat;
	width:400px;
	height:150px;
	text-align:right;
}

h1 {
	padding:80px 20px 0 0;
	font-size:150%;
	font-weight:normal;
color:#fff;
}

h3 {
	padding:10px 0 0 0;
	font-size:150%;
	font-weight:normal;
color:#34454C;
}

h2 {
font-size:small;
}

/* this is all the content */
#content_one {
background:#EAEAC6;
margin-top:5px;
padding:1px 0 10px 0;
width:400px;
font-size:100%;
}

#content_one p{
	text-align:left;
	margin:10px;
	padding:5px;
}

#content_two {
background:#EAEAC6;
margin-top:5px;
padding:1px 0 1px 0;
width:400px;
font-size:80%;
}

#content_two p{
background:#99B0B9;
	text-align:left;
	margin:10px;
	padding:5px;
	border:1px solid #888937;
}

#content_two a
{
display: block;
padding: 10px 3px 3px 3px;
width:95%;
text-align:center;
}

#content_two a:link, #navlist a:visited
{
color:#34454C;
text-decoration: none;
}

#content_two a:hover
{
background-color: #C8CA76;
color: #34454C;
}


/* this is the navigation stuff */
#sidebar {
	float:left;
	width:200px;
	background:#EAEAC6;
	margin-top:150px;
	/*height:300px;*/
	text-align:left;
}

#navcontainer { 
width: 180px;
margin:10px;
background:#34454C;
border:1px solid #478347;
}

#navcontainer ul
{
margin-left: 0;
margin-top:25px;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
background:#99B0B9;
}

#navcontainer a
{
display: block;
padding: 10px 3px 3px 3px;
width: 174px;
text-align:center;
}

#navcontainer a:link, #navlist a:visited
{
color:#34454C;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #C8CA76;
color: #34454C;
}

/*footer*/
#footer {
background:#EAEAC6;
margin-top:5px;
margin-bottom:20px;
padding:1px 0 1px 0;
width:400px;
font-size:80%;
}


#footer p {
	background-color:#C8CA76;
	margin:10px;
	padding:3px;
border:1px solid #888937;
}

/* this is my link, please leave if poss */
span.design {
	font-size:80%;
	color:#9a9a9a;
}

a.design {
	text-decoration:none;
	color:#9a9a9a;
}

a.design:hover {
	color:#000;
}

a.midtext {
text-decoration : none;
color:#126C12;
font-weight:bold;
}