html {margin: 0; padding: 0;}
body {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) #39916E repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	letter-spacing: 0.03em;
	color: #103B2A;
} 
#wrapper {
	position: absolute;
	top: 0px;
	width: 760px;
	left: 50%;
	margin-left: -380px;
	/*padding: 0;
	border: 0;*/
}
table#layout {
	/*position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -380px;*/
	width: 760px;
	padding: 0;
	border: 0;
}
#header {height: 250px;	background-image: url(../images/homeHeader.jpg);}
#mainContent {padding: 30px; width: 390px; background: #FAD7D6; vertical-align: top; border-left: 5px solid #307A5D;}
#right {padding: 30px 25px; width: 155px; background: #FFCCCC; border-right: 5px solid #307A5D; font-size: 0.9em; font-style: italic; color: #A72E45; line-height: 1.3em;}

/* NAVIGATION */
#nav {position: absolute; top: 230px; width: 760px; text-align: center; color: #A72E45; font-weight: bold; letter-spacing: 0.04em;}
#nav a {color: #A72E45; text-decoration: none; font-weight: bold;}
#nav a:hover, ul a:active {color:#2C6B52;}
#nav a.current {color:#1B4E3A;}

/* SUB-NAVIGATION */
#subNav {font-weight: normal; margin: -9px 0 12px 0;}
#subNav ul {margin-top: 7px; margin-left: 20px; padding:0;}
#subNav li {margin-bottom: 3px; list-style-type: none;}
#subNav ul a {color: #ffffff; font-weight: normal; font-size: 0.9em; letter-spacing: 0.01em; text-decoration: none; text-transform: none;}
#subNav ul a:hover, ul a:active {color:#5e1a8b;}
#subNav ul a.current {color:#d7a329;}

/* FOOTER */
#footer {
	color: #ffffff;
	font-size: 0.9em;
	text-align: center;
	letter-spacing: normal;
	background: #A72E45;
	border: 5px solid #307A5D /*58A285*/;
	border-top: 1px solid #307A5D /*58A285*/;
	border-bottom: 1px solid #307A5D /*58A285*/;
	padding: 5px 0;
}
#footer a {color: #ffffff;}
#footer a:hover {text-decoration: none;}

/* HOME */
#home {margin-left: 35px;}
#home ul.event {margin: 20px 0 5px -35px;}
#home li.event {list-style-image: url(../images/OM.gif); font-weight: bold; text-transform: uppercase; margin-left: -10px; color: #A72E45;}
#home table {margin-top: 7px;}
/*#home td {border-bottom: 1px dashed #103B2A; padding: 4px 20px 4px 0;}
#home tr {vertical-align: middle;}

ul {margin-left: -25px; margin-top: 3px;}
 TABLES 
tr {vertical-align: top;}*/