/* CSS Document */

/* GENERAL styling */
 body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #A1A290 url(../images/backgrHome.jpg) repeat-x;
	font-size: 0.9em;
}

#wrapper {
	width: 1280px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#flashContent {
	height: 488px;
	width: 1280px;
}

/* HEADER styling */
#header {
	background: url(../images/backgr_TOP.jpg) repeat-y;
	height: 157px;
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	min-height:300px;
	height:auto !important;
	height:300px;
}
#mainContent {
	margin: 0px auto;
	height: 322px;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#mainContent  p {
	text-align: center;
	margin: 0px 0px;
}


#leftCont {
	float: left;
	width: 300px;
}

#rightCont {
	float: right;
	width: 300px;
}
