/* Start Global */
* {margin: 0;}       * {padding: 0;}
body {
	font-face: Arial;
	background: #FFFFFF;
	margin: 0px auto 0px auto;
	padding: 0px auto 0px auto;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover {
	color: #000000;
	text-decoration: none;
	}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
	/* Start Float Classes */
			.left {
				float: left;
			}
			.right {
				float: right;
			}
	/* End Float Classes */
	
	/* Start Float Clearing Classes */
			.clearfix:after {
				content: ".";
				display: block;
				height: 0;
				clear: both;
				visibility: hidden;
				}
			.clearfix {
				display: inline-block;
				}
			/* Hide from IE Mac */
			.clearfix {
				display: block;
				}
			/* End Hide from IE Mac */
	/* End Float Clearing Classes */

/* End Global*/



/* Start Main */
#wrapper {
	width: 1004px;
	height: 700px;
	margin: 0px auto 0px auto;
	padding: 0px auto 0px auto;
	border: 2px #BA0100 solid;
}
	/* Start Header */

		#header_top {
			width: 1004px;
			height: 31px;
			/* border: 1px solid #000; */
		}
		#topnavmnu {
			font-face: Arial;
			font-size: larger;
			height: 31px;
			width: 587px;
			background: url(../images/topnav_mnubg.jpg) repeat-x;
			color: #FFFFFF;
			text-align: center;
			}
		/* Start Top Menu Style */
		ul#topnav {
			height: 31px;
			list-style-position: inside;
			list-style-image: none;
			list-style-type: none;
		}
		li.topnav {
			display: inline;
			margin: 0px 22px 0px 22px;
		}
		/* End Top Menu Style */
		#header_btm {
			width: 1004px;
			height: 71px;
			/* border: 1px solid #000; */
		}
	/* End Header */
	
	/* Start Thumb and House Section */
		#top_bar {
			width: 1004px;
			height: 19px;
			background: #BA0100;
			/* border: 1px solid #000; */
		}
		#houses_mid {
			width: 1004px;
			height: 184px;
			/* border: 1px solid #000; */
		}
		#btm_bar {
			width: 1004px;
			height: 20px;
			background: #BA0100;
			/* border: 1px solid #000; */
		}
		#btm_bar_shadow {
			width: 1004px;
			height: 4px;
			background: url(../images/btmbar_drpshdow.gif) repeat-x;
			/* border: 1px solid #000; */
		}
	/* End Thumb and House Section */
	
/* Start Bottom Wrapper */
	btm_wrapper {
		width: 1004px;
		height: 371px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	/* Start Bottom Left Side */
		 #bottom_left {
	 			width: 218px;
				height: 371px;
	 			}
		/* Start Bottom Navigation */
			 #btm_nav_mnu {
					font-face: Arial;
					font-size: larger;
			 		width: 218px;
					height: 135px;
					background: url(../images/btm_nav_bg.gif) repeat-y;
					color: #FFFFFF;
					line-height: 30px;
		 			}
		/* Start Bottom Menu Style */
		ul#btm_nav_style {
			margin: 0px 0px 0px 45px;
			list-style-image: none;
			list-style-type: none;
		}
		li.btmnavstyle {
			margin: 0px 0px 0px 0px;
		}
		/* End Bottom Menu Style */
		/* End Bottom Navigation */
		#blank_area {
			height: 164px;
			width: 218px;
		}
		img.blank_area {
			margin-top: 25px;
		}
		#realest_logos {
			width: 218px;
			height: 72px;
		}
	/* End Bottom Left Side */
	/* Start Bottom Right Side */
	#bottom_right {
		height: 100%;
		width: 786px;
	}
	#gold_box {
		background: url(../images/gold_bg.jpg) center;
		height: 202px;
		width: 762px;
		margin-left: 10px;
	}
	/* End Bottom Right Side
/* End Bottom Wrapper */

/* End Main */

/* -------------------------------------------------------------------------- */

/* Start Text Styling */
	h3#paraheader {
		color: #BA0100;
		padding-left: 25px;
		padding-top: 20px;
	}
	p#maintext {
		font-face: Arial;
		padding: 5px 20px 5px 25px;
		display: block;
		width: 700px;
		color: #BA0100;
		text-align: justify;
	}
	div.copyrightinfo {
		font-face: Arial;
		width: auto;
		margin-top: 150px;
		text-align: right;
		color: #BA0100;
	}
	h3#aboutus {
		color: #BA0100;
		padding-left: 25px;
		padding-top: 20px;
	}
	p#about_us {
		font-face: Arial;
		padding: 25px 20px 5px 25px;
		display: block;
		width: 700px;
		color: #BA0100;
		text-align: justify;
	}
/* End Text Styling */
