@charset "UTF-8";
/* CSS Document */

* html { height:100%; }

html, body { height:100%; }

body {
	background:url(bg_main.jpg) repeat-x;
	text-align:center;
	padding:10px 0px 0px 0px;
	margin:0px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	}
h1 {
	text-align:center;
	font-style:italic;
	margin:10px auto 20px auto;
	}
h2 {
	color:#333333;
	border-bottom:1px solid #666666;
	font-style:italic;
	}
#box {
	background:url(bg_box.jpg) top no-repeat;
	background-color:#FFFFFF;
	width:820px;
	padding:10px 20px;
	margin:0px auto;
	color:#333333;
	text-align:left;
	position:relative;
	min-height:100%;
	border-left:1px solid #7acdc8;
	border-right:1px solid #7acdc8;
	}
#box a {
	color:#0099FF;
	text-decoration:none;
	}
#box a:hover {
	text-decoration:underline;
	}
#spacer {
	height:40px;
	width:100%;
	}
#nav {
	/* border-top:1px solid #333333;
	border-bottom:1px solid #333333; */
	width:860px;
	left:0;
	position:absolute;
	}
#nav ul {
	list-style:none;
	text-align:center;
	padding:0px;
	margin:0px;
	}
#nav li a {
	color:#000000;
	text-decoration:none;
	background-color:#7acdc8;
	font-size:12px;
	display:block inline;
	width:171px;
	height:15px;
	padding:4px 0px;
	overflow:hidden;
	float:left;
	}
#nav li a {
	border-right:1px solid #FFFFFF;
	}
#nav li a.last {
	border-right:0px solid #FFFFFF;
	width:172px;
	}
#nav li a:hover {
	background:#00DDFF;
	text-decoration:none;
	color:#000000;
	}
.current {
	font-weight:bold;
	font-size:11px;
	}
