html, body {
	width: 100%;
	height: 100%;

	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF;

	font-size: 11px;
	font-family: Georgia, serif;
}

#topContainer {
	position: absolute;

	top: 0px;
	left: 0px;

	width: 100%;
	height: 200px;

	background-color: #000000;
}

#top {
	position: absolute;

	top: 178px;
	left: 50%;

	width: 860px;
	height: 22px;

	margin-left: -430px;
}

#logo
{
	position: absolute;
	top: -170px;
}

#logo img
{
	border: 0px;
}

#menu {
	position: absolute;

	top: 0px;
	left: 0px;

	width: 860px;
	height: 22px;

	text-align: right;
}

.menuItem {
	display: inline;
	margin-left: 20px;
}

.menuItem img {
	vertical-align: -5px;
}

#menu a {
	font-size: 11px;
	font-family: 'Century Gothic', 'Helvetica', sans-serif;
	font-weight: normal;
	text-decoration: none;

	color: #DEDEDE;
}

#langselect {
	position: absolute;

	top: -178px;
	right: 0px;

	border-right: 1px solid #333333;

	padding-right: 3px;
	padding-top: 3px;

	text-align: right;
}

#langselect a {
	font-size: 11px;
	font-family: 'Century Gothic', 'Helvetica', sans-serif;
	font-weight: normal;
	text-decoration: none;

	color: #333333;
}

#bottomContainer {
	position: absolute;

	top: 200px;
	left: 0px;

	width: 100%;
}

#bottom {
	position: absolute;

	top: 40px;
	left: 50%;

	width: 860px;

	margin-left: -430px;
}

#leftContainer {
	position: absolute;

	top: 0px;
	left: 50%;

	width: 155px;

	margin-left: -430px;
}

#contentContainer {
	position: absolute;

	top: 0px;
	left: 50%;

	width: 630px;

	margin-left: -200px;
}

#content {
	width: 630px;

	font-size: 11px;
	font-family: Georgia, serif;
	font-weight: normal;
	color: #000000;
}

#content a {
	text-decoration: underline;
	font-weight: normal;
	color: #75b45b;
}

#content h1, #contentContainer h1 {
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, serif;
	margin-top: 0px;
	margin-bottom: 10px;
}

img {
	border-bottom: 4px solid #75b45b;
}

.noborder {
	border: 0px;
}

#menuBorder {
	z-index: 10;

	position: absolute;
	display: block;
	background-color: #75b45b;

	width: 10px;
	height: 4px;

	top: 200px;
	/*left: -10px;*/

	left: 50%;

	margin-left: -430px;
}

.submenu {
	z-index: 9;
	position: absolute;

	border-top: 1px solid #75b45b;
	
	background-color: #333333;

	padding-top: 2px;
}

.submenu a {
	font-size: 11px;
	font-family: 'Century Gothic', 'Helvetica', sans-serif;
	font-weight: normal;
	text-decoration: none;
	
	display: block;
	white-space: nowrap;
	margin: 10px;

	color: #EFEFEF;
}

.submenu a:hover {
	color: #75b45b;
}

#submenuContainer {
	position: absolute;
	z-index: 100;

	top: 203px;
	left: 0px;
}

#address {
	display: block;
	border-bottom: 4px solid #75b45b;

	margin-top: 20px;

	font-size: 11px;
	font-family: Georgia, serif;
	font-weight: normal;
	color: #333333;
}

#newsBubble {
	background-color: #222222;
	border-bottom: 4px solid #75B45B;
	margin-left: 500px;
	position: absolute;
	margin-top: -36px;
	width: 180px;
}

.newsBubbleContent {
	padding: 6px;
}

#newsBubble h1 {
	background-color: #444444;
	padding: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#newsBubble a {
	text-decoration: none;
}

#newsletter_form input.focusclear {
	color: #666666;
}