#House {
	width: 630px;
	display: block;
	margin-left: 72px;
	margin-bottom: 50px;
	margin-top: 50px;
	margin-right: 0px;
	}
	
#Attic {
	height: 38px;
	width: 630px;
	display: block;
	}

#Floor4 {
	display: block;
	height: 80px;
	width: 630px;
	}

#Floor4 img {
	-moz-border-radius: 0px 25px 0px 0px;
	border-radius: 0px 25px 0px 0px;
	}

#Floor3 {
	display: block;
	height: 100px;
	width: 630px;
	}

#Floor2 {
	background-color: #FFF;
	width: 630px;
	display: block;
	white-space: normal;
	}

#Basement {
	display: block;
	width: 580px;
	background-color: #411d03;
	color: #b26c38;
	font-size: 0.7em;
	line-height: normal;
	height: 32px;
	vertical-align: middle;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	-moz-border-radius: 0px 0px 35px 0px;
	border-radius: 0px 0px 35px 0px;
	}

#Basement a:link, #Basement a:visited {
	color: #c2ac31;
	}
	
#Basement a:hover {
	color: #e1ce65
	}

#Floor2WestRoom {
	float: left;
	width: 150px;
	display: block;
	height: auto;
	padding-top: 50px;
	padding-left: 40px;
	padding-right: 0px;
	}

#Floor2EastRoom {
	display: block;
	float: right;
	width: 355px;
	padding-top: 50px;
	padding-right: 55px;
	padding-bottom: 40px;
	padding-left: 30px;
	height: auto;
	}

#Floor2Closet1 {
	height: auto;
	width: 630px;
	display: block;
	margin-bottom: 40px;
	}
	
#Floor2Closet2 {
	display: block;
	height: auto;
	width: 550px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	}
	
#SecondaryNav {
	font-size: .9em;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0
	}
	
#SecondaryNav li  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ead8cb;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
#SecondaryNav li b {
	color: #d96716
	}

/* Site Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 155%;
	background-image: url(../images/pepa-bg2.jpg);
	background-position: top left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: #643009;
	margin: 0;
	color: #444444;
	}

a:link {
	color: #8e440d;
	text-decoration: none;
	font-weight: bold;
	}
	
a:visited {
	color: #8e440d;
	}
	
a:hover {
	color: #7d8400;
	}
	
a:active {
	color: #8e440d;
	}
	
.nav {
	display: block;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .75em;
	}

.nav a:link {
	color: #e39a64;
	text-decoration: none;
	}
	
.nav a:visited {
	color: #e39a64;
	}
	
.nav a:active, .nav a:hover {
	color: #ffdbc1;
	}

.button {
	display: inline-block;
	text-align: center;
	color: #fff;
	padding-top: 5px; padding-bottom: 6px;
	padding-left: 7px; padding-right: 7px;
	margin-right: 2px;
	vertical-align: middle;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
 	text-shadow: 0px -1px 1px #000000;
	}
	
.button:active {
	position: relative;
	top: 3px;
	}
	
.brown {
	color: #411d03;
	background-color: #643009;
	background: -webkit-gradient(linear, left top, left bottom, from(#643009), to(#411d03));
	background: -webkit-linear-gradient(top, #643009, #411d03);
	background: -moz-linear-gradient(top, #643009, #411d03);
	background: -ms-linear-gradient(top, #643009, #411d03);
	background: -o-linear-gradient(top, #643009, #411d03);
	text-shadow: 0px -1px -1px #4b2e18;
	}
	
.brown:hover {
	color: #FFFFFF;
	background-color: #643009;
	background: -webkit-gradient(linear, left top, left bottom, from(#b26c38), to(#643009));
	background: -webkit-linear-gradient(top, #b26c38, #643009);
	background: -moz-linear-gradient(top, #b26c38, #643009);
	background: -ms-linear-gradient(top, #b26c38, #643009);
	background: -o-linear-gradient(top, #b26c38, #643009);
	text-shadow: 0px -1px -1px #b27e59;
	}
	
/* TYPOGRAPHY */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2.7em;
	color: #525600;
	padding-bottom: 8px;
	margin: 0px;
	line-height: normal;
	}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.25em;
	color: #7d8400;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.6em;
	color: #7d8400;
	margin: 10px 0px 0px 0px;
	line-height: normal;
	}
	
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.6em;
	color: #7d8400;
	margin: 20px 0px 0px 0px;
	border-top: #525600 solid 1px;
	padding-top: 6px;
	line-height: normal;
	}
	
h5 {
	font-weight: bold;
	font-size: 1em;
	color: #5f6319;
	margin: 15px 0px 0px 0px;
	border-top: #c2b257 dotted 1px;
	padding-top: 6px;
	line-height: normal;
	}
	
h6 {
	font-weight: bold;
	font-size: 1em;
	margin: 15px 0px -5px 0px;
	padding: 0px;
	line-height: normal;
	}
	
.LargeText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2.4em;
	line-height: 120%;
	display: block;
	width: 100%;
	margin: 0px 0px 0px 0px;
	color: #643009;
	}
	
.MediumText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 160%;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	color: #7d8400;
	}
	
ul {
	list-style-type: none;
	padding-left: 15px;
	margin-left: 15px;
	list-style-type: square
	}

fieldset {
	margin-bottom: 20px;
	padding: 0px 10px 10px 10px;
	border: #bcc257 solid 1px;
	}
	
legend {
	font-weight: bold;
	}
