body {
	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #660066;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #cc0066;
	text-decoration: underline;
}

a:visited {
	color: #66066;
}

a:active {
	color: #66066;
}

#main_container {
	width: 720px;
	height: auto;
	display: table;
	margin: auto;
}

#top_logo_belt {
	width: auto;
	height: 70px;
	background-image: url(images/logo.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#main_banner {
	width: auto;
	height: 89px;
	background-image:  url(images/main_bar_01.jpg);
}

#menu {
	width: auto;
}

#main_banner_bottom {
	width: auto;
	height: 27px;
	background-image: url(images/main_bar_03.jpg);
}

#content_container {
	width: auto;
	height: auto;
	display: table;
	text-align: center;
}

#left_menu {
	width: 170px;
	border: 1px solid #cccccc;
	height: auto;
	display: table;
	float: left;
	margin-left: 2px;
	text-align: left;
	background: URL(images/purple_background.jpg) bottom right no-repeat;
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
}

#left_menu_header {
	width: auto;
	height: 24px;
	background: URL(images/menu_header.jpg) repeat-x;
	line-height: 24px;
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
}

#left_menu a{
	font-weight: bold;
	color: #660066;
	text-decoration: none;
}

#left_menu a:hover {
	text-decoration: underline;
	color: #CC0066
}

#left_menu hr {
	width: 150px;
	border: 0px;
	background-color: #660066;
	color: #660066;
	height: 1px;
}

#left_menu ul li {
	list-style-type: none;
	margin-left: -20px;
}

#left_menu .submenu {
	margin-left: 0px;
}

#left_menu img {
	margin-right: 5px;
}

#content_holder {
	width: 520px;
	margin-left: 10px;
	border: 1px solid #cccccc;
	float: left;
	height: auto;
	background: URL(images/purple_background.jpg) bottom right no-repeat;
	display: table;
}
	
#content {
	width: auto;
	height: auto;
	padding: 10px;
	text-align: left;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #660066;
	margin-top: -3px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #660066;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #660066;
}

#footer {
	width: 693px;
	font-size: 0.7em;
	border: 1px solid #cccccc;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #660066;
	text-align: right;
	padding-right: 10px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
