body {
	background-color: #FFF;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/******************************/

.cleaner {
	clear: both;
	height: 1px;
}

A {
	color: #597584;
	text-decoration: underline;
}

H1 A {text-decoration: none;}
H1 A:hover {text-decoration: underline;}

.containerMenu A.button {
	margin: -8px 13px 0px 0px;
	padding: 0px;
	width: 31px;
	height: 29px;
	border: none;
	background: none;
	display: block;
}

/******************************/

.containerBasic {
	margin: auto;
	width: 808px;
	text-align: justify;
}

/******************************/

.containerHeader {
	width: 808px;
	height: 92px;
	background: url(../images/bgs/headerBasic.jpg) no-repeat;
}

/******************************/

.containerMenu {
	width: 808px;
	height: 46px;
	background: url(../images/bgs/menuBasic.jpg) no-repeat;
}

.containerMenu UL {
	top: 100px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #FFF;
}

.containerMenu LI {
	background: url(../images/bgs/menuSep.gif) no-repeat top right;
	height: 46px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.containerMenu LI.menuSearch {
	float: right;
	background: url();
}

/******************************/

.containerMenu LI.menuSearch INPUT {
	border: none;
	background-color: #56717F;
	margin: 13px 13px 0px 7px;
	width: 212px;
	height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ADBFC8;
}

.containerMenu LI.menuSearch BUTTON {
	margin: 7px 13px 0px 0px;
	padding: 0;
	width: 31px;
	height: 29px;
	border: none;
	background: none;
}

/******************************/

.containerMenu LI.menuSub UL {
	display: none;
}

.containerMenu LI.menuSub.hover UL {
	display: block;
	width: 150px;
	position: absolute;
	top: 135px;
	left: auto;
	background: #ADBFC8 url(../images/bgs/submenuBottom.gif) no-repeat bottom;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

.containerMenu LI.menuSub.hover UL LI {
	float: none;
	background: url();
	padding: 0px;
	margin: 0px;
	height: 25px;
}

.containerMenu LI.menuSub.hover UL LI.menuSubTop {
	top: 0px;
	width: 150px;
	height: 7px;
	background: #ADBFC8 url(../images/bgs/submenuTop.gif) no-repeat;
}

/******************************/

.containerMenu A {
	position: relative;
	top: 15px;
	padding: 15px 30px;
	color: #FFF;
	text-decoration: none;
}

.containerMenu A:hover {
	color: #182730;
}

.containerMenu LI.menuSub.hover UL LI A {
	padding: 0px 30px;
	top: 0px;
}

/******************************/

.containerMainLeft {
	width: 510px;
	margin: 10px 0px 0px 0px;
	float: left;
}

.containerMainLeft .leftSection, .containerMainRight .rightSection {
	background: url(../images/bgs/mainLeft.gif) no-repeat;
	padding: 15px 30px;
}

/******************************/

.containerMainRight {
	width: 283px;
	margin: 10px 0px 0px 0px;
	float: right;
}

.containerMainRight .rightSection {
	background: url(../images/bgs/mainRight.gif) no-repeat;
	padding: 15px 30px;
}

/******************************/

.containerMainLeft .leftSection .sectionPost {
	background: url(../images/bgs/mainLeftSep.gif) no-repeat bottom;
	padding-bottom: 10px;
	margin-bottom: 12px;
}

.containerMainRight .rightSection .sectionPost {
	background: url(../images/bgs/mainRightSep.gif) no-repeat bottom;
	padding-bottom: 10px;
	margin-bottom: 12px;
}

/******************************/

.containerMainLeft H1, .containerMainRight H1 {
	font-size: 14px;
	color: #597584;
	margin: 5px 0px 2px 0px;
	padding: 0px;
}

.containerMainLeft H1.title {
	background: url(../images/bgs/mainLeftTitleSep.gif) no-repeat bottom;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding: 0px 0px 20px 0px;
}

.containerMainRight H1.title {
	background: url(../images/bgs/mainRightTitleSep.gif) no-repeat bottom;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding: 0px 0px 20px 0px;
}

.containerMainLeft P, .containerMainRight P {
	color: #737373;
	margin: 10px 0px;
	line-height: 1.5;
}

.containerMainLeft P.info, .containerMainRight P.info {
	color: #AAA;
	font-size: 9px;
	margin: 0px;
}

/******************************/

.containerFooter {
	background: url(../images/bgs/footerBasic.gif) no-repeat bottom;
	height: 38px;
	font-size: 9px;
}

.containerFooter A {
	color: #AAA;
}

.containerFooter A:hover {
	color: #666;
}

.containerFooter .leftSection {
	padding: 10px 30px;
	color: #AAA;
}