html{
	text-align: center;
	margin: 0px;	
	height: 100%;
	background-image: url("../images/bg_body.gif");
	background-repeat: repeat-y;
	background-position: center;
	background-color: #d6e3ef;
}
.clear {
	clear: both;
}

body{
	font-family: Arial;
	font-size: 12px;
	color: black;
}

div#container {
	position: relative;
	width: 940px;	
	height: 100%;
	margin: 0px auto;
	text-align: left;

	padding: 0px 20px 0px 20px;
}

/* TOP CONTENT */
div#top{
	position: relative;
	height: 140px;	
	padding: 10px 0px 20px 0px;
	_padding: 10px 0px 0px 0px;
}

div#top_logo_menu{
	position: relative;
	height: 116px;
	border-bottom: 1px solid #dcd2c8;
}	

div#top_right{
	position: absolute;
	top: 28px;
	right: 0px;
	width: 470px;
	height: 116px;
	text-align: right;
	color: #dcd2c8;	
}

div#top_buttons{
	position: relative;
	padding-top: 12px;
}	

/* CONTACT */
#content{
	position: relative;
	min-height: 470px;
	_height: 470px;	
	border-top: 1px solid #dcd2c8;
	padding-top: 30px;
}

/* LEFT CONTENT */
div#content_left{
	float:left;
	margin-left: 20px;
	_margin-left: 10px;
	width: 190px;
}

div#content_left_title{
	position: relative;
	height: 50px;
	padding-left: 10px;
}

div#left_menu{
	position: relative;
}	

/* MIDDLE CONTENT */
div#content_middle{
	float:left;
	margin: -5px 20px 0px 30px;
	padding-bottom: 20px;
	width: 460px;
	color: #605b57;
}

/* RIGHT CONTENT */
div#content_right{
	float:left;
	width: 200px;
}

/* FOOTER */
div#footer{
	position: relative;
	width: 926px;
	padding: 12px 0px 20px 12px;
	border-top: 1px solid #dcd2c8;
	color: #dcd2c8;
}

div#footer img{
	padding-right: 14px;
}

/* TAF */
.taf_label{
	float: left;
	width: 150px;
}

.error{
	color: red;
}
