@charset "utf-8";
/* CSS Document */
*{
margin:0;
padding:0;
}

body{
	background:#fde8c4;
	font-family:Helvetica, sans-serif, Arial;
}

#wrapper{
width:980px;
margin:auto;
}

#header{
width:980px;
height:223px;
float:left;
}

/*----------------------MENU-----------------------*/
#menu {
width:980px;
height:117px;
float:left;
}

#menu ul{
list-style:none;
}

#menu li{
float:left;
}
#menu a{
display:block;
height:117px;}
#menu1{
background:url(../images/menu1.jpg) no-repeat;
width:123px;
}
#menu2{
background:url(../images/menu2.jpg) no-repeat;
width:122px;
}
#menu3{
background:url(../images/menu3.jpg) no-repeat;
width:123px;
}
#menu4{
background:url(../images/menu4.jpg) no-repeat;
width:122px;
}
#menu5{
background:url(../images/menu5.jpg) no-repeat;
width:123px;
}
#menu6{
background:url(../images/menu6.jpg) no-repeat;
width:122px;
}
#menu7{
background:url(../images/menu7.jpg) no-repeat;
width:123px;
}
#menu8{
background:url(../images/menu8.jpg) no-repeat;
width:122px;
}
#menu a:hover, #menu .active{
background-position:bottom;
}


.submenu{
	position:absolute;
	width:244px;
	background:#f9ba82;
	border:1px solid #81edfd;
	-moz-box-shadow:2px 2px 5px black;
	z-index:1
}
.submenu li{
width:244px;
}
.submenu a{
	height:auto !important;
	font-size:12px;
	padding:2px 5px;
	color:black;
	text-decoration:none;
}
.submenu a:hover{
background:white;
color:black;
}
/*----------------------LEFT----------------------*/
#left{
width:244px;
float:left;
}
#left img{
border:1px solid #81ebf8;
float:left;
margin-top:10px;
}
#right{
	width:700px;
	float:right;
	border:1px solid #81edfd;
	margin-top:10px;
	min-height:422px;
	background:#fde8c4;
	padding:15px;
}
#right h1{
	color:black;
	font-size:45px;
	padding:10px 0;
	letter-spacing:-2px;
}
#right h2{
	color:black;
	font-size:16px;
	text-align:center;
	padding:10px 0;
}
#right h3{
	font-size:14px;
	color:black;
}
#right p, #right ul, #right ol, #right dl{
	color:black;
	font-size:12px;
	padding:10px 0;
	text-align: justify;
}
#right a{
	color:black;
}
#right dd{
margin-left:25px;
padding:4px 0;
}
#right li{
margin-left:15px;
padding:4px 0;
}
.Table{
	font-size:12px;
	color:black;
}
.Table td{
padding:3px 6px 3px 0;
}
.bold{
font-weight:bold;
text-decoration:underline;
}

/*------------------FOOTER--------------------------*/

#footer{
width:980px;
height:50px;
float:left;
}
#footer p{
text-align:center;
font-size:12px;
color:#010000;
line-height:50px;
}
#footer a{
color:#010000;
padding:0 5px;
text-decoration:none;
}
.register{
margin-left:270px;
}

#rotate img{
position:absolute;
}

