/* ------------- sidebar */
#sidebar {
	position : relative;
	width : 204px;
	float:right;
	margin: 37px 20px 10px 0px;
}

/* ------------- email us */
#email_us {
	position : relative;
	width : 204px;
	min-height : 32px;
	margin-top:3px;
	background : url(../images/siteimages/email_us_bkg.png) no-repeat;
}
#email_info {
	position : relative;
	float:right;
	margin-top: 35px;
	width:204px;
	text-align:right;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #3c2415;
}
#email_info a:link { 
	color : #aa7349;
	font-weight: bold;
	text-decoration : none;
}
#email_info a:visited { 
	color : #aa7349;
	font-weight: bold;
	text-decoration : none;
}
#email_info a:hover { 
	color : #3c2415;
	font-weight: bold;
	text-decoration : none;
}
/* ------------- main */
#main {
	position : relative;
	width : 675px;
	margin: 0px 0px 10px 20px;
	float:left;
}

/* ------------- location */
#location {
	position : relative;
	width : 300px;
	float:left;
	margin-right:35px;
}

/* ------------- info request */
#info_request {
	position : relative;
	width : 300px;
	float:left;
}
