#container {
	margin-left: -392px;
	overflow: hidden;
	position: absolute;
	width: 784px;
	left: 50%;
	top: 50px;
}
#top{
	position:relative;
	top:0px;
	width: 784px;
	height:18px;
}
#mid{
	position:relative;
	top:0px;
	width: 784px;
	background-image:url(images/sh_mid.jpg);
	background-repeat:repeat-y;
}
#content{
	position:relative;
	top:0px;
	left:17px;
	width:750px;
}
#header{
	position:relative;
	top:0;
	z-index:0;
	width:750px;
	height: 170px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}
#header2{
	position:relative;
	top:0;
	z-index:0;
	width:750px;
	height: 170px;
	background-image:url(images/header2.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}
#nav{
	position:relative;
	top:0;
	left:0px;
	width: 750px;
	height: 35px;
	z-index:10;
	background-image:url(images/navbg.jpg);
	background-repeat:repeat-y;
}
#nav2{
	position:relative;
	top:0;
	left:0px;
	width: 750px;
	height: 35px;
	z-index:10;
	background-image:url(images/navbg2.jpg);
	background-repeat:repeat-y;
}
#main{
	position:relative;
	top:0;
	z-index:0;
	width:750px;
	height: 115%;
	background-image:url(images/mainbg.jpg);
	background-repeat:no-repeat;
}
#main2{
	position:relative;
	top:0;
	z-index:0;
	width:750px;
	height: 115%;
	background-image:url(images/mainbg2.jpg);
	background-repeat:no-repeat;
}
#left{
	position:relative;
	top: 15px;
	left: 25px;
	width: 700px;
	padding-bottom:20px;
}
#footer{
	position:relative;
	top:0;
	height: 35px;
	width: 700px;
	left:25px;
}
ul { /* all lists */
	padding-left: 35px;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
	width: 95px;
	padding:2px;
}

li ul { /* second-level lists */
	display:none;
	position: absolute;
	top: 1em;
	left: 0;
	width: 170px;
	background-color:#FFFFFF;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	font-family: tahoma, arial, verdana;
	font-size: 14px;
}

.style1 {
	font-family: tahoma, arial, verdana;
	font-size: 14px;
	color: #4A4856;
	text-align:center;
}
.style2 {
	font-family: tahoma, arial, verdana;
	font-size: 14px;
	color: #4A4856;
	text-align:left;
}
.style3 {
	font-family: tahoma, arial, verdana;
	font-size: 12px;
	color: #4A4856;
	text-align:left;
}
.style4 {
	font-family: tahoma, arial, verdana;
	font-size: 12px;
	color: #999999;
}
a:link {
	font-family: tahoma, arial, verdana;
	font-size: 14px;
	color: #4A4856;
}
a:visited {
	font-family: tahoma, arial, verdana;
	font-size: 14px;
	color: #4A4856;
}
a:hover {
	font-family: tahoma, arial, verdana;
	font-size: 14px;
	color: #999999;
}
a:active {
	font-family: tahoma, arial, verdana;
	font-size: 14px;
	color: #4A4856;
	text-decoration:none;
}

