body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.25pt;
	background: #ecf4fb;
}
a{
	text-decoration: none;
}

.plain {
	color: #402312;
}
p{
  padding: 0px 10px 10px 0px;
}
strong{
	font-weight: bold;
}

ul.bullets{
  padding: 0px 30px 10px;
}
ul.bullets li{
list-style-position: outside;
list-style-type: disc;
padding: 2px 6px;
}

#learning_village{
  width: 800px;
  margin: 0px auto;
}

#content_border {
  position: relative;
  background: #ffffff url(assets/border_texture.jpg) top left;
  padding: 0px 20px 60px 20px;

}

#content {
  width: 760px;
  height: 595px;
  position: relative;
  background: #ffffff;
}
.main_header{
  position: absolute;
  width: 750px;
  height: 150px;
  top: 0px;
  left: 5px;
  background: #ffffff url(assets/header.gif) no-repeat top left;
}
.sub_header_left{
  position: absolute;
  width: 500px;
  height: 90px;
  top: 155px;
  left: 5px;
  background: #cccccc;
}
.sub_header_right{
  position: absolute;
  width: 245px;
  height: 90px;
  top: 155px;
  left: 510px;
  background: #ffffff url(assets/LV_bw_logo.jpg) no-repeat top left;
}
.info{
  position: absolute;
  width: 480px;
  height: 205px;
  top: 250px;
  left: 5px;
  background: #ffffff url(assets/content_bg.jpg) repeat-y scroll top left;
	color: #402312;
	overflow: auto;
	padding: 20px 0px 20px 20px;
}
.info .cont{
	
	 
	
}

.sub_info{
  position: absolute;
  width: 245px;
  height: 245px;
  top: 250px;
  left: 510px;
  
}
.nav{
  position: absolute;
  width: 500px;
  height: 90px;
  top: 500px;
  left: 5px;
  background: #ffffff;
  font-size: 11px;
line-height: 18px;
}
.nav a{
	color: #754d24;
	font-size: 11px;
	font-weight: bold;
	
}
.nav a:hover{
	color: #402312;
}
.nav_list li{
	display: block;
	padding-left: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #402312;
}
.nav_list li.current{
	background: transparent url(assets/bullet.gif) no-repeat 8px 4px;
}

.contact{
 position: absolute;
 width: 245px;
 height: 90px;
 top: 500px;
 left: 510px;
 background: #ffffff;
color: #402312;
}
.contact strong{
	font-size: 11px;
	font-weight: bold;
	color: #402312;
}

/* =clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix {
    display: inline-block; }

html[xmlns] .clearfix {
    display: block; }

* html .clearfix {
    height: 1%; }
