@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:#7380E8
}

div#wrapper{
	position:relative;
	width:1000px;
	margin:0 auto;
}

div#header_top_bar{
	background-color:#05338a;
	border-bottom:4px solid #085190;
	height:30px;
}

div#main_header_area{
	background-color:#0a66b6;
	padding:15px;
}

div#menu_bar{
	background-color:#00005d;
	border-top:2px solid #08579b;
}

div#main_body{
	background-color:#fff;
	color:#000;
}

div#footer_left, div#register{
	width:226px;
	float:left;
}

div#content, div#footer_menu, div#menu{
	width:774px;
	float:left;
}

div#content{
	background-image:url(../images/template/content_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fff;
	padding-top:35px;
}

div#footer{
	clear:both;
	background-color:#0a67b7;
	color:#B0B0B0;
	height:50px;
}

div#search{
	position:absolute;
	background-image:url(../images/template/search_1.png);
	/*background-repeat:no-repeat;*/
	width:345px;
	height:305px;
	top:0;
	right:0;
}

div#search_box{
	position:absolute;
	top:85px;
	left:75px;
}

div#lesson_submit{
	position:absolute;
	width:250px;
	top:260px;
	left:70px;
}

.clear{
	clear:both;
}

.inside{
	padding:15px;
}

a	{
	outline:none;
	}