@charset "UTF-8";
/* CSS Document */
body {
	background: #FAF6EC url(images/background.gif) repeat-x;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 105%;
	color: #000000;
	margin-top: 0;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
#wrapper {
	width: 890px;
	margin: 0 auto;
	padding: 0;
	background: url(images/body.jpg) repeat-y;
}
#branding {
	background: url(images/logo.gif) no-repeat;
	padding: 0;
	margin: 0;
	height: 141px;
}
.clearer {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
}
#language {
	float: left;
	width: 860px;
	font-size: .7em;
	text-align: right;
	padding: 8px 0;
}
#columnLeft {
	width: 180px;
	float: left;
	padding-top: 1em;
	font-size: .8em;
	padding-left: 22px;
}
#enclosure {
	float: right;
	width: 670px;
	padding-top: 0;
}
#mainContent {
	width: 430px;
	float: left;
	font-size: .75em;
	margin-bottom: 2em;
	line-height: 1.6em;
	padding-right: 10px;
}
#mainContentFull {
	float: right;
	width: 660px;
	padding-right: 16px;
	padding-top: 1em;
	font-size: .75em;
	line-height: 1.6em;
}
#columnRight {
	float: right;
	width: 200px;
	font-size: .7em;
	margin-right: 16px;
	line-height: 1.4em;
}
#columnRight ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left:: 6px;
}
#columnRight li { 
	padding-bottom: 6px;
}
#columnRight h2 {
	color: #000000;
	background: url(images/h2.jpg) no-repeat 50%;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 12px 0;
	font-size: 1.1em;
}
#columnRight p {
	padding-left: 4px;
}
#footer {
	clear: both;
	padding: 1em 0;
	font-size: .8em;
	text-align: center;
	background: url(images/footer.jpg) no-repeat bottom;
}
a:link, a:visited, a:active {
	color: #B80000;
	border-bottom: 1px solid #999999;
	text-decoration: none!important;
	font-weight: bold;
}
a:hover, a:focus {
	color: #000000;
	text-decoration: none!important;
	border: none;
}
#sitecredits {
	width: 820px;
	margin: 0 auto;
	padding: 1em;
	text-align: right;
	font-size: .6em;
}
#sitecredits a:link, #sitecredits a:visited, #sitecredits a:active {
	color: #000000;
	text-decoration: none !important;
}
#sitecredits a:hover, #sitecredits a:focus {
	color: #F60000;
}
h1 {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.img-shadow {
	float: left;
	background: url(images/shadow.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}
.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}


