body {
	font-family: Garamond, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #555555;
	background-color: #f9e701;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}

a:link, a:visited, a:active { 
	text-decoration: underline;
	color: #231f20; 
} 
a:hover { 
	text-decoration: underline;
	color: #231f20; 
}
h1, h2, h3, h4, h5, h6 {
	font-family: Garamond, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #a32ad1;
}
h1 { font-size: 24px;}
h2 { font-size: 20px; }
h3 { font-size: 12px; }
h4 { font-size: 10px; }

p {	font-family: Garamond, Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin: 0; padding: 0; }

table {
	font-family: Garamond, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #231f20;
}

table.base {
	width: 100%;
	font-family: Garamond, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #231f20;
}
table.base th {
	font-weight: bold;
	color: #231f20;
}
table.base td {
	color: #231f20;
}
table.base td.menu {
	width: 190px;
	min-width: 190px;
}
table.base td.halfbanner {
	width: 95px;
	min-width: 95px;
	height: 95px;
	min-height: 95px;
}
table.base td.content {
	width: 80%;
}
table.base td.ads {
	width: 190px;
}
table.base td.footer {
	height: 185px;
}

div.logo {
	background-color: #f9e701;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}

div.body {
	font-family: Garamond, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #231f20;
	background-color: #ffffff;
	width: 960px;
	text-align: left;
	margin: 0;
	padding: 0;
}

/* $system['horizontal_menu'] =  *//* Menu */
div.menu a:link, div.menu a:visited, div.menu a:active {
	color: #810db2;
	text-decoration: none;
}
div.menu {
	margin: 20px 20px 10px 20px;
	padding: 5px 0 0 0;
	width: 220px;
	min-height: 500px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	text-align: left;
	float: left;
}
div.menu a {
	color: #810db2;
	margin: 0 0 4px 0;
	padding: 2px;
	font-size: 12pt;
	text-decoration: none;
	display: block;
	border: 1px solid #cccccc;
}
div.menu a:hover {
	color: #810db2;
	background-color: #eeeeee;
}
div.menu a.selected {
	color: #000000;
	background-color: #eeeeee;
}
/* Sub Menu */
div.submenu a {
	color: #810db2;
	margin: 0 0 4px 0;
	padding: 1px 2px 1px 15px;
	font-size: 11pt;
	text-decoration: none;
	display: block;
	border: 1px solid #cccccc;
}
div.submenu a:hover {
	color: #810db2;
	background-color: #eeeeee;
}


div.content {
	margin: 5px 0 10px 0;
	padding:0;
	width: 690px;
	min-height: 500px;
	background-color: #ffffff;
	text-align: left;
	float: left;
}
img.content {
	float: left;
	width: 0px;
	height: 500px;
	margin: 0;
}

img.footer {
	float: left;
	width: 0px;
	height: 30px;
}

div.footer a:link, div.footer a:visited, div.footer a:active {
	color: #ffffff;
	text-decoration: none;
}
div.footer {
	color: #ffffff;
	font-size: 10pt;
	clear: both;
	margin: 0;
	padding-top: 10px;
	height: 30px;
	background-color: #a32ad1;
	border-top: 1px solid #cccccc;
	text-align: center;
}
div.footer a {
	color: #ffffff;
	font-size: 10pt;
	text-decoration: none;
	display: inline;
	margin: 0 10px;
}
div.footer a:hover {
	color: #ffffcc;
	text-decoration: underline;
}
div.footer a.selected {
	color: #ffffcc;
	font-weight: bold;
	text-decoration: underline;
}

