body {
	margin:10px;
	font-family:sans-serif;
}

#preload {display:none;}

#page {
	margin:auto;
	padding:0;
	width:800px;
	/*background-color:red;*/
	background:url('images/bg.png');
}

#headwrapper {
	width:100%;
	background:url('images/header2.png') no-repeat;
}

#header {
	width:100%;
	height:162px;
}

#nav {
	width:720px;
	height:38px;
	margin:auto;
}

.nav_tab {
	display:block;
	float:left;
	border:0;
}

#body {
	width:100%;
}

#tab {
	width:740px;
	height:15px;
	margin:auto;
	background:url('images/tab_top.png') no-repeat;
}

#content {
	width:700px;
	margin:auto;
	padding:10px 20px 0 20px;
}

#title {
	width:420px;
	height:80px;
	margin:auto;
	font-size:15px;
}

p {
	text-align:justify;
	font-size:14px;
}

#slideshowframe {
	float:right;
	height:200px;
	padding:15px;
	margin-left:10px;
}

#footer {
	height:58px;
	margin-bottom:10px;
	background:url('images/footer.png') no-repeat;
}

#foot {
	padding:8px 50px 0 50px;
	font-size:12px;
	color:#ffc918;
	text-align:center;
}

#foot a {
	color:#ffc918;
}

.subnav a:link {
	color:black;
}

.subnav a:hover {
	color:#ffc918;
}