BODY {
	background-color:#F0EBCD;
	padding:0px;
	margin:0px;
	padding-top:18px;
}
BODY, DIV, TD {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#464742;
}
#Wrapper {
	text-align:left;
	width:754px;
}
#Header {
	background-image:url('../images/header.gif');
	height:35px;
	background-repeat:no-repeat;
	background-position:center;
}
#LeftShadow {
	background-image:url('../images/shadow_left.gif');
	width:8px;
	background-repeat:repeat-y;
}
#RightShadow {
	background-image:url('../images/shadow_right.gif');
	width:7px;
	background-repeat:repeat-y;
	background-position:right;
}
#Navigation {
	background-image:url('../images/nav_background.gif');
	height:40px;
}
#Main {
	background-color:#FFFFFF;
	padding:10px;
}
#LeftColumn {
	width:486px;
	background-color:#FFFFFF;
}
#RightColumn {
	background-color:#E8EDF3;
	width:238px;
	border-left:10px solid #FFFFFF;
}
#RightBottom {
	background-color:#E8EDF3;
	width:238px;
	border-left:10px solid #FFFFFF;
}
#BottomWrapper {
	border-top:1px solid #FFFFFF;
	padding:17px 20px 20px 20px;
}
#Footer {
	background-image:url('../images/footer.gif');
	height:21px;
	background-repeat:no-repeat;
	background-position:center;
}
#Footer .Text {
	text-align:left;
	width:769px;
	padding-top:10px;
	font-size:10px;
	padding-left:14px;
	color:#868372;
}
.Clear {
	clear:both;
}