body {
	font: normal normal 10pt/1.5em Georgia, sans-serif;
	margin: 25px 0 10px;
	padding: 0;
	background-color: #EFE3CA;
	color: #000000;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	font: normal normal 10pt/normal monospace;
}


#Header {
	background: url(../images/header.png) no-repeat top center;
	color: #1F0001;
	text-align: left;
	padding-top: 10px;
}
#Header .section {
	margin-left: 50%;
}
#Header .section-inner {
	width: 800px;
	margin-left: -400px;
	height: 200px;
}

#Header ul {
	margin: 0;
	padding: 0;
}
#Header li {
	list-style: none;
}


#CatchPhrases {
	padding: 15px 0 10px;
	text-align: center;
	white-space: nowrap;
}
#CatchPhrases .main {
	background-color: inherit;
	color: #1D1A12;
	font: normal normal 20pt/normal Georgia, sans-serif;
	padding: 10px 0 5px;
}
#CatchPhrases .sub {
	background-color: inherit;
	color: #EFE3CA;
	font: normal normal 16pt/normal Georgia, sans-serif;
	margin: 0;
}


#Logo {
	position: absolute;
	top: 135px;
	left: 0;
	width: 100%;
	height: 168px;
	background: transparent url(../images/logo.png) no-repeat top center;
	color: inherit;
	z-index: 2;
}
#Logo a {
	display: none;
}
#Title {
	position: absolute;
	top: 155px;
	left: 0;
	text-align: center;
	width: 100%;
	height: 110px;
	line-height: 110px;
	z-index: 1;
	margin: 0;
	padding: 0;
	border-top: 2px solid #EFE3CA;
	border-bottom: 2px solid #EFE3CA;
	background: #70222D url(../images/title.png) repeat-x left top;
	color: #FFFFFF;
}


#Content {
	background: #EFE3CA url(../images/footer.png) no-repeat center bottom;
	color: #FFFFFF;
	padding-bottom: 20px;
}
#Content .sections {
	margin-left: 50%;
}
#Content .sections-inner {
	width: 800px;
	margin-left: -400px;
	padding-top: 65px;
	background: #200001 url(../images/content.png) repeat-y center top;
	color: #FFFFFF;
}
#Content a {
	background: inherit;
	color: #896C4D;
	color: #E16F08;
}
#Content a:hover {
	background: inherit;
	color: #EFE3CA;
	color: #FF912F
}


#Sitemap {
	font: normal bold 10pt/35px Verdana, sans-serif;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
}
#Sitemap ul {
	margin: 0;
	padding: 0;
}
#Sitemap li {
	list-style: none;
}
#Sitemap .title {
	display: none;
}
#Sitemap li {
	display: inline;
}
#Sitemap a {
	background: inherit;
	color: #896C4D;
	padding-left: 10px;
	padding-right: 5px;
	text-decoration: none;
}
#Sitemap a.selected {
	background-color: inherit;
	color: #200001;
}
#Sitemap a:hover {
	background-color: inherit;
	color: #3F221F;
	text-decoration: underline;
}
#Sitemap .home a {
	padding-left: 0;
}
#Sitemap .news a {
	padding-right: 0;
}


#Contacts {
	clear: both;
	padding: 15px 0;
	text-align: center;
}
#Contacts .section-inner {
	margin: 0;
	padding: 15px 50px 10px;
	background: transparent url(../images/deco.png) no-repeat center top;
	color: inherit;
}
#Contacts .title {
	display: none;
}
#Contacts .label {
	display: none;
}
#Contacts .country-name {
	display: none;
}
#Contacts a {
	background-color: inherit;
	color: #E16F08;
	font-weight: bold;
}
#Contacts a:hover {
	background-color: inherit;
	color: #FF912F
}
#Contacts blockquote {
	margin: 0;
	padding: 0;
}


#Footer {
	clear: both;
	font-weight: bold;
	text-align: center;
}


#Copyright a {
	background-color: inherit;
	color: #896C4D;
	text-decoration: none;
}
#Copyright a:hover {
	background-color: inherit;
	color: #3F221F;
	text-decoration: underline;
}


#Credits {
	font: normal normal 8pt/25px Tahoma, sans-serif;
	color: #B89B7C;
	background: inherit;
}
#Credits a {
	color: #B89B7C;
	background: inherit;
	text-decoration: none;
}
#Credits a:hover {
	color: #886B4C;
	background: inherit;
	text-decoration: underline;
}
