/* CSS Document */
body,html {
	margin:20px 0 0 0;
	padding:0;
	background:url(images/bg.png) repeat;
	font:12px Verdana, Arial, Helvectia, sans-serif;
	text-align:center;
	color:#666;
}
ul {
	margin:0;
	padding:0;
}
li {
	display:inline;
	list-style:none;
	height:30px;
}
li a {
	color:#FFF;
	line-height:30px;
	font-size:11px;
	text-decoration:none;
	padding:5px 10px 5px 10px;
	border-right:1px solid #FFF;
	border-bottom:0;
}
li a:hover {
	text-decoration:none;
	background:#06C;
	color:#000;
}
a {
	text-decoration:none;
	border-bottom:1px dotted #06C; 
	color:#000;
}
a:hover {
	text-decoration:underline;
	border-bottom:0;
	color:#06C;
}
.ewcom #HeadBox {
	width:800px;
	height:20px;
	background:url(images/topper.png);
	margin:0 auto;
	border:0;
}
.ewcom #BaseBox {
	width:800px;
	height:20px;
	background:url(images/base.png) repeat-x;
	margin:0 auto;
	border:0;
}
.ewcom #BGBox {
	width:800px;
	border:0;
	background:url(images/sidebar.png) repeat-y;
	margin: 0 auto;
	border:0;
}
.ewcom #MainBox {
	width:760px;
	background:#FFF;
	margin:-1px auto;
	border:0;
}
.ewcom #FootBox {
	width:760px;
	height:15px;
	font-size:9px;
	background:url(images/backer.png);
	border:0;
	color:#999;
}
.ewcom #LogoBox {
	width:760px;
	height:75px;
	background:url(images/logo.png) no-repeat;
	margin:0 auto;
	border:0;
}
.ewcom #NavBox {
	width:760px;
	height:30px;
	margin:0 auto;
	border:0;
	background:url(images/backer.png);
	text-align:left;
}
.ewcom #CenterContent {
	width:756px;
	padding:2px;
	margin:0 auto;
	border:0;
	background-color:#FFF;
	text-align:left;
}
.fltrt{
	float:right;
	margin:0;
	border:0;
}
.fltlft {
	float:left;
	margin:0;
	border:0;
}
.clrflt {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
