body {
	background: url(images/bgtexture.jpg);
	background-color: #eae9e9;
	font-size: 11px;
	font-family: "Verdana";
	margin-top: 10px;
	margin-left: 10px;
}

#smallbody {
	font-size: 10px;
	font-family: "Verdana";
	margin-top: 30px;
	margin-left: 0px;
}

h1 {
	color: #2D0C80;
	font-size: 13px;
	font-family: "Verdana";
	margin-top: 30px;
	margin-bottom: 5px;
}

h2 {
	color: #2D0C80;
	font-size: 12px;
	font-family: "Verdana";
	margin-bottom: 5px;
}

blockquote {
	margin-left: 10px;
	margin-right: 20px;
	padding: 10px;
	border: 1pt dotted black;
	background: #a2bcbc;
}

.container {
	padding: 20px;
	margin: 20px 0 20px 0;
	background: #fff;
	}
	
#rightfloat {
	float: right; 
}

#leftfloat {
	float: left; 
}	

#minitabs {
	margin: 0;
	padding: 0 0 10px 10px;
	}

#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#minitabs a:link, #minitabs a:visited {
	float: right;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	margin: 5px 10px 5px 10px;
	text-decoration: none;
	color: #cccac5;
	}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	background: #337071;
	color: #9ebabb;
	}


#wrapper {
	width: 899px;
	height: 625px;
	text-align: left;
	padding: 0px;
}

#navigation {
	width: 899px;
	height: 174px;
	float: left;
}

#navtop {
	width: 899px;
	background: #337071;
	height: 25px;
}

#container{
	width: 899px;
	float: left;
	background: #e0e0e0;
}

#sidebar {
	width: 174px;
	height: 547px;
	float: left;
	background: #e0e0e0;
}

#content {
	width: 700px;
	margin-top: 3em;
	padding-left: 1em;
	padding-right: 1em;
	letter-spacing: .009em;
	background: #e0e0e0;
	float: left;
}

#footer {
	width: 899px;
	height: 51px;
	float: left;
	padding-bottom: 10px;
}

label {
	float: left;
	width: 10em;
	padding: 0px;
	margin: 0px;
}

input {
	width: 150px;
	font-size: 11px;
	font-family: "Verdana";
	margin: 0px;
	padding: 0px;
}

#buttons {
	width: 55px;
}

#f {
	width: 500px;
	padding-bottom: 10px; 
	margin: 0px; 
	float: left;
}

#g {
	width: 500px;
	padding-bottom: 15px; 
	margin: 0px; 
	float: left;
}

#g input {
	width: 15px;
}

textarea {
	width: 300px;
	height: 100px;
	font-size: 11px;
	font-family: "Verdana";
	margin: 0px;
	padding: 0px;
}

#corner {
	border: 2px #337071 solid;
	background: #e0e0e0;
	padding: 5px;
}
#corner2 {
	border: 2px #5e205f solid;
	background: #e0e0e0;
	padding: 5px;
	width: 590px;
}

/*#corner3, #corner4, #corner5 {
	border: 2px #5e205f solid;
	background: #e0e0e0;
	padding: 5px;
	width: 250px;
}*/

#corner3 {
	border: 2px #5e205f solid;
	background: #e0e0e0;
	padding: 5px;
	/*width: 25%;*/
	/*float: right;*/
}

/* Tables*/

#realtor {
	background: #98bbbc;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}

#table {
	width: 33%;
	float: right;
	margin-left: 15px;
	border: 2px #337071 solid;
	padding: 5px;
}



#folio img:hover { border: 1px #2d0980 solid; }
#folio img { border: 1px #c0c0c0 solid; }

a:link    {color:#2D0C80;font-weight:bold;text-decoration:none}
a:visited {color:#2D0C80;font-weight:bold;text-decoration:none}
a:hover   {color:#2D0C80;font-weight:bold;text-decoration:underline}
a:active  {color:#2D0C80;font-weight:bold;text-decoration:none}
