/* CSS Document */

* {
	margin: 0px auto;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

body {
	margin-top: 25px;
	padding-bottom: 39px;
	text-align: left;
	color:#000000;
	background: url('../images/bg_dark_stripes.gif');
}

div#pageLeftShadow{
	width:814px;
	background: url('../images/pageLeftShadow.png') ! important;
	background-image: none;
}

div#pageWrap {
	width: 800px;
	text-align: left;
	color:#000000;
}

div#headerWrap {
	position: relative;
	width:800px;
}

div#headerWrapLeft {
	position: relative;
	z-index:0;
	float: left;
	height: 191px;
	width: 196px;
	background: url('../images/left_shadow.png') ! important;
	background-image: none;
}

div#headerWrapRight {
	position: relative;
	z-index:2;
	float: left;
	height: 191px;
	margin-left: -14px;
	background: #46A1CF url('../images/top_shadow.png') ! important;
	background-image: none;
}

div#mainContentWrapper {
	float: right;
	position: relative;
	z-index:1;
	background: url('../images/bg_grid.gif');
}

div#mainContentLeft {
	float: left;
	position: relative;
	z-index:0;
	width: 196px;
	background: url('../images/left_shadow.png') repeat-y ! important;
	background-image: none;
	margin-top: -8px;
	padding-bottom: 8px;
}

div#mainContentLeftHome {
	float: left;
	position: relative;
	z-index:0;
	width: 196px;
	background: url('../images/left_shadow.png') repeat-y ! important;
	background-image: none;
}

div#mainContentLeftFooter {
	position: absolute;
	width: 182px;
	bottom: 13px;
	padding: 0 0 0 12px;
}

div#mainContentRight {
	float: right;
	position: relative;
	z-index:0;
	margin-left:-14px;
	padding: 18px 16px 18px 15px;
	width: 587px;
	font-size: 12px;
}

div#mainContentRightHome {
	float: right;
	position: relative;
	z-index:0;
	margin-left:-14px;
	width: 617px;
	padding: 0 0 0 1px;
	font-size: 12px;
}

div#mainContentRightHome img {
	padding: 4px 1px 0 0;
}

div#footer {
	position: relative;
	height: 5px;
	background: url('../images/pageBottomShadow.png') ! important;
	background-image: none;
}

div.clear {
	clear: both;
}