HTML {
	margin: 0; 
	padding: 0;
	background-color: #ececec;
}
BODY {
	margin: 0;
	padding: 0;
	border: 0; /* ie6 fix */
	font: normal .8em Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #000;
	background: #ececec url(pics/bg.jpg) repeat-x;
}

/* Basic Elements
===================*/
A {text-decoration: underline; outline: none; color: #760000;}
A:hover {text-decoration: none;}
A IMG {border: 0;}

H1 A, H2 A, H3 A,
H1 A:hover, H2 A:hover, H3 A:hover {
	text-decoration: none;
	color: #760000;
}
H1 {
	font: bold 1.3em/1.3em Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #760000;
}
H2 {
	font: bold 1.2em/1.2em Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #760000;
}
H3 {
	font: bold 1em/1em Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #760000;
}
P {	padding: .2em 0 .2em 0; }
HR {
	clear: both;
	height: 1px;
	border: 0;
	margin: 10px 0;
	padding: 0;
	color: #ccc;
	background-color: #ccc;
}
INPUT, SELECT, TEXTAREA {
	font: 12px Arial, sans-serif;
}
FORM {margin: 0;}
IMG, TABLE, TD {border-color: #ccc;}

/* sitemap
============*/
#pageList {padding: 10px 0;}
#pageList UL {margin: 0; padding: 0;}
#pageList UL LI {margin: 0; padding: 2px 0 2px 20px; list-style-type: none;}

/* wrapper
============*/
#wrapper {
	margin: 0px auto 0px auto;
	width: 800px;
	min-height: 500px;
	overflow: hidden;
	background: url(pics/shadow.jpg) repeat-y;
}
#wrapperContent {
	text-align: left;
	min-height: 500px;
	overflow: hidden;
	background: url(pics/wrapper.jpg) no-repeat;
	position: relative;
}

/* Header
==========*/
#header {
}

/* Logo
========*/
#logo {
	width: 500px;
	height: 97px;
	overflow: visible;
	padding: 24px 0px 47px 60px;
	white-space: nowrap;
}
#logo A {
	line-height: 97px;
	vertical-align: middle;
	border: 1px solid #fff;
	font-size: 2em;
	text-decoration: none;
	white-space: nowrap;
}
#logo A IMG { vertical-align: middle; border: 0; }

/* Lang
=========*/
#lang {
	width: 400px;
	height: 20px;
	text-align: right;
	position: absolute;
	top: 20px;
	right: 30px;
}
#lang IMG { margin: 0px 5px 0px 5px; }
#lang A {
	color: #000;
	text-decoration: none;
}
#lang A:hover {
	color: #000;
	text-decoration: none;
}
#lang A:hover SPAN { text-decoration: underline; }

/* banner
==========*/
.banner {
	width: 721px;
	overflow: hidden;
	float: right;
	position: relative;
	right: 16px;
}

/* Top navigation
==================*/
#nav {
	width: 747px;
	height: 42px;
	overflow: hidden;
	padding: 0px 0 0 37px;
	position: absolute;
	top: 126px;
	left: 0px;
}
#nav UL {
	float: left;
	margin: 0;
	padding: 0;
	background: url(pics/nav.jpg) no-repeat top right;
	width: 747px;
}
#nav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#nav UL LI A {
	font: bold .9em Tahoma, Arial, sans-serif;
	color: #fff;
	display: block;
	margin: 8px 0px 8px 0px;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	border-right: 1px solid #a16871;
	line-height: 26px;
}
#nav UL LI A:hover {
	color: #f66060;
	text-decoration: none;
}
#nav UL LI A.open {
	color: #f66060;
}

/* Content
============*/
#content {
	height: auto;
	min-height: 100px;
	overflow: hidden;
	padding: 0px 0 30px 0;
}
#main {
	clear: right;
	float: right;
	margin-top: 20px;
	width: 452px;
	position: relative;
	right: 16px;
	margin-bottom: 30px;
	background: url(pics/main.jpg) no-repeat top left;
	min-height: 200px;
	overflow: hidden;
	padding: 30px 30px 10px 20px;
}
.mainText > :first-child {
	margin-top: 0; padding-top: 0;
}
#column1 {
	width: 195px;
	overflow: hidden;
	padding: 0px 25px 10px 50px;
}
.column1Text {
	padding-top: 10px;
}
.column1Text > :first-child {
	margin-top: 0;
	padding-top: 0;
}
#column2 {
	clear: both;
	margin: 0px auto 0px auto;
	width: 700px;
}
#column2 .column2Text {
	padding: 10px;
}
.clearDiv {
	clear: both;
}

/* Sub navigation
==================*/
.subnav {
	padding: 20px 0px 10px 0px;
}
.subnav UL {
	margin: 0;
	padding: 0;
}
.subnav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.subnav UL LI A {
	color: #a31a19;
	font: bold .9em Tahoma, Arial, sans-serif;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 2px 20px;
	text-decoration: none;
}
.subnav UL LI A:hover {
	text-decoration: none;
	color: #4c1e1e;	
}
.subnav UL LI A.open {
	text-decoration: none;
	color: #4c1e1e;	
}
/* sub
=======*/
.subnav UL LI UL {
	margin: 0;
	padding: 0;
}
.subnav UL LI UL LI {
	
}
.subnav UL LI UL LI A {
	font: normal .9em Tahoma, Arial, sans-serif;
	margin: 2px 0px 2px 0px;
	padding: 0px 20px 2px 40px;
}
.subnav UL LI UL LI A:hover {
}
.subnav UL LI UL LI A.open {
}

/* subsub
==========*/
.subnav UL LI UL LI UL {
}
.subnav UL LI UL LI UL LI {
}
.subnav UL LI UL LI UL LI A {
}
.subnav UL LI UL LI UL LI A:hover {
}
.subnav UL LI UL LI UL LI A.open {
}

/* Footer
===========*/
#footer {
	clear: both;
	margin: 0 auto;
	width: 800px;
	height: 78px;
	display: block;
	background: url(pics/footer.jpg) no-repeat;
	color: #fff;
}
.footerText {
	padding-top: 30px;
	text-align: center;
}
.footerText P { margin: 0; padding: 0;

