@charset "UTF-8";


body{
	background-image: url("images/body_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	
}

#container {
	width: 900px;
	height: auto;
//	padding: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 10px;
}

#header{
	height: 100px;
	position: relative;
	background-color: #6666cc;
	text-align: center;
	border-top: 2px solid #663333;
	border-right: 2px solid #663333;
	border-left: 2px solid #663333;
	
	
}
#navi{
	background: #6666ff;
	border: 2px solid #663333;
}

#navi_wrapper{
//	width: 1000px;
	height: 30px;
	margin: 0 auto;
	text-align: left;
	
}

#navi ul{
	list-style: none;
	margin: 0px;
	padding: 0px ;
	position: relative;
		
}

#navi ul li{
	display: inline-block;
	padding: 5px 5px;
	height: auto;
	width: 125px;
	text-align: center;
	
}

#navi ul li:hover{
	background-color: #9933cc;
	
}

#navi ul li a{
	text-decoration: none;
}

#navi ul li a:hover{
 // display: block;
	padding: 5px;
	color: magenta;
	text-decoration: none;
}

#navi ul li:hover ul{
	display: block;
}

#navi ul ul{
	display: none;
	position: absolute;
	background-color: #6666ff;
	border: 5px solid 6666ff;
	border-top: 0px;
//margin-left: -10px;
	min-width: 100px;
}

#navi ul ul li{
	display: block;
	text-align: left;
}

#leftnav{
	width: 193px;
	height: 500px;
	background-color: #9999ff;
	border-left: 2px solid #663333;
	border-right: 2px solid #663333;
	float: left;
}

#leftnav ul{
	display: block;
	
}

#leftnav ul li{
	list-style: square;
		
}
#leftnav ul li a{
	text-decoration: none;
	
}

#body{
	margin: 0px;
	width: 700px;
	height: 500px;
	background-color: #ccccff;
//	padding: 10px 0px 0px 10px;
	float: right;
	border-right: 2px solid #663333;

}

#body  iframe{
//	position: absolute;
	overflow:hidden;
	border: 0 none;
	width: 700px;
	height: 500px;
//	text-align: justify;

}

#footer{
	clear: both;
	height: 40px;
	background-color: #ccccff;
	border: 2px solid #663333;
	text-align: center;
	padding-top: 10px;
}