#div_background_top
{
	height: 15px;
	
	background-image: url(../images/background_top.gif);
	background-repeat: repeat-x;
	
	border: 0px solid #000000;
}
#div_background_bottom
{
	height: 15px;
	
	background-image: url(../images/background_bottom.gif);
	background-repeat: repeat-x;
	
	border: 0px solid #000000;
}

#div_top_left
{
	margin-top: 0px;
	margin-bottom: -10px;
	text-align: left;
	
	float: left;
	
	border: 0px solid #000000
}
#div_top_right
{
	margin-top: -7px;
	margin-bottom: -7px;
	text-align: right;
	
	border: 0px solid #000000
}
#div_top_right a
{
	text-decoration: none;
	
	color: #bf2f38;
}

#div_header
{
	background-image: url(../images/banner.gif);
	background-repeat: repeat-x;
	
	height: 125px;
	
	margin: auto;
	
	border-left: 1px solid #959595;
	border-top: 1px solid #959595;
	border-right: 1px solid #959595;
}

#div_main
{
	background-color: #ffffff;
	
	margin: auto;
	
	border-left: 1px solid #959595;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
	
	/*border: 0px solid #000000;*/
}

#div_footer
{
	text-align: right;
	
	border: 0px solid #000000;
}

.div_page
{
	width: 32%;
	
	float: left;
	
	padding-top: 10px;
	padding-bottom: 10px;
	
	border: 0px solid #000000;
}
#div_page
{
	padding-top: 10px;
	padding-bottom: 10px;
	
	border: 0px solid #000000;
}

#div_content
{
	min-height: 450px;
	
	padding: 10px;
	
	font-size: 0.9em;
	
	background-image: url(../images/background_center.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
	background-color: #ffffff;
}

.td_void
{
	width: 14px;
}

#td_main_left
{
	width: 120px;
	
	padding-left: 0px;
	padding-top: 10px;
	
	vertical-align: top;
	
	font-size: 0.9em;
	
	background-color: #eaeaea;
	
	background-image: url(../images/background_left.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
#td_main_center
{
	padding-top: 7px;
	padding-bottom: 7px;
	
	vertical-align: top;
}
#td_main_right
{
	width: 120px;
	
	margin-right: 10px;
	padding-top: 10px;
	
	vertical-align: top;
	
	background-color: #eaeaea;
	
	background-image: url(../images/background_right.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
#td_bottom
{
	width: 956px;
	height: 25px;
	
	margin-bottom: 20px;
	
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	
	border: 0px solid #000000;
}

.content_contact_left
{
	width: 33%;
	
	padding-top: 5px;
	padding-right: 5px;
	
	text-align: right;
	
	float: left;
}

.content_contact_right
{
	padding-top: 5px;
}

.content_contact_field
{
	width: 250px;
}

.content_contact_field_short
{
	width: 120px;
}

.content_contact_right_date_year
{
	width: 101px;
	
	float: left;
}
.content_contact_right_date_month
{
	width: 76px;
	
	float: left;
	
	margin-left: 2px;
	margin-right: 2px;
}
.content_contact_right_date_day
{
	
}

.content_contact_text
{
	width: 250px;
	height: 100px;
}

#content_contact_submit
{
	padding-left: 403px;
	
	border: 0px solid #000000;
}

#content_contact_button
{
	width: 70px;
	
	font-size: 0.9em;
}

.submit
{
	background-color: #ffffff;
	
	color: #bf2f38;
	
	cursor: pointer;
	
	border: 1px solid #cccccc;
}
