/*
-----------------------------------------------
jenniferstrasbaugh.com CSS styles
Author:   Kai Bates
Version:  August 2011
----------------------------------------------- */


/* Global
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 1px;
	background: #e9e9a9 url(images/background_home.jpg) no-repeat top center;
	}

#structure {
	width: 940px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	top: 0;
	left: 0;
	}

#main_nav {
	width: 450px;
	margin: 100px 0 0 25px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	}

#content_home {
	width: 275px;
	height: 265px;
	margin: 80px 0 0 650px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	}

#content_sub_background {
	width: 840px;
	height: 275px;
	margin: 40px 0 0 0;
	padding: 30px 50px 0 50px;
	font-size: 13px;
	background: url(images/background_background.png) no-repeat top center;
	}

#content_sub_appraisal {
	width: 840px;
	height: 275px;
	margin: 40px 0 0 0;
	padding: 30px 50px 0 50px;
	font-size: 13px;
	background: url(images/background_appraisal.png) no-repeat top center;
	}
	
#footer {
	width: 800px;
	margin: 130px 0 0 130px;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #000;
	}

#footer2 {
	padding: 5px;
	width: 865px;
	text-align: right;
	}


	
/* Text
----------------------------------------------- */

#content p {
	margin: 10px 0 0 0;
	}

p.content_link {
	margin: 20px 0 0 0;
	font-size: 18px;
	}

#footer p {
	margin: 20px 0 0 0;
	}



/* Navigation
----------------------------------------------- */

a:link {
	color: #b4b4b4;
	font-weight: bold;
	text-decoration: none;
	}
	
a:visited {
	color: #b4b4b4;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #b4b4b4;
	font-weight: bold;
	text-decoration: underline;
	}
	
a:active {
	color: #b4b4b4;
	font-weight: bold;
	text-decoration: none;
	}

#main_nav a:link, #main_nav a:visited, #main_nav a:active {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	}

#main_nav a:hover {
	color: #b4b4b4;
	font-weight: normal;
	text-decoration: none;	
	}

#footer a:link, #footer a:visited, #footer a:active {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	}

#footer a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
	}
