*{
	border: 0;
	padding: 0;
	margin: 0;
	font-family: arial;
	color: #fff;
	}
html{
	/*height: 100%;*/
	overflow-x: visible;
	}
body{
	background: #6C7179;
	/*height: 100%;*/
	width: 100%;
	font-size: 12px;
	}
#main {
	/*height: auto !important;
	min-height: 100%;*/
	position: relative;
	text-align: center;
	width: 100%;
	}
#header{
	height: 161px;
	margin: 0 auto;
	width: 960px;
	position: relative;
	}
#menu-header{
	list-style: none;
	display: block;
	font-size: 12px;
	width: 400px;
	position: absolute;
	height: 148px;
	top: 4px;
	right: 3px;
	}  
#menu-header li {
	font-size: 1.17em;
}	
#menu{
	display: block;
	width: 960px;
	height: 66px;
	padding: 3px 0 0 0px;
	background: url(../images/bckgd.menu.gif) no-repeat;
	position: relative;
	margin: 2px auto 8px auto;
	text-transform: uppercase;
	font-size: 21px;
	list-style: none;
	}
#menu li{
	float: left;
	display: block;
	/*padding: 0 10px 0 0;*/
 	}	
#wrapper{
	margin: 0px auto;
	width: 960px;
	text-align: center;
	height: 200px;
		background: url(../images/content-bg.gif) 0 0 repeat-y;
	}
html>body #wrapper{
	height: auto;
	min-height: 200px;
	}
	
.box{
	width: 960px;
	position: relative;
	text-align: left;
	background: url(../images/content-bg-top.gif) 0 0 no-repeat;	
	}
.box span.top{
	/*display: block;*/
    display: none;
	width: 829px;
	height: 12px;
	background: url(../images/top.box.gif) no-repeat ;
	border: none;
	position: absolute;
	top: 0;
	}
.box span.bottom{
	display: block;
	/*width: 829px;*/
	height: 22px;
	background: url(../images/content-bg-end.gif) no-repeat left bottom;
	border: none;
	/*position: absolute;
	bottom: -1px;*/
	}
.box-end {
	height: 8px;
	background: url(../images/content-bg-end.gif) left bottom no-repeat;
	margin-top: 24px;
	clear: left;
}	
#footer{
	background: url(../images/sep.h.footer.gif) 0 0 repeat-x;
	margin: 21px auto;
	width: 960px;
	height: 150px;
	position: relative;
	font-size: 12px;
	text-align: left;
	padding: 18px 0 0 0;
	}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
