﻿ul {text-indent: 11px; margin: 0px; padding: 0px;}

ul ul {text-indent: 28px;}

li {list-style-type: none;}

li a {text-decoration: none;}

li a:hover {text-decoration: underline;}

#main_content 
  {
  	position: relative;
	background: url('../images/home_bg.jpg') 0 0 no-repeat;
	width: 980px;
	height: 625px;
  }

#banner {position: relative;}

a.get_started
  {
  	position: absolute;
  	top: 445px;
  	left: 710px;
  	background: url('../images/get_started.png') 0 0 no-repeat;
	width: 221px;
	height: 67px;
	text-decoration: none;
  }
  
a:hover.get_started
  {
  	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
  }
  
#content_container 
  {
  	overflow:hidden; 
  	margin-top: 55px;
  	width: 980px;
  }

#sidebar
  {
	width:200px; 
	padding-left: 25px; 
	padding-right: 19px; 
	float: left;  
  }
  
#content
  {
  	width: 666px;
	float: left; 
	padding-left:35px; 
	padding-right: 35px; 
	border-left:1px solid #867150;  
  }

#content h1
  {
  	font-family:'Lucida Grande'; 
  	font-weight:bold; 
  	line-height:1.75em;
  	font-size: 32px; 
  }
  
#sidebar h2
  {
  	font-family:'Lucida Grande'; 
  	font-weight:bold; 
  	line-height:1.75em;
  	font-size: 18px;
  	padding: 10px;  
  }
  
p
  {
  	font-family:'Lucida Grande'; 
  	font-weight:bold; 
  	line-height:1.75em;
  	font-size: 13px;
  }
  
.full_curriculum
  {
  	background-image: url('../images/shop_full.jpg');
  }
  
.individual_lessons
  {
  	background-image: url('../images/shop_individual.jpg');
  }
  
a.curriculum_go_box
  {
  	position: absolute;
  	top: 220px;
  	left: 90px;
  }
