@charset "utf-8";
p_italic {
	font-family: Trebuchet, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style:italic;
	font-weight:normal;
	color:#a78c58;
	text-align:center;
	
}
body {
	font: 100% Trebuchet, Verdana, Geneva, sans-serif;
	background: #a78c58;
	margin: 0; 
	padding: 0;
	
	
}

h1 {
	font-family: Trebuchet, Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight:normal;
	color:#a78c58;
	text-align:left;

}
h2 {
	font-family: Trebuchet, Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#a78c58;
	text-align:left;
	font-style: normal;

}

p {
	font-family: Trebuchet, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style:normal;
	font-weight:normal;
	color:#a78c58;
	text-align:justify;
	
}

p_foot { font-family: Trebuchet, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style:normal;
	font-weight:normal;
	color:#a78c58;
	text-align:center;
	
}

a:active { color: #a78c58;}
a:link {color: #a78c58;}
a:visited  {color:#a78c58;}
a:hover {text-decoration: underline;#a78c58;}

#Banner {
	
	width:820px;
	height:171px;
	top:0px;
	left:50%;
	margin-left: -410px;				
	background-image: url(images/banner.gif);
	background-repeat:no-repeat;
	position:absolute;
}

#main_content {
	
	width:780px;
	height:853px;
	top:171px;
	left:50%;	
	margin-left: -390px;		
	background-image: url(images/main_content.gif);
	background-repeat:no-repeat;
	position:absolute;
}

#footer {
	width:780px;
	height:50px;
	top:803px;
	text-align: center;
	font-size:smaller;
	position:absolute;
}

#text_container {
	width: 400px;
	height: 429px;
	top: 44px;
	left: 250px;
	position:absolute;
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
}
	
#nav_container {

	width: 215px;
	height: 180px;
	top: 44px;
	left: 20px;
	position:relative;
	padding:0px;
}

#nav_cell_1_1 {
	
	width: 32px;
	height:30px;
	top:0px;
	left:0px;
	position:absolute;
}

#nav_cell_1_2 {
	
	width: 32px;
	height:30px;
	top:31px;
	left:0px;
	position:absolute;
}

#nav_cell_1_3 {
	
	width: 32px;
	height:30px;
	top:61px;
	left:0px;
	position:absolute;
}

#nav_cell_1_4 {
	
	width: 32px;
	height:30px;
	top:91px;
	left:0px;
	position:absolute;
}

#nav_cell_1_5 {
	
	width: 32px;
	height:30px;
	top:121px;
	left:0px;
	position:absolute;
}

#nav_cell_1_6 {
	
	width: 32px;
	height:30px;
	top:151px;
	left:0px;
	position:absolute;
}

#nav_cell_2_1 {
	
	width: 183px;
	height:30px;
	top:0px;
	left:33px;
	background-image: url(images/btn_home.gif);
	background-repeat:no-repeat;
	position:absolute;
}

#nav_cell_2_1:hover {
	background-image: url(images/btn_home_over.gif);
}

#nav_cell_2_2 {
	
	width: 183px;
	height:30px;
	top:31px;
	left:33px;
	background-repeat:no-repeat;
	background-image: url(images/btn_about.gif);
	position:absolute;
}

#nav_cell_2_2:hover {
	background-image: url(images/btn_about_over.gif);
}

#nav_cell_2_3 {
	
	width: 183px;
	height:30px;
	top:61px;
	left:33px;	
	background-image: url(images/btn_classes.gif);
	background-repeat:no-repeat;
	position:absolute;
}

#nav_cell_2_3:hover {
	background-image: url(images/btn_classes_over.gif);
}

#nav_cell_2_4 {
	
	width: 183px;
	height:30px;
	top:91px;
	left:33px;
	background-image: url(images/btn_whatis.gif);
	background-repeat:no-repeat;
	position:absolute;
}

#nav_cell_2_4:hover {
	background-image: url(images/btn_whatis_over.gif);
}

#nav_cell_2_5 {
	width: 183px;
	height:30px;
	top:121px;
	left:33px;
	background-image: url(images/btn_links.gif);
	background-repeat:no-repeat;
	position:absolute;
}

#nav_cell_2_5:hover {
	background-image: url(images/btn_links_over.gif);
}

#nav_cell_2_6 {
	
	width: 183px;
	height:30px;
	top:151px;
	left:33px;
	background-image: url(images/btn_contact.gif);
	background-repeat:no-repeat;
	position:absolute;
}

#nav_cell_2_6:hover {
	background-image: url(images/btn_contact_over.gif);
}


#iyengar_image {

	width: 180px;
	height: 150px;
	top: 300px;
	left: 50px;
	position:absolute;
	background-image: url(images/CM-Logo_brown.gif);
	background-repeat:no-repeat;
}	
