/*style sheet for love is a mountain*/
/*www.jedesigns.net*/
body{
	margin: 0;
	font-family: Times New Roman;
	font-size: 12px;
	color:#663300;
}

#preload img{
	height: 0;
	width: 0;
	border-width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -30;
} 

a:link{color: #663300;}
a:hover{color: #000000;}
a:visited {color: #000000}

/*navigation*/
#nav {
margin: 75px 0 0 425px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

/*content*/
#content{
	width: 938px;
	margin-top: 24px;
	margin-left: 70px;
	background-position: center;
}

#lowernav{
margin-top: 5px;
background-position: center;
font: Times New Roman;
font-style: italic;
font-size: 14px;
}

#lowernav a:link{color: #663300}
#lowernav a:hover{color: #000000}
#lowernav a:visited {color: #000000}

/*footer*/
#footer{
margin-top: 42px;
font-size: 12px;
color: #FFFFFF;
}

#footer a:link{ color:#FFFF33;}
#footer a:visited{ color:#FFCC00;}
