html {
	font-family: arial, verdana;
	font-size: 10pt;
	background-color: white;
	padding: 0px;
	margin: 0px;
	color: black;
	overflow-y: scroll;
	overflow-x: hidden;
	background-repeat: repeat-y;
	background-image: url(/images/body_bg.jpg);
}

body {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

a, a:hover {
	color: #642576;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td {
	vertical-align:top;
}

p {
	margin: 0px 0px 1em 0px !important;
	
}

h1, h2, h3, h4, h5 {
	margin: 10px 0px 5px 0px;
	color: #642576;
	font-family: verdana;	
}

h1 {
	
}

h2 {
	font-size: 17px;
	margin: 10px 0px 10px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
}

#Wrapper {
	background-image: url(/images/body_bg.png);
	background-repeat: repeat-x;
	height: 800px;
}

#IntroWrapper {
	background-image: url(/images/intro_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 80px;
	width: 861px;
	height: 541px;
	margin: auto; 
	cursor: pointer;
}

#IntroWrapper a {
	color: white;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	display: block;
	text-align: right;
	padding-right: 60px;
	padding-top: 490px;
	
}

#HeaderWrapper {
	background-image: url(/images/top_bg.png);
	background-repeat: repeat-x;
	height: 109px;
	top: 0px;
	left: 0px;
	position: absolute;
	margin: auto;
	width: 1000px;
}

#Header {
	width: 779px;
	margin: auto;
}

#HeaderLogo {
	display: block;
	height: 87px;
	width: 220px;
	margin-left: 30px;
	background-image: url(/images/header_logo.png);
	background-repeat: no-repeat;
	float: left;
}

#HeaderMenu {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#HeaderMenu li {
	float: left;
}

#HeaderMenu li a {
	display: block;
	padding: 23px 10px 10px;
	font-size: 13px;
	color: #B12DB4;
	line-height: 77px; 
	margin-right: 1px;
	font-family: verdana;
}

#HeaderMenu li a:hover, .ActiveItem {
	background-image: url(/images/top_menu_active_bg.png);
	background-repeat: repeat-x;
	color: white !important;
	text-decoration: none;
}

#HeaderMenu ul {
	position: absolute;
	left: -999em;
	z-index: 1000;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: -23px;
	background-color: #EEEAE1;
	background-image: url(/images/top_bg.png);
	background-repeat: repeat-x;
	background-position: 0 -90px;
}

#HeaderMenu li:hover ul,  #HeaderMenu li.sfhover ul {
	left: auto;
}

#HeaderMenu li ul li {
	background: transparent !important;
	float: none;
}

#HeaderMenu li ul li a {
	padding: 10px 20px;
	line-height: 1.5em;
	margin: 0;
}

#HeaderMenu li ul li a:hover, #HeaderMenu li ul .ActiveItem {
	background: #7C348F !important;
}

#ContentWrapper {
	background-image: url(/images/main_wrapper_bg.png);
	background-repeat: repeat-y;
	background-position: 0px 87px;
	width: 861px;
	min-height: 500px;
	margin: auto;
	padding-top: 87px;
}

#ContentHeader {
	background-image: url(/images/title_bg.png);
	background-repeat: no-repeat;
	width: 779px;
	height: 169px;
	margin-left: 41px;
}



#ContentLeft {
	width: 749px;
	min-height: 400px;
	padding: 15px;
	background-image: url(/images/main_text_bg.png);
	background-repeat: repeat-x;
	margin-left: 41px;
	background-color: #FFFFFF;
}

#ContentTitel {
	float: left;
	width: 450px;
}

#ContentLeft h1, #ContentLeft h2, #ContentLeft h3 {
	clear: left;
}

#ContentRight {
	float: right;
	width: 239px !important;
	padding: 15px 20px;
	height: 400px;
	background-image: url(/images/main_right_bg.png);
	background-repeat: repeat-x;
	margin-right:  41px;
	background-color: #E8DFEB;
	margin: -15px -15px -15px 10px;
}

#ContentWrapperBottom {
	width: 787px;
	height: 100px;
	margin: 0px auto;
	background-image: url(/images/bottom_shadow_bg.png);
	background-repeat: no-repeat;
}

#Footer {
	position: fixed;
	top: 100%;
	margin-top: -60px;
	height: 100px;
	background-image: url(/images/footer_bg.png);
	background-repeat: repeat-x;
	width: 100%;
}

#Footer span {
	width: 749px;
	margin: auto;
	display: block;
	margin-top: 20px;
	padding-left: 30px;
	color: #642576;
	font-size: 12px;
}