/*---------- BASIC STYLING----------*/

body {
	margin: 20px;
	padding: 0;
	background-color: #B9C4B2;
	background-image: url(images/flowerbckgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
 p, h1, h2, h3{
	margin: 0 20px 9px 20px;
	font-family: Palatino, serif;
	line-height: 18px;
}
	
h1 {
	margin: 12px 10px 0 20px;
	font-size: 36px;
	line-height: 27px;
	color: #9B3727;
	}
	
h2
{
	font-size: 22px;
	font-weight: lighter;
	color: #9B3727;
	margin: 20px 20px 9px 20px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #353519;
	padding: 10px 0 10px 0;
	}	

p, ul, li{
	font-family: Palatino, serif;
	line-height: 18px;
	font-size: 16px;
	color: #353519;
	}
	
ul {
	margin: 0 20px 9px 0px;
	}

li {
	margin-top: 6px;
	list-style: square;
	}



a:link {
	color: #9B3727;
	font-weight: bold;
	}

a:hover, a:visited:hover {
	text-decoration: none;
	
	}

a:active {
	text-decoration: none;
	}

a:visited {
	color: #353519
	}
	

/*---------- CLASSES----------*/
.photo {
	position: absolute; 
	left: 835px;
	margin: 0px;
	
	}
	
	
/*---------- DIV BOXES----------*/

#header {
	margin: 20px 0 15px 0;

	}
	
#content{

}

#contentleft {
	position: absolute;
	top: 170px;
	left: 60px;
	width: 170px;
	border: 1px solid #900;
	margin: 0;
	padding: 0;
}
	
#contentright{
	position: absolute;
	top: 170px;
	left: 221px;
	width: 605px;
	margin: 0;
	padding: 0;
	
	background-image: url(images/bg_75white.png);
	background-repeat: repeat;
	background-position: left top;
	border: 1px solid #900;
}


#footer {
	position: absolute;
	top: 510px;
	left: 835px;
	width: 100px;
	padding-top: 10px;
	border-left: 1px dotted #666;
	
	background-image: url(images/bg_75white.png);
	background-repeat: repeat;
	border: 1px solid #900;
	
}
	
#validators {
	position: absolute;
	top: 510px;
	left: 60px;
	width: 100px;
}


#nav {
	position: absolute;
	width: 150px;
	height: 150px;
	top: 10px;
	left: 0px;
	bottom: 10px;
	right: 50px;
	background-image: url(images/bg_75white.png);

	
}

#nav ul li {
	list-style: none;
}


#nav ul li a {
	text-decoration: none;
}


#nav ul li a:hover {
	display: block;
	background-color: #B17054;
}