html {margin: 0; padding: 0;}
body {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) #59167d repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	letter-spacing: 0.03em;
	color: #000000;
} 
#wrapper {position: absolute; top: 20px; width: 800px; left: 50%; margin-left: -400px;}
table {width: 800px; padding: 0; border: 0; 	margin-bottom: 20px;}
#mainContent {
	padding: 10px 20px 40px 20px;
	background: #E5CCEA /*dabee4*/;
	border-right: 3px solid #d7a329;
	vertical-align: top;
}

/* NAVIGATION */
#nav {width: 177px; color: #ffffff; /*font-weight: bold;*/ background: #B975C8 /*a55ebe*/; border-left: 2px solid #d7a329; vertical-align: top;}
/*#nav a {color: #ffffff; text-decoration: none; letter-spacing: 0.02em;}*/
#nav ul {margin-top: 10px; margin-left:10px; padding: 0;}
#nav li {margin-bottom:5px; list-style-type: none;}
#nav ul a {color: #ffffff; font-weight:bold; font-size: 0.9em; letter-spacing: 0.01em; text-decoration: none; text-transform: uppercase;}
#nav ul a:hover, ul a:active {color:#5e1a8b;}
#nav ul a.current {color:#d7a329;}

/* 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: #59167d;
	background: url(../images/bg_footer.jpg) #59167d repeat-y;
	border: 2px solid #d7a329;
	border-top: 1px solid #d7a329;
	padding: 5px 0;
}
#footer a {color: #ffffff;}
#footer a:hover {text-decoration: none;}

