body {
	background-color: #63011a;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#wrapper {
	width: 900px;
	background: #63011a url(shadow.jpg) repeat-y;
	margin: 0 auto 0 auto;
	overflow: auto;
}

#header {
	width: 800px;
	height: 130px;
	margin: 0 50px 0 50px;
	background: #0b1d55 url(header_bg.jpg) no-repeat;
}

#photoblock {
	width: 800px;
	height: 250px;
	margin: 0 50px 0 50px;
}

#contentwrapper {
	width: 800px;
	margin: 0 50px 0 50px;
	background-color: #fff;
	overflow: auto;
}

#content {
	margin: 12px 24px 12px 24px;
}

#footer {
	width: 800px;
	height: 50px;
	margin: 0 50px 0 50px;
	background: #0b1d55 url(footer_bg.jpg) no-repeat;
}

#base {
	width: 900px;
	height: 50px;
	margin: 0 auto 10px auto;
	background: #993f1f url(shadow_base.jpg) no-repeat;
	color: #ffd;
	text-align: center;
	font-size: .8em;
}

div.divider {
	width:800px;
	height: 2px;
	background-color: #e07357;
	margin: 0 50px 0 50px;
}



/*******************************************************
Navigation
********************************************************/

#topnav {
	width: 800px; 
	height: 30px;
	margin: 0 50px 0 50px; 
	padding: 0;
	position: relative;
	background: url(menubar.jpg);
}

#topnav li {
	margin: 0; 
	padding: 0; 
	list-style: none;
    position: absolute; 
	top: 0;
}

#topnav li, 
#topnav a {
    height: 30px; 
	display: block;
	text-indent: -5000px;
	overflow:hidden;
}

#home {
	left: 0; 
	width: 53px;
}

#home a:hover,
#home a.current {
	background: transparent url(menubar.jpg) 0 -30px no-repeat;
}

#about {
	left: 53px;
	width: 78px;
}

#about a:hover,
#about a.current {
	background: transparent url(menubar.jpg) -53px -30px no-repeat;
}

#mls {
	left: 131px;
	width: 95px;
}

#mls a:hover,
#mls a.current {
	background: transparent url(menubar.jpg) -131px -30px no-repeat;
}

#lead {
	left: 226px;
	width: 98px;
}

#lead a:hover,
#lead a.current {
	background: transparent url(menubar.jpg) -226px -30px no-repeat;
}

#agents {
	left: 324px;
	width: 66px;
}

#agents a:hover,
#agents a.current {
	background: transparent url(menubar.jpg) -324px -30px no-repeat;
}

#buyers {
	left: 390px;
	width: 109px;
}

#buyers a:hover,
#buyers a.current {
	background: transparent url(menubar.jpg) -390px -30px no-repeat;
}

#sellers {
	left: 499px;
	width: 115px;
}

#sellers a:hover,
#sellers a.current {
	background: transparent url(menubar.jpg) -499px -30px no-repeat;
}

#resources {
	left: 614px;
	width: 91px;
}

#resources a:hover,
#resources a.current {
	background: transparent url(menubar.jpg) -614px -30px no-repeat;
}

#contact {
	left: 705px;
	width: 95px;
}

#contact a:hover,
#contact a.current {
	background: transparent url(menubar.jpg) -705px -30px no-repeat;
}



/******************************************************
HTML selectors
*******************************************************/

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0b1d55;
}

p, ul, ol {
	font-size: .9em;
	line-height: 1.5em;
	color: #444;
}

.first {
	margin: 0;
	padding: 0;
}

.withfollower {
	margin-bottom: .25em;
	padding-bottom: 0;
}

a:link, a:visited {
	color: #63011a;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #96344d;
	text-decoration: underline;
}

#content img {
	border: 1px solid #0b1d55;
}

#content img.leftfloat {
	float: left;
	margin: 4px 12px 6px 0;
}

#content img.rightfloat {
	float: right;
	margin: 4px 0 6px 12px;
}

.clear	{
	font-size: 1px; 
	line-height: 1px; height: -1%; 
	clear:both; 
}

#base p,
#base p a {
	color:#ffdacc;
	margin: 0;
	padding: 9px 3px 9px 3px;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
}

#base p a:hover {
	text-decoration: underline;
}

.input_texthalf,
.input_textfull {
	height: 24px;
	margin: 6px 12px 6px 0;
	line-height: 12px;
	padding: 4px 0 0 3px;
	border: 1px solid #006;
	background-color: #eff;
	color: #666;
	font-size: 1em;
}

.input_textfull {
	width: 719px;
}

.input_texthalf {
	width: 350px;
}

textarea {
	width: 719px;
	height: 100px;
	border: 1px solid #006;
	background-color: #eff;
	margin: 6px 12px 6px 0;
	padding: 3px;
	color: #666;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.button {
	margin: 6px 12px 6px 0;
}
