body {
	background-color: #e7e8ea;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

#container {
	margin-top: 30px;
	width: 959px;	
}

#contentcontainer {

	float: left;
	width: 526px;	
}

#menu {
	position: relative;
	width: 209px;
	float: left;
	padding-top: 162px;
}

#menu a {
	text-decoration: none;
}

#menu ul {
	list-style: none;
	padding: 0px;
	margin-left: 0px;
}

#langmenu li {
	padding: 0px;
	margin: 0px;
	width: 200px;
	height: 24px;
}

#langmenu a {
	color: #999;
	padding-top: 3px;
	margin-top: 3px;
	margin-left: 22px;	
}

#langmenu li.selected {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 6px 3px;
}

#mainmenu li {
	padding: 3px 0px 0px 0px;
	width: 200px;
	height: 21px;
	background-image: url(../images/button.gif);	
}

#mainmenu a{
	color: #000;
	margin-left: 22px;
}

#mainmenu li:hover, #mainmenu a:hover, mainmenu a:active {
	background-image: url(../images/highlitbutton.gif);
}

#mainmenu li.selected {
	background-image: url(../images/selectedbutton.gif);
}

div#contentcontainer {
	margin-left: -20px;
}

#content {
	background-image: url(../images/midcontainer.gif);
	background-repeat: repeat-y;
	padding: 10px 25px 10px 25px;
	line-height: 20px;
}
#content a, #content a:hover {
	color: #999900;
	text-decoration: none;
}
#rightbar {
	padding-top: 162px;
	position: relative;
	width: 236px;
	float: right;
}

br.spacer {
	line-height: 10px;
}

h1 {
	color: #999;
	padding: 8px 0px 6px 0px;
	margin: 0px;
	font-size: 22px;
	font-weight: normal;
	line-height: 25px;
}

h2 {
	color: #999999;
	padding: 8px 0px 6px 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
}

h3 {
	color: #666666;
	padding: 8px 0px 6px 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	font-style: italic;
}

.ruler {
	padding-bottom: 5px;
}

.morelink {
	width: 50px;
	height: 12px;
	text-decoration: none;
	background-image:url(../images/more.gif);
}

big {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

em {
	font-style: italic;
	color: #999900;
}