*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #9CF;
	margin: 10px 0 0 10px;
	background-image: url(design/background.jpg);
	background-repeat: repeat-x;
}

#container
{
	width: 769px;
}


#header
{
	width: 769px;
	background-image: url(design/home_header.jpg);
	background-repeat: no-repeat;
	height: 221px;
}

#header H1
{ text-indent: -1200px; }

#banner { padding: 12px 0px 0px 301px; }


#main_area_top
{
	width: 769px;
	background-image: url(design/body_top.gif);
	background-repeat: no-repeat;
	height: 13px;
}

#main_area_bot
{
	width: 769px;
	background-image: url(design/body_bottom.gif);
	background-repeat: no-repeat;
	height: 13px;
}


#main_area
{
	width: 769px;
	background-color: #FFF;
}


#main_area p
{
	color: #000;
	font-family: Georgia;
	font-size: 16px;
	line-height: 18px;
	padding: 5px 20px 5px 25px;
}

#main_area H1
{
	color: #C00;
	font-family: Georgia;
	font-size: 28px;
	line-height: 18px;
	padding: 5px 20px 20px 25px;
}

#main_area H2
{
	color: #39F;
	font-family: Georgia;
	font-size: 22px;
	line-height: 18px;
	padding: 5px 20px 20px 25px;
}


#main_area H3
{
	color: #000;
	font-family: Georgia;
	font-size: 18px;
	line-height: 18px;
	padding: 5px 20px 20px 25px;
	font-weight: bold;
}


#main_area UL
{
	color: #000;
	font-family: Georgia;
	font-size: 16px;
	line-height: 18px;
	padding: 5px 20px 5px 25px;
}


#main_area LI
{
	color: #000;
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	padding: 5px 20px 5px 25px;
		list-style-type: none;
}

#main_area table
{
	color: #000;
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	padding: 5px 20px 5px 25px;

}

.nav_bar
{
	text-align: center;
	color: #FFF;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
}


.nav_bar a
{
	color: #009;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}

.nav_bar a:hover
{
	color: #FFF;
	text-decoration: none;
}


#signature
{
	color: #FFF;
	font-family: Arial;
	font-size: 10px;
	padding: 25px;
	text-align: center;
}

.photo_left
{
	padding: 0px 10px 0px 25px;
	float: left;
}
.photo_right
{
	padding: 0px 25px 0px 10px;
	float: right;
}

#promo_box
{
	padding: 20px;
	border-color: #C03;
	border-width: 1px;
	border-style: solid;
	width: 80%;
	text-align: left;
}

.schedule-table
{margin-left:10px;}

.schedule-table td
{
	border-color: #CCC;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	padding:2px;
}
