/*style sheet for love is a mountain*/
/*www.jedesigns.net*/
body{
	margin: 0;
	font-family: Times New Roman;
	font-size: 12px;
	color:#663300;
}
.clearfix{ /*clearfix http://css.flepstudio.org/css-tutorials/clearfix.html*/
clear: both;
}
img{
border: none;
}
a:link{color: #663300;}
a:hover{color: #000000;}
a:visited{color:#000000}

/*main container*/
#wrapper{
	margin: 0;
	background-repeat: no-repeat;	
}

/*navigation*/
#nav{
width: 415px;
height: 80px;
margin-left: 450px;
margin-top: 95px;
}

/*content*/
#content{
	width: 850px;
	margin-left: 100px;
	margin-top: 45px;
	padding: 0;
	background-position: center;
}

#lowernav{
margin-top: 5px;
background-position: center;
font: Times New Roman;
font-style: italic;
font-size: 13px;
color: #663300;
}

/*footer*/
#footer{
margin-top: 20px;
color: #FFFFFF;
font-size: 10px;
}

#footer a:link{ color:#FFFF33;}
#footer a:visited{ color:#FFCC00;}
