/* CSS Document */

body{
	color: black;
	font-family: Gil Sans, Sans-Serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/wapper100.jpg);
	background-repeat: repeat-x;
	background-color: #e5e5e5;
}

#hwrap{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 242px;
	background-image: url(images/woodbg.jpg);
	background-position: top center; 
}

#header{
	height: 242px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#lesson{
	height: 242px;
	width: 310px;
	float: right;
}

#mwrap{
	height: 70px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/menubg.jpg);
}

#menubar{
	height: 70px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#menu{
height: 20px;
width: 900px;
float: left;
margin: 0;
margin-top: 12px;
margin-bottom: 10px;
color: white;
}

#menu ul{
list-style-type: none;
width: 890px;
float: left;
display: inline;
margin: 0px;
padding: 0px;
}

#menu li{
display: inline;
margin: 0;
padding: 0;
width: auto;
float: left;
text-align: center;
}

#menu li a, #menu li a:visited{
color: white;
text-decoration: none;
height: 40px;
padding-top: 10px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 17px;
width: auto;
float: left;
}

#main li a, #main li a:visited{
color: black;
text-decoration: none;
height: 40px;
padding-top: 10px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 17px;
width: auto;
float: left;
}

#menu li a:hover{
color: white;
text-decoration: none;
width: auto;
height: 18px;
background: #0057a0;
}



#content{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#main{
	width: 550px;
	float: left;
	background-color: white;
	background-image: url(images/mainheader.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
	padding-bottom: 20px;
}

#main p{
	width: 535px;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 15px;
	font-weight: normal;
}

#main p a, #main p a:visited{
	color: white;
	text-decoration: none;
	background-color: #0057a0;
} 

#main p a:hover{
	color: #0057a0;
	text-decoration: underline;
	background-color: white;
}

#swrap{
	width: 250px;
	float: right;
	background-color: white;
	background-image: url(images/sidetop.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#side{
	width: 235px;
	float: right;
	text-align: left;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	}
	
#side ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#side ul li{
	width: 235px;
	height: 25px;
	margin: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0;
	display: block;
}

#side ul li a, #side ul li a:visited{
     list-style-type: none;
	 color: #0057a0;
	 text-decoration: underline;
	 float: left;
 	width: 235px;
	height: 20px;
}
	
#side ul li a:hover{
	color: white;
	font-size: 20px;
	text-decoration: none;
	background-color: #0057a0;
	display: block;
	float: left;
	width: 235px;
	height: 20px;
	clear: both;
}	
	

#side-bottom{
	width: 250px;
	height: 105px;
	float: right;
	background-image: url(images/sidebottom.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#fwrap{
	float: right;
	width: 100%;
	height: 15px;
	background: #333;
	margin:0;
	margin-top: 20px;
	padding:0;
	padding-top: 3px;
	color: white;
	font-size: 12px;
}

#fwrap a, #fwrap a:visited{
	color: white;
	text-decoration: none;
	background: none;
}

#fwrap a:hover{
	color: #f16e0e;
	text-decoration: underline;
}
