@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/stripe.jpg);
	background-repeat: repeat;
}
/* CSS Document */

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-top: 10px;
	background-color: #494949;
	border: 4px solid #CCCCCC;
	margin-bottom: 10px;
	color: #FFFFFF;
}
#sideBar {
	float: left;
	width: 150px;
	background-color: #C12F2F;
	font-size: 1em;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.5em;
	vertical-align: top;
}
.sidebar {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #9c0606;
	background-color: #C12F2F;
	background-image: url(../images/SideBar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#NavBar {
	float: right;
	clear: both;
}
#content {
	width: 800px;
	margin-left: 20px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
p {
	font-size: 1em;
	line-height: 1.4em;
}
#typeFront {
	clear: both;
	float: left;
	margin-right: 10px;
	width: 400px;
}
#imageFront {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	clear: right;
	width: 360px;
}
.frontImageBorder {
	border: 30px solid #FFFFFF;
}
#featured {
	width: 800px;
	margin-left: 20px;
	float: left;
	clear: both;
	margin-bottom: 60px;
	margin-top: 10px;
}
.featuredText {
	font-size: 1.2em;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C12F2F;
	margin-bottom: 5px;
	font-weight: bold;
}
.featuredImage {
	text-align: center;
	border: 15px solid #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
#property {
	clear: both;
	float: left;
	margin-right: 10px;
	width: 780px;
	margin-left: 10px;
}
#footer {
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: left;
	line-height: 1.4em;
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#copyright {
	font-size: .8em;
	color: #FFFFFF;
	float: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.footerBorder {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.SideBarImage {
	vertical-align: bottom;
	margin-top: 5px;
}
h1 {
	font-size: 1.4em;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C12F2F;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
h2 {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: small-caps;
}
a:link {
	font-size: 1em;
	color: #ffe7e7;
	line-height: 1.5em;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	font-size: 1em;
	color: #FFFFFF;
	line-height: 1.5em;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-size: 1em;
	color: #c2c1c1;
	line-height: 1.5em;
	font-weight: normal;
	text-decoration: none;
}
.backgroundImage {
	background-image: url(../images/Background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#houseImage {
	clear: left;
	float: left;
	width: 430px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#houseType {
	clear: right;
	float: right;
	width: 360px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.housetype {
	font-style: normal;
	font-variant: normal;
	text-align: justify;
	text-transform: uppercase;
}
.houseImage {
	text-align: center;
	border: 15px solid #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
