* {
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, sans-serif;
}
html {
	background: #FFFFFF url(../img/layout/bg_html.gif) repeat-x;
}
body {
	font-size: 100.01%;
}
ul {
	list-style: none;
}
a img{
	border: none;
}
#wrapper {
	width: 880px;
	margin: 0px auto;
	font-size: 0.7em;
	background: url(../img/layout/bg_body.jpg) no-repeat 566px -108px;

}
h1 {
	height: 108px;
	position: relative;
	overflow: hidden;
	background: url(../img/layout/bg_head.jpg) no-repeat;
	width: 880px;
	margin: 0px auto;
}
h1 span {
	position: absolute;
	left: 2000px;
}
h2 {
	font-style: italic;
	color: #D3B218;
	margin: 0px 0px 0px 0px;
	font-size: 1.5em;
	padding-bottom: 5px;
	border-bottom: 1px solid #D3B218;
	background: #FFFFFF;
}
h3 {
	font-size: 1.0em;
}
#headNav {
	float: left;
	margin-bottom: 20px;
	padding-left: 30px;
}
#headNav li {
	float: left;
}
#headNav li a {
	float: left;
	padding-left: 8px;
	text-decoration: none;
}
#headNav li a span {
	float: left;
	cursor: pointer;
	color: #000000;
	padding: 10px 18px 11px 8px;
}
#headNav li a:hover span {
	text-decoration: underline;
}
#headNav li a:hover {
	background: url(../img/layout/bg_headNavHoverItemLeft.gif) no-repeat;
}
#headNav li a:hover span {
	background: url(../img/layout/bg_headNavHoverItemRight.gif) no-repeat right top;
	text-decoration: none !important;
}
#headNav li.current a, #headNav li.current a:hover {
	background: url(../img/layout/bg_headNavCurrentItemLeft.gif) no-repeat;
}
#headNav li.current a span, #headNav li.current a:hover span {
	background: url(../img/layout/bg_headNavCurrentItemRight.gif) no-repeat right top;
}
.clear {
	clear: both;
}
#leftColumn {
	float: left;
	width: 645px;
}
#content {
	padding-left: 35px;
}
#rightColumn {
	float: right;
	width: 190px;
	padding: 10px 10px 80px 9px;
	color: #403B23;
	background: url(../img/layout/bg_rightColumn.gif) repeat-x;
	
}
#rightColumn h3 {
	color: #413B1F;
	font-size: 1.2em;
	padding: 7px 10px;
	margin-bottom: 1px;
}
#rightColumn .largeBox {
	background: url(../img/layout/bg_sidebarNavLarge.gif) no-repeat right bottom;
	padding: 0px 12px 10px 0px;
	margin-bottom: 30px;
}
#rightColumn .smallBox {
	background: url(../img/layout/bg_sidebarNavSmall.gif) no-repeat right bottom;
	padding: 0px 12px 10px 0px;
}
#rightColumn .separator {
	margin-bottom: 10px;
}
#rightColumn .nav {
	background: #716C54 url(../img/layout/bg_sidebarNav.gif) repeat-x;
	padding: 0px;
	font-size: 1.0em;
}
#rightColumn .nav li {
	border-top: 1px solid #65614A;
}
#rightColumn .nav li.last {
	border-bottom: 1px solid #5C5740;
}
#rightColumn .nav li a {
	padding: 5px 10px 5px 30px;
	display: block;
	color: #FFFFFF;
	height: 100%;
	text-decoration: none;
	border-top: 1px solid #A5A28F;
}
#rightColumn .nav li a:hover, #rightColumn .nav li.current a {
	background: url(../img/layout/bg_sidebarNavCurrentItem.gif) no-repeat 10px 9px;
	color: #FAD112;
}
#rightColumn li.title {
	background: #E6D377 url(../img/layout/bg_sidebarTitle.gif) repeat-x;
	font-size: 1.0em;
	border-bottom: 1px solid #FFDD3A;
	border-top: none;
}
#rightColumn li.title span {
	display: block;
	background: url(../img/layout/bg_sidebarTitleItem.gif) no-repeat 10px 6px;
	padding: 6px 10px 5px 29px;
	color: #413B1F;
	font-weight: bold;
}
#footer {
	background: url(../img/layout/bg_footer.gif) repeat-x 0px 0px;
	padding: 14px 0px 0px 0px;
	margin: 0px 20px 4px 0px
}
#footer * {
	color: #403B23;
}
#footer a {
	padding: 0px 0px 0px 10px;
	background: url(../img/layout/bg_sidebarNavItem.gif) no-repeat 0px 3px;
}
#footer a:hover {
	text-decoration: underline;
}
#main {
	line-height: 1.5em;
	margin-right: 20px;
	background: #EEEEEE;
	padding-bottom: 10px;
}
#main a {
	color:  #CC3300;
}
#main a:hover {
	color:  #E5315B;
}
#main table {
	margin-left: 20px;
}
#main td {
	vertical-align: top;
}
#main ul {
	background: #EEEEEE;
	padding: 5px 0px;
	margin-bottom: 20px;
}
#main p {
	margin-bottom: 20px;
}
#main ul li {
	padding: 4px 10px 4px 30px;
	background: url(../img/layout/bg_sidebarSubtitle.gif) no-repeat 15px 8px;
}
#main ul li.title {
	font-weight: bold;
	background: none;
	padding-left: 10px;
}
.imageTeaserList {
	padding: 0px 20px;
}
.imageTeaser {
	margin-bottom: 20px;
	text-align: right;
}
.imageTeaser img {
	padding: 3px;
	border: 1px solid #D3B219;
}
.textTeaser {
	margin-bottom: 20px;
}
html* .textTeaser {
	margin-bottom: 0px;
}
.textTeaser img {
	float: left;
	margin-right: 20px;
	padding: 1px;
	border: 1px solid #999999;
}
.textTeaser div.content {
	padding-top: 10px;
}
.textTeaser hr.footer {
	clear: both;
	background: #FFFFFF;
	color: #FFFFFF;
	border: none;
	height: 1px;
	overflow: hidden;
}
#startContainer {
	position: relative;
}
#startContainer .item {
	font-size: 11px;
	font-weight: normal;
	position: absolute;
}