body,html {
	height:auto;
	margin:0px;
	background-position: left;
}

 #front_left {
 	vertical-align:top;
 	width:143px;
 	padding-top:4px;
 }

 #other_left {
 	vertical-align:top;
 	width:143px;
 } 
 
 #mainTable {
 	background-color:#f2edd8;
 }
 
 #secondaryNavContent {
	padding-left:26px;
	text-align: left;
 }
 
 #left_nav {
 	width:100%;
 }
 
 #front_right {
 	padding-left:5px;
	padding-top:3px;	
 }
 
 #other_center {
 	padding-top:4px;
 	vertical-align:top;
 }
  
 #content_area {
	background-position: left;
 	background-color:#f2edd8;
 	vertical-align:top;
	height:100%;
 }
 
 #content_inner {
 	color:#6f513b;
 	font-family:"Times New Roman";
 	font-size:12px; 
 	padding:26px 10px 10px 40px;
	float:left;
	width:510px;
 }
 
 #secondary_nav {
 	position:relative;
 	background-image:url(images/other_nav.jpg);
 	background-repeat:no-repeat;
 	height:332px;
 	width:164px;
 	float:right;
 	padding-top:30px;
	

 }
 
p {
	text-align: left;
}
 
a {
	color:#6f513b;
}
a:hover {
	color:#f4abcf;
}

.secondaryNavSelected {
	font-family:"Times New Roman";
	font-size:12px;
	color:#6f513b;
	font-weight:bold;
	padding-right:3px;
	line-height:30px;
	background-position: left;
 }
 
.secondaryNavUnselected {
	background-position: left;
}
  
.secondaryNavUnselected a{
 	font-family:"Times New Roman";
 	font-size:12px;
 	color:#6f513b;
 	font-weight:normal;
 	text-decoration:none;
 	line-height:30px;
}

.secondaryNavUnselected a:hover{
 	font-family:"Times New Roman";
 	font-size:12px;
 	color:#f4abcf;
 	font-weight:normal;
 	text-decoration:underline;
 	line-height:30px;
}

 .navSelected {
 	
 	font-family:"Times New Roman";
 	font-size:12px;
 	color:#6f513b;
 	font-weight:bold;
 	text-align:right;
 	border-right: 2px solid #6f513b;
 	padding-right:3px;
 	line-height:20px;
 }
 
  .navUnselected {
 	font-family:"Times New Roman";
 	font-size:12px;
  	text-align:right;
 	padding-right:3px;
 }
  
 .navUnselected a{
 	font-family:Times New Roman;
 	font-size:12px;
 	color:#6f513b;
 	font-weight:normal;
 	text-decoration:none;
 	line-height:20px;
  }

 .navUnselected a:hover {
 	text-decoration:underline;
	color:#f4abcf;
  }
  
  .quote {
  	background-image:url(images/quotes.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:35px;
	padding-top:20px;
	
  }
