* {
	padding:0px;
	margin:0px;
}

body,html {
	background-color:#333333;
	width:100%;
	text-align:center;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:160%
}

#WrapperMain {
	text-align:left;
	margin:auto;
	padding: 0px;
	width: 964px;
	background-color: #ffffff;
	
	border-top: 5px solid #ffffff;
	border-left: 8px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	border-right: 8px solid #ffffff;
}

#NaviHelp {
	width:964px;
	height:15px;
	padding-top:5px;
	border-top:1px solid #fff;
}

#Header {
	width:964px;
	height:187px;
	background-image:url(../images/Header_Banner_default.jpg);
	background-repeat:no-repeat;
}

#NaviE1 {
	width:912px;
	height:15px;
	background-image:url(../images/NaviE1_BG.gif);
	background-position:bottom;
	background-repeat: repeat-x;
	padding-left: 52px;
	padding-bottom: 5px;
}

#NaviE2 {
	width:635px;
	height: 15px;
	padding-left: 55px;
}

#ContentWrapper {
	width:964px;
	min-height: 400px;
	background-image:url(../images/Content_BG.gif);
	background-repeat: repeat-y;
	background-color: #f1f1e2;
}

#ContentWrapper_One_Col {
	width:964px;
	min-height: 400px;
	background-color: #f1f1e2;
}

#Content {
	width:604px;
	padding: 47px 62px 62px 62px;
	float:left;
}

#Content_One_Col {
	padding: 10px 10px 62px 30px;
}

#ContentBox {
	width:213px;
	background-color: #9c9c9c;
	padding: 23px 0px 23px 15px;
	float:left;
}

#ContentBoxContent {
	padding-left:28px;
}

#Footer {
    position:fixed;
	bottom:0px;
	width:898px;
	height:15px;
	clear:both;
}


	
	
