/* GLOBAL CSS =============================================== */
body {
	background: #fefefe url(../images/bg_main2.jpg) no-repeat;
	background-position: top center;
	margin: 0;
	padding: 0;
}


/* FORM STYLES =============================================== */

.formStyle {
	border: 1px solid #557630;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: transparent;
}


/* DIV CONTENT =============================================== */
#contentMAIN {
	width: 900px;
	float: left;
}

#contentTEXT {
	width: 515px;
	height: 270px;
	padding: 10px 10px 10px 5px;
	overflow: auto;
	float: left;
}

#top {
	width: 900px;
	margin-top: 15px;
	float: left;
}

#barTop {
	background: url(../images/bar_top01.png) no-repeat;
	margin-top: 15px;
	height: 40px;
	width: 890px;
	padding-left: 10px;
	float: left;
}

#barBottom {
	background: url(../images/bar_bottom01.png) no-repeat;
	margin-top: 5px;
	height: 19px;
	width: 890px;
	padding-top: 4px;
	padding-left: 10px;
	float: left;
}

#bottom {
	width: 900px;
	margin-top: -8px;
	padding-bottom: 4px;
	float: left;
}

#roundimage {
	width: 348px;
	margin-top: -10px;
	float: right;
}