
body {

	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #FFFFFF;
	background-image: url(rosemary.jpg);
	background-position: bottom right;
	background-attachment: fixed; 
	background-repeat: no-repeat;
	
}

h1 { 
	margin-top: -50px; 
}

a:link { 

	color: #77815F;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;

}

a:visited {

color: #77815F;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;

}

a:hover { 

color: #C0CDA1;
	font-size: 14px;
	text-decoration: none;

}

a:active {

	color: #C0CDA1;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;

}



#navigation {

	posistion: relative;
	float: left;
	margin-left: 5%;
	margin-top: 170px;
	width: 20%;
	height: 400px;

}

#content {

	posistion: absolute;
	float: right;
	margin-top: 50px;
	margin-left: 10px;
	margin-right: 25%;
	width: 45%;
	height: 600px;
	
}

#content a:link {

	color: #77815F;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;

}

#content a:visited {

color: #77815F;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;

}

#content a:hover { 

color: #C0CDA1;
	font-size: 12px;
	text-decoration: none;

}

#content a:active {

	color: #C0CDA1;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;

}

