* {
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}
html, body {
	height: 100%;
}
body {
	background: url(../layout/bg_page.gif) repeat-x;
}
a {
	color:  #AB195A;
	text-decoration: none;
}
ul {
	list-style: none;
}
em, address {
	font-style: normal;
}
a img{
	border: none;
}
#wrapper {
	width: 952px;
	padding: 0px 15px;
	margin: 0px auto;
	min-height: 100%;
	background: url(../layout/bg_content.png) repeat-y;
}
hr {
	background: #000000;
	color: #000000;
	height: 1px;
	overflow: hidden;
	border: none;
}
h1 {
	position: relative;
	height: 140px;
	background: url(../layout/bg_head.gif) no-repeat 16px 5px;
}
#mainNaviagtion {
	background: url(../layout/bg_mainNavigation.gif) no-repeat;
}
#mainNaviagtion:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}
#mainNaviagtion li, #mainNaviagtion li a, #mainNaviagtion li a span {
	float:left;
	color: #FFFFFF;
	display: block;
	width: 190px;
}
#mainNaviagtion li.last {
	widht: 189px;
}
#mainNaviagtion li a:hover, #mainNaviagtion li.current a {
	background: url(../layout/bg_mainNavigationCurrent.gif) no-repeat -189px 0px;
}
#mainNaviagtion li.first a:hover, #mainNaviagtion li.first.current a {
	background: url(../layout/bg_mainNavigationCurrent.gif) no-repeat 1px 0px;
}
#mainNaviagtion li a span {
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	line-height: 34px;
	cursor: pointer;

}
#content {
	padding: 10px 1px 0px 2px;
}
#content:after {
	content: ".";
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}
#mainColumn {
	float: left;
	width: 705px;
}
#mainColumn #contentInner {
	padding: 0px 13px;
	line-height: 1.6;
}
#mainColumn h2 {
	color: #AB016C;
	border-bottom: 1px solid #B3B3B3;
	margin-top: 5px;
	padding: 7px;
	font-size: 22px;
	font-weight: normal;
	margin-left: -10px;
	margin-bottom: 15px;
}
#rightColumn {
	float: right;
	width: 227px;
	overflow: hidden;
}
#rightColumn .greyBox {
	background: #F6F6F6 url(../layout/sidebar/bg_greyBoxTop.gif) no-repeat;
	margin-bottom: 10px;
}
#rightColumn .greyBox li, #rightColumn .greyBox li a, #rightColumn .greyBox li span, #rightColumn .greyBox li span em {
	display: block;
}
#rightColumn .greyBox li {
	border-left: 1px solid #BCBCBC;
	border-right: 1px solid #BCBCBC;
	padding: 0px 8px 2px 8px;
	background: url(../layout/sidebar/bg_itemBottom.gif) no-repeat center bottom;
}
#rightColumn .greyBox li.last {
	background: url(../layout/sidebar/bg_greyBoxBottom.gif) no-repeat left bottom;
	padding-bottom: 2px;
}
#rightColumn .greyBox li span {
	padding: 8px 0px;
	color: #3E3E3E;
	font-size: 11px;
}
#rightColumn .greyBox li a span em {
	background: url(../layout/sidebar/bg_item.gif) no-repeat 5px 4px;
	padding: 0px 5px 0px 15px;
	line-height: 1.3;
	font-size: 11px;
}
#rightColumn .greyBox li.title span {
	text-transform: uppercase;
	font-size: 12px;
	padding: 9px 2px;
	font-weight: bold;
}
#rightColumn .greyBox li a span {
	/*border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;*/
}
#rightColumn .greyBox li a:hover, #rightColumn .greyBox li.current a {
	background: #E9E9E9 url(../layout/sidebar/bg_itemCurrent.gif) repeat-x;
}
#rightColumn .purple {
	height: 180px;
	background: url(../layout/sidebar/bg_purple.gif) no-repeat;
	padding: 10px;
}
#rightColumn .purple h3 {
	padding-bottom: 7px;
	border-bottom: 1px dotted #A8016A;
}
#rightColumn .purple h3, #rightColumn .purple .section, #rightColumn .purple address, #rightColumn .purple a {
	margin-bottom: 7px;
	line-height: 1.4;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	color: #380025;
}
#rightColumn .purple a:hover {
	text-decoration: underline;
	color: #AB195A;
}
#rightColumn .info, #rightColumn .info * {
	font-size: 11px;
}
#rightColumn .info {
	height: 197px;
	background: url(../layout/sidebar/bg_info.gif) no-repeat;
	padding: 10px;
	line-height: 1.6;
}
#rightColumn .info a {
	color: #380025;
}
#rightColumn .info a:hover {
	text-decoration: underline;
}
#footer {
	border-top: 1px solid #DADADA;
	margin-top: 30px;
	margin-left: 10px;
	padding: 10px;
}
#footer, #footer a {
	color: #424242;
	font-size: 11px;
}
#footer a:hover {
	text-decoration: underline;
	color: #AB195A;
}