body {
	background-color: #FFF9EC;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 14px;
	margin: 0px;
	color: #CC6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.text {
	font: 11px/14px "arial";
	color: #333333;
}

.orange {
	font: 11px/14px "arial"; color: #FF6600;
}

.title {
	font: bold 11px/12px "arial";
	color: #003300;
}

.title a:link a:visited a:active {
	color: #FFFAA8;
	text-decoration: none;
}

.title a:hover {
	color: #FFFAA8;
	text-decoration: underline;
}

.subnav {
	font: normal 11px/18px "verdana";
	color: #666666;
}
.subnav  a{
	color: #FF0000;
	text-decoration: none;
	font-size: 11px;
	margin-right: 15px;
	margin-left: 0px;
	font-weight: bold;
}

.subnav a:hover {
	color: #FF6600;
	text-decoration: none;
}

.bg-about {
	background-image : url(img/side-aboutus.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;
}

.bg-staff {
	background-image : url(img/side-staff.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;
}

.bg-forsale {
	background-image : url(img/side-forsale.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;
}

.bg-forrent {
	background-image : url(img/side-forrent.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;
}

.bg1{
	font-family: arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #29292A;
	background-color: #CCCCCC;
}

.bg3{
	font-family: arial, helvetica;
	font-size: 11px;
	color: #ffffff;
	background-color: #5A5A5B;
}

input {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #000000;
}

option {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #5A5A5B;
}

select {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #5A5A5B;
}

.test {
	padding: 3px;
}
.staffs_links {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.staffs_links li {
	display: inline;
}
.staffs_links a {
	border: 1px solid #FFFFFF;
	float: left;
	display: block;
	margin-right: 4px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}
.staffs_links a:hover {
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.staffs_links a:active {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.staffs {
	float: left;
	clear: both;
	padding: 0px;
	margin-bottom: 5px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.staffs .image_holder {
	float: left;
	padding: 3px;
	margin-right: 10px;
}
.staffs  h2  {
	color: #993300;
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
	text-transform: capitalize;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.staffs h3 {
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
	color: #FF6600;
}

.staffs p {
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 10px;
	white-space: normal;
}

