body {
	margin:0px; 
	padding:0px; 
	background-image:url(../images/background.jpg); 
	background-repeat:repeat;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

h1 {
	font-size:22pt;
	color:#330000;
}

h2 {
	font-size:14pt;
	color:#993300;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

a:link 		{ color: #8e431c; font-weight: normal; text-decoration: underline; font-size: 12px; }
a:active 	{ color: #8e431c; font-weight: normal; text-decoration: none; font-size: 12px; }
a:visited 	{ color: #8e431c; font-weight: normal; text-decoration: underline; font-size: 12px; }
a:hover 	{ color: #8e431c; font-weight: normal; text-decoration: none; font-size: 12px; }

a.menu:link 		{ color: #FFFFFF; font-weight: normal; text-decoration: none; font-size: 16px; }
a.menu:active 		{ color: #FF9900; font-weight: normal; text-decoration: none; font-size: 16px; }
a.menu:visited 		{ color: #FFFFFF; font-weight: normal; text-decoration: none; font-size: 16px; }
a.menu:hover 		{ color: #FF9900; font-weight: normal; text-decoration: none; font-size: 16px; }

.header {
	height:192px; 
	background-image:url(../images/header.jpg); 
	background-repeat:no-repeat;
}

.mainContent {
	position:relative; 
}

.contentLeft {
	margin:0px; 
	padding: 20px 20px 40px 20px; 
	text-align:left;
	background-color:#FFFFFF;
}

.contentRight {
	margin:0px; 
	padding: 20px; 
	text-align:left;
	background-color:#FFFFFF;
}

.menu {
	height:30px; 
	position:relative; 
	padding-top:10px;
}
