html {

	padding: 0;
	margin: 0;
	border: 0;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	background: #0093DD url(assets/htmlbg.jpg) top center no-repeat;
}

body {

	padding: 0;
	margin: 0;
	border: 0;
	background-color: transparent;
}

#head {
	position: relative;
	margin: 0 auto;
	width: 760px;
	min-width: 760px;
	height: 193px;
	background-color: #FFFFFF;
	z-index: 5;
}

#sshow {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300px;
	height: 225px;
	display: none;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: -300px;
	height: 225px;
}

#menu_container {
	position: relative;
	margin: 0 auto;
	z-index: 10;
	width: 760px;
	min-width: 760px;
	height: 22px;
	background-color: #245DA7;
}

#banner {
	position: relative;
	height: 171px;
	width: 760px;
}

#links_container {
	overflow: auto;
	position: absolute;
	z-index: 3;
	top: 193px;
	bottom: 0px;
	width: 220px;
	min-width: 220px;
	margin-left: -380px;
	left: 50%;
	background-color: #D8CD8D;
}
#links {
	margin: 20px 0px 0px 5px;
}
#links img {
	margin: 0px 0px 20px 40px;
}
#links td.ul {
	border-bottom: 1px solid black;
}

#content_bg {
	display: block;
	width: 840px;
	margin: 0 auto;
	background:transparent url(assets/bg_page_shadow.png) no-repeat top center;
}
#content_container {
	display: block;
	overflow: auto;
	width: 760px;
	min-width: 760px;
	min-height: 500px;
	position: relative;
	margin: 0 auto;
	z-index: 3;
	background-color: #FFFFFF;
}
#content {
	margin: 20px 15px;
}

#foot {
	position: absolute;
	margin-left: -380px;
	left: 50%;
	bottom: 0px;
	width: 760px;
	min-width: 760px;
	height: 30px;
	z-index: 5;
	background-color: #00FFFF;
}

#video_popup {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300;
	height: 225;
}

#slideshow {
	width: 300px;
	height: 225px;
	margin: 0 0 10px 10px;
	float: right;
}
