@CHARSET "UTF-8";

*, html{
	font-size: 100%;
}

body{
	background-color: #ddd;
}

#global{
	background-color: #FFFFFF;
	left: 50%;
	margin-left: -475px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 950px;
}

#header{
	background: inherit;
	height: 150px;
	width: 100%;
}

#logo{
	height: 80px;
	left: 0;
	margin: 10px;
	position: absolute;
	top: 0;
}

#hbann{
	position: absolute;
	right: 0;
	top: 0;
	height: 108px;
	width: 774px;
	background-image: url('../img/bg_head2.jpg');
}

#hbann h1{
	font-family: papyrus, fantasy;
	font-size: 3em;
	color: #666;
	margin: 0;
	position: absolute;
	top: 10px;
	right: 45px;
}

ul#menu a, ul#menu a:hover{
	color: #666;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

ul#menu{
	position: absolute;
	left: 15px;
	bottom: 0;
	margin: 0;
	padding: 0;
	z-index: 1;
}

ul#menu li{
	padding: 1px 10px;
	margin: 0 5px;
	width: auto;
	list-style: none outside none;
	position: relative;
	float: left;
	background-color: #ddd;
	/*border radius*/
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

ul#menu li:hover{
	background-color: #ff6633;
}

ul#menu ul{
	position: absolute;
	display: none;
	margin: 0 0 0 -10px;
	padding: 0;
	background-color: #ddd;
	z-index: 2;
}

ul#menu ul li{
	width: 100%;
	text-align: left;
	/*border radius*/
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

ul#menu li:hover ul{
	display: block;
}

#corps{
	background: inherit;
	position: absolute;
	top: 150px;
	width: inherit
}

#main{
	width: 800px;
	float: right;
	text-align: justify;
	text-indent: 15px;
}

#vbann{
	float: left;
	width: 150px;
}

#vbann img{
	margin: 15px 0 5px 0;
}

#copyright{
	color:#FF6633;
	float: left;
	font-family: papyrus,fantasy;
	font-weight: bold;
	text-align: center;
	width: inherit;
}

#copyright small{ font-size: 0.7em; }