@charset "UTF-8";
/* CSS Document */
body{
	margin-top:0px;
}
#wrapper{
	width:955px;
	margin:auto;
}
#menu{
	margin:0px;
	padding:0px;
	height:55px;
}
#main_left_content{
	float:left;
}
#main_right_content{
	position:relative;
	float:left;
	width:682px;
	height:415px;
	background-image:url("../images/main_bot_bg.jpg");
}
#learn{
	position:absolute;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	font-weight:bold;
	left: 37px;
	top: 108px;
}
#main_events{
	position:absolute;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	left: 480px;
	top: 98px;
	width: 190px;
}
ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
li{
	float:left;
}
#start{
	width:10px;
	height:55px;
	background-image:url("../images/menu/menu_start.jpg");
}
#home{
	width:102px;
	height:55px;
	background-image:url("../images/menu/menu_home.jpg");
}
#home:hover{
	width:102px;
	height:55px;
	background-image:url("../images/menu/menu_down_home.jpg");
}
#bio{
	width:121px;
	height:55px;
	background-image:url("../images/menu/menu_bio.jpg");
}
#bio:hover{
	width:121px;
	height:55px;
	background-image:url("../images/menu/menu_down_bio.jpg");
}
#suc{
	width:130px;
	height:55px;
	background-image:url("../images/menu/menu_suc.jpg");
}
#suc:hover{
	width:130px;
	height:55px;
	background-image:url("../images/menu/menu_down_suc.jpg");
}
#hands{
	width:119px;
	height:55px;
	background-image:url("../images/menu/menu_hands.jpg");
}
#hands:hover{
	width:119px;
	height:55px;
	background-image:url("../images/menu/menu_down_hands.jpg");
}
#pro{
	width:116px;
	height:55px;
	background-image:url("../images/menu/menu_pro.jpg");
}
#pro:hover{
	width:116px;
	height:55px;
	background-image:url("../images/menu/menu_down_pro.jpg");
}
#book{
	width:120px;
	height:55px;
	background-image:url("../images/menu/menu_book.jpg");
}
#book:hover{
	width:120px;
	height:55px;
	background-image:url("../images/menu/menu_down_book.jpg");
}
#events{
	width:111px;
	height:55px;
	background-image:url("../images/menu/menu_events.jpg");
}
#events:hover{
	width:111px;
	height:55px;
	background-image:url("../images/menu/menu_down_events.jpg");
}
#con{
	width:113px;
	height:55px;
	background-image:url("../images/menu/menu_con.jpg");
}
#con:hover{
	width:113px;
	height:55px;
	background-image:url("../images/menu/menu_down_con.jpg");
}
