@charset "utf-8";
/* CSS Document */

body {
	color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #0950A0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	background-image: url(../assets/background/background.png);
	background-repeat: repeat-x;
}
#columnLeft {
	float: left;
	margin-left: 7px;
}
#backgroundLogo {
	background-image: url(../assets/background/bgLogo.png);
	background-repeat: no-repeat;
	left: 102px;
	top: -58px;
	width: 1000px;
	margin-top: 0px;
	background-position: -30px -1px;
	margin-right: auto;
	margin-left: auto;
}
/* CSS Document */

#wrapper {
	background-color: #FFF;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
#logoHeader  {
	height: auto;
	text-align: left;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	left: 213px;
	top: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	padding-top: 8px;
}
#navigationMain {
	height: 40px;
	background-image: url(../assets/background/bgNavigation.png);
	background-repeat: no-repeat;
	background-position: 0px top;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	clear: both;
	padding-top: 20px;
}
#containter {
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-top: 5px;
}
#mainContent  {
	text-align: left;
	min-height: 600px;
	left: 213px;
	top: 105px;
	height: auto;
	float: left;
	margin-right: 7px;
	margin-left: 7px;
}
#mainText {
	text-align: left;
	min-height: 600px;
	left: 213px;
	top: 105px;
	height: auto;
	margin-left: 278px;
	width: auto;
	margin-right: 7px;
}


#navigationBottom {
	text-align: center;
	padding-top: 9px;
	color: #CCC;
	background-image: url(../assets/background/bgAuxNavigation.png);
	background-position: 0px 1px;
	height: 23px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1px;
	padding-left: 1px;
	clear: both;
}
#footer {
	background-image: url(../assets/background/bgFooter.png);
	background-repeat: no-repeat;
	height: 143px;
	color: #666;
	background-position: 0px top;
	clear: both;
}
img.inline {
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
}

