body, html
{ 
	font-family: "arial";
	font-size:	  16px;
}

.content
{
	color: #666666;
	border: solid 0px black; 
	width: 769px; 
	min-height: 593px;
	text-align: left; 
	background: url(images/bg_image.jpg);
	background-repeat:repeat;
}

h1 {
	font-size:		16px;
	color:			#666666;
	text-align:		left; 
}

p, h2 {
	font-size:		16px;
	color:			#666666;
	text-align:		left;
  font-weight:  normal; 
}

p.timetable {
	font-size:		12px;
	color:			#333333;
}

a {
	color: #8D4A49;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul li {
  padding-top: 5px;
}

li#links{
	color: #333333;
	font-size: 13px;
}

#menu
{
	border: solid 0px black; 
	width: 750px; 
	text-align: left; 
	padding-left: 0px; 

}

.menu_item, #active_menu_item {
	float:						left;
}

.menu_item a {
	background-repeat:			no-repeat;
	background-position:		0 -9px;
	display:					block;
	height:						9px;
	text-decoration:			none;
	font-size:					0.1em;
}

.menu_item a:hover {
	background-position:		0 0px;
}

#active_menu_item a {
	background-repeat:			no-repeat;
	background-position:		0 0px;
	display:					block;
	height:						9px;
	text-decoration:			none;
	font-size:					0.1em;
}

#active_menu_item a:hover {
	font-size:					0.1em;
	background-position:		0 -9px;
}

#footer {
	text-align:			center; 
	position:			absolute; 
	bottom:				0px; 
	width:				769px; 
	margin:				0 auto;

}

#timetable-title {
	font-size:			18px;
	color:				#333333;
	margin-top:			10px;
 	text-align:			center; 
}

img.banner_image {
	padding-right:		5px;
	height:				40px;
}

div.banner_image {
  text-align:     center;  
	border-top:			1px solid #cccccc; 
	border-bottom:		1px solid #cccccc; 
	padding:			5px; 
	padding-top:		10px;
	margin-bottom:   30px;
}

table.timetable {
	border-collapse:	collapse;
	width:				630px;
	border:				solid 1px black;
	font-size:			12px;
	color:				#333333;
}

table.timetable td {
	padding:			10px;
	vertical-align:		top;
	border:				solid 1px black;
	text-align: left; 
}

.day, .time {
	font-weight:		bold;
}

.instructor {
}

table.fees {
	border-collapse:	collapse;
	width:				300px;
	border:				solid 1px black;
	font-size:			12px;
	color:				#333333;
}

table.fees td {
	padding:			10px;
	vertical-align:		top;
	border:				solid 1px black;
}

.oddRow {
	background:			#DEB39E;
}


#siteBy {
	text-align:			center; 
	position:			absolute; 
	bottom:				-70px; 
	width:				769px; 
	margin:				0 auto;
	padding-bottom:		20px;
}

#siteBy img {
	border:				none;
}

.homePageBody {
	height: 500px;
}

td.specialOffer p {
	font-size: 0.9em;
	margin-bottom: 0px;
}

td.specialOffer ul {
	margin: 5px 0px 10px 0px;
}

td.specialOffer ul li {
	margin: 0px 0px 0px -20px;
	width: 570px;
}

td.specialOffer li p {
	color: red;
	font-size: 0.8em;
	margin: 0px;
}

h1.mainHeading {
	font-weight: bold;
	color: orange;
	font-size: 28px;
}

h2.secondaryHeading {
	font-weight: bold;
	color: #232323;
}

div.container {
	width: 100%;
}

div.container div.right {
	float: left:
	width: 170px;
}

div.container div.left {
	float: left;
	width: 470px;
	margin-right: 10px;
}
