body{
	text-align:center;
	background-color: #7292CB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1{
	font-size: 24px;
	font-weight: bold;
	text-transform: none;
	color: #333333;
}

h2{
	color: #990000;
	font-size: 16px;
}

h3{
	padding: 2px;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	color: #000066;
}

h4{
	color: #000066;
	font-size: 12px;
}
#container {
	width:750px;
	height: 550px;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	text-align:left;
	font-size: 10px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-image: url(images/background.jpg);
	}

#container2 {
	width:750px;
	height: 550px;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	text-align:left;
	font-size: 10px;
	font-weight: bold;
	background-image: url(images/ikebanabg.jpg);
	background-repeat: no-repeat;
	}


#masthead {
	text-align:left;
	margin: 0px 0px 0px 0px;
	padding:5px;
	background-image: url(images/banner.jpg);
	}

#menu{
	width:205px;
	text-align: left;
	margin-top: 60px;
	float: left;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	}

#content {
	text-align: left;
	width:350px;
	max-height:250px;
	margin-left:100px;
	margin-bottom:20px;
	padding:5px;
	border:1px dotted #CCCCCC;
	background-image: url(images/1px50_transpng.png);
	background-repeat: repeat;
	overflow: auto;
	margin-top: 75px;
	float: right;
	margin-right: 50px;
	line-height: 120%;
	font-size: 11px;
	} 
	
#box_below_content {
	clear:both;
	text-align: left;
	width:150px;
	max-height:100px;
	margin-left:100px;
	margin-bottom:0px;
	padding:5px;
	border:1px solid #990000;
	overflow: auto;
	margin-top: 0px;
	float: right;
	margin-right: 50px;
	line-height: 120%;
	font-size: 11px;
	background-color: #FFFFFF;
	} 
	
	
#content_bigger{
	text-align: left;
	width:420px;
	max-height:350px;
	margin-left:15px;
	margin-bottom:10px;
	padding:10px;
	border:1px solid #CCCCCC;
	background-repeat: repeat;
	overflow: auto;
	margin-top: 80px;
	float: right;
	margin-right: 50px;
	line-height: 110%;
	background-color: #FFFFFF;
	font-size: 14px;
	} 
/*combined classes for different headers in courses and lessons page*/
	
.courses h1{	
	font-size: 24px;
	font-family: "Lucida Sans Unicode";
	font-weight: bold;
	}
.courses h2{
	color: #990000;
	font-size: 16px;
	}
	
.courses h3{
	background-color: #FFFF99;
	border: thin solid #333333;
	padding: 2px;
	font-size: 14px;
	line-height: 120%;
	}
	
.courses h4{
	color: #000066;
	font-size: 12px;
	}


	
/*image floating*/
.image_float{
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
}
	
ul {
	list-style-type:none;
	margin:5px;
	border:3px none #FF6633;
	width:205px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	padding: 2px;
  } 
li {
	margin: 1px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #666;
	background-color: #C8C8B0;
  } 
  
ul a:link, ul a:visited, ul a:hover, ul a:active {
	display:block;
	text-decoration:none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

ul a:link {
	color:#000000;
}

ul a:visited {
	color: #333333;
}

ul a:hover {
	color:#666666;
	background-color: #E3E3D7;
}

ul a:active {
	color:#FFFFFF;
}

#current a:link {
	color:#FFFFFF;
}

