html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 80% georgia, sans-serif;
	line-height: 1.88889;
	color: #555753; 
	background: #f6e7ba; 
	margin: auto; 
	padding: 0;
	width: 750px;
	background-image: url("images/background-texture-square.png");
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h1 { 
	font-family: sans-serif;
	font: 75%;
	letter-spacing: 0px; 
	margin-bottom: 0; 
	color: #555753;
	}
h2 { 
	font: 1.6em sans-serif;
	font: 50%;
	letter-spacing: 0px; 
	margin-bottom: 0px; 
	color: #555753;
	}
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #555753;
	}
h5 { 
	font: italic normal 1.1em georgia, sans-serif;
	letter-spacing: auto;
	line-height: 1.5em; 
	margin-bottom: 10px; 
	color: #555753;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #555753;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #000;
	}

a.otherLink:link    { color:red; text-decoration:none; }
a.otherLink:visited { color:red; text-decoration:none; }
a.otherLink:hover   { color:green; text-decoration:underline; }
a.otherLink:active  { color:red; text-decoration:none;}

ul li.nav
	{
	display: inline;
	list-style-type: none;
	padding-right: 0px;
	}
ul#navlist
	{
	margin-left: auto;
	margin-right: 180px;
	padding-left: 0px;
	padding-right: 0px;
	white-space: nowrap;
	}
	
#navlist li
	{
	display: inline;
	list-style-type: none;
	}
	
#navlist a { padding: 3px 10px; }
	
#navlist a:link, #navlist a:visited
	{
	color: #fff;
	text-decoration: none;
	}
	
#navlist a:hover
	{
	color:#555753;;
	text-decoration: none;
	}
body#directions a#directionsnav,
body#faq a#faqnav,
body#links a#linksnav,
body#about a#aboutnav,
body#contact a#contactnav,
body#registration a#registrationnav,
body#schedule a#schedulenav,
body#testimonials a#testimonialsnav
	{
	color: #555753;
	text-decoration: underline;
	}
img
	{
	border:none;
	}
	
#content-container
	{
	margin: 0;
	float: right;
	float: left;
	width: 750px;
	background: #f6e7ba;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url("images/background-texture4.png");
	
	}
	
#content-container .alt
	{
	margin: auto;
	float: left;
	width: 750px;
	background: #f6e7ba;
	padding-left: 20px;
	}

#content
	{
	clear: left;
	float: left;
	width: 350px;
	padding: 20px 0;
	margin: 0 0 0 0;
	display: inline;
	}

#content h2 { margin: 0; }

#aside
	{
	float: right;
	width: 300px;
	padding: 20px 0;
	margin: 0 40px 0 0;
	}

#aside h3 
	{ 
	margin: 0; 
	}
	
#schedule-table
	{
	width:650px;
	border-collapse:collapse;
	margin:  auto;
	color:#555753;	
	}
#schedule-table td, #schedule-table th
	{
	font-size:1em;
	border:1px solid #83a444;
	padding:3px 7px 2px 7px;
	}
	
#schedule-table th
	{
	font-size:1.1em;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#EBC759;
	color:#555753;	
	}
	
#schedule-table tr#alt
	{
	color:#555753;
	background-color:#F0D68A;	
	}
	
#tuition-table
	{
	vertical-align:text-top;
	}

#header
	{
	width: 750px;
	clear: both;
	background-color: #EBC759;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	height: 1%;
	font-size: 100%;
	background-image: url("images/background-texture7.png");
	}
#footer
	{
	width: 750px;
	clear: both;
	background-color: #EBC759;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	height: 1%;
	font-size: 80%;
	background-image: url("images/background-texture7.png");
	}