img {border: 0;}

body {
	margin: 0;
	background-color: #000000;
}

.txtBottom, A.txtBottom:link, A.txtBottom:visited, A.txtBottom:hover {
	font: 13px/18px verdana;
	text-decoration: none;
}

.txtBottom, A.txtBottom:link, A.txtBottom:visited {color:#AAAAAA}
A.txtBottom:hover {color:#FFFFFF}

.txtFooter, A.txtFooter:link, A.txtFooter:visited, A.txtFooter:hover {
	font: 11px verdana;
	text-decoration: none;
}

.txtFooter, A.txtFooter:link, A.txtFooter:visited {color:#AAAAAA}
A.txtFooter:hover {color:#FFFFFF}


/* PAGE SECTION AREAS */
#header-zone {
	width: 100%;
}

#header-wrapper {
	width: 1000px;
	height: 140px;
	display:table;
}

#header-wrapper-center {
	width: 1000px;
	text-align: center;
}

#header-wrapper-left {
	width: 500px;
	float: left;
	text-align: left;
}

#header-wrapper-right {
	width: 500px;
	float: right;
	text-align: right;
}

#menu-zone {
	width: 100%;
}

#menu-wrapper {
	width: 1000px;
	height: 45px;
}

#slider-zone {
	width: 100%;
	background-color: #111111;
}

#slider-wrapper-home {
	width: 1000px;
	height: 500px;
}

#slider-wrapper-general {
	width: 1000px;
	height: 250px;
}

#bottom-zone {
	width: 100%;
	background-color: #1F1F1F;
}

#bottom-wrapper {
	width: 1000px;
	padding: 20px 0 40px 0;
	display: table;
}

#bottom-wrapper-left {
	width: 230px;
	float: left;
	text-align: left;
	vertical-align: top;
	padding-right: 20px;
}

#bottom-wrapper-right {
	width: 250px;
	float: right;
	text-align: right;
	vertical-align: top;
}

#footer-zone {
	width: 100%;
	background-color: #292929;
}

#footer-wrapper {
	width: 1000px;
	padding: 20px 0 20px 0;
	display: table;
}

#footer-wrapper-full {
	width: 1000px;
	text-align: center;
}

#footer-wrapper-left {
	width: 500px;
	float: left;
	text-align: left;
}

#footer-wrapper-right {
	width: 500px;
	float: right;	
	text-align: right;
}

#content-zone {
	width: 100%;
	background-color: #EEEDF0;
	background-image: url(../../images/bg-body.png);
	padding: 30px 0 40px 0;
}

#content-wrapper {
	width: 898px;
	padding: 10px 50px 160px 50px;
	background-image: url(../../images/bg-content.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	display: table;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: 0px 3px 15px -10px #000;
	-moz-box-shadow: 0px 3px 15px -10px #000;
	-webkit-box-shadow: 0px 3px 15px -10px #000;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;	
}

#content-title {
	width: 900px;
	border-bottom: 1px solid #DDDDDD;
}

#content-body {
	width: 900px;
	padding: 20px 0 20px 0;
}
