/* stylesheet for the pages that are linked from global nav at the top */
body, html {
	background-color:#FFFFFF;
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#54491C;
	border-color:#54491C;
}
a {
	text-decoration:none; 
	color:#54491C;
	font-weight:bold;
}
a:link {text-decoration:none;}
a:visited {color:#54491C;}
a:hover {text-decoration:underline; color:#000;}
ul, ul li {
	list-style-type:none;
	padding:0;
	margin:0;
}
p {
	text-align:justify;
	letter-spacing:-1px;
	line-height:1.1em;
}
#main {
	width:765px;
	margin:7px auto;
}
#global a {
	width:98px;
	font-size:smaller;
	margin:0 11px 7px 0;
}
#global a, #mainnav a {
	display:block;
	float:left;
	background-color:#FFE57F;
	text-align:center;
}
div#banner h1 {
	background-image:url(/images/banner_textile.gif);
	background-repeat:no-repeat;
	height /**/:60px;
	padding-top:60px;
	height: 0px !important;
	overflow:hidden;
	margin:0;
	width:761px;
	border:none;
}
h2 {
	font-style:italic;
	padding:0 0 10px 0;
	margin:0;
	letter-spacing:-1px;
	font-weight:normal;
}
h3 {
	font-weight:bold;
	font-style:italic;
	padding:3px 0;
	margin:0;
	font-size:medium;
}
#mainnav a {
	border:1px solid #55491C;
	background-color:#FFF2BF;
	width:105px;
	padding:3px 6px;
	margin:10px 15px 10px 0;
}
#mainnav ul li {
	margin-right:30px;
}
/*internet explorer mac*/

 /*\*//*/
*html #mainnav ul li {
	floa\t:left;
	margin-righ\t:0;
}
*html #side {
	wid\th:103px;
}
*html #wrap {
	margin-botto\m:20px;
}
*>html #global ul li a {
	paddi\ng:0 0 0 24px;
	wid\th:78px;
	margi\n:0 6px 6px 0;
	displa\y:inline;
}
*>html #global ul li {
	paddi\ng:0 0 0 24px;
	wid\th:78px;
	margi\n:0 6px 6px 0;
	displa\y:inline;
}
/**/
#column {
	margin-top:20px;
}
#side {
	float:left;
}
#side a {
	background-color:#DDD2A6;
	width:115px;
	padding:4px 0 4px 4px;
	font-size:smaller;
	margin-bottom:12px;
	display:block;
}
#wrap {
	float:right;
	width:765px;
}
#wrap p {
	margin:0 0 15px 0;
	padding:0;
	
}
#photo {
	float:right;
	width:278px;
	height:195px;
	margin-left:14px;
	margin-right:4px;
}
/*the form section of the stylesheet*/

#form {
	border:1px solid;
	background-color:#FFF2BF;
	padding:8px;
	margin-bottom:15px;
	width:381px;
}
#form input {
	border:1px dotted;
	margin-bottom:3px;
	width:100%;
}
#sendbutton input {
	background-color:#DDD2A6;
	color:#54491C;
	font-weight:bold;
	width:100%;
	height:25px;
	margin:2px 0;
	cursor:pointer;
	cursor:hand;
}
#form textarea {
	width:99.5%;
	border:1px dotted;
	margin:0 0 3px 0;
	padding:0;
}
/*end of the form bit*/
table {
	border:1px solid;
	margin:0 0 10px 0;
	font-size:medium;
	background-color:#FFF2BF;
	letter-spacing:-1px;
	width:100%;
}	
thead th {
	background-color:#BFBFBF;
	padding:2px 0 4px 0;
}
tbody tr td {
	text-align:center;
	padding:2px 0 4px 0;
}
#bottom a {
	margin:2px 0;
	padding:4px 0;
}
#bottom {
	padding-bottom:10px;
}
#footer {
	border-top:1px solid #54491C;
	padding:3px 0;
	margin:0;
	background-color:#FFF2BF;
}
#footer a {
	margin:0 15px 0 0;
}
.clear {
	clear:both;
}
.bolditalic {
	font-style:italic;
	font-weight:bold;
}
/*global nav current page*/
#terms #nav-terms a, #faq #nav-faq a, #contact #nav-contact a, #about #nav-about a, #classes #nav-classes a, #basics #nav-basics a{
	background-color:#DDD2A6;
}
span#active a {
	background-color:#BFBFBF;
}


