html, body, div, p, ul, li, h1, h2, h3, h4, a {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	background-image: url(../images/pageback.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-color: #A5A7A1;
}

h1 {
	font-size: 18px;
	line-height: 30px;
}

a {
	color: #000000;
}

p {
	margin-bottom: 10px;
}

div#shim {
	margin:0px auto;
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -311px;
	float: left;
}

div#wrapper {
	margin:0px auto;
	width: 901px;
	height: 622px;
	clear: both;
	background-color: #FFFFFF;
	
	position: relative;
	top: -293px;
	
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
	
}


#headerbar {
	height: 149px;
	background-color: #622114;
	background-image: url(../images/topbar.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
}
#headerbar .languages {
	position: absolute;
	right: 20px;
	top: 30px;
	width: 80px;
}

#mainpage {
	width: 901px;
	height: 471px;
	margin-top: 2px;
	/*background-image: url(../images/contentback.jpg);*/
	background-position: bottom right;
	background-repeat: no-repeat;
}

#leftside {
	width: 300px;
	float: left;
}
#rightside {
	width: 600px;
	float: right;
}

ul#mainmenu {
	list-style-type: none;
}
ul#mainmenu li {
	display: inline;
}
ul#mainmenu li a {
	text-decoration: none;
	padding: 2px 8px 2px 4px;
	line-height: 30px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

#menubar {
	height: 30px;
	background-color: #D9D9D9;
	padding-left: 20px;
}
#traceback {
	height: 30px;
	background-color: #E8E8E8;
	line-height: 30px;
	font-size: 12px;
	padding-left: 24px;
}
#traceback h2 {
	font-size: 12px;
	font-weight: normal;
	display: inline;
}

#pagecontent {
	width: 560px;
	height: 320px;
	padding: 20px 20px 30px 20px;
	overflow: auto;
}
#copyright {
	color: #999999;
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
}
#copyright a {
	color: #999999;
	text-decoration: none;
}

ul.imgfader {
	position: relative;
	list-style: none;
	list-style-image: none;
	margin: 0px 0px;
	padding: 0px;
	overflow: hidden;
	border: none;
	background: none;
	width: 301px;
	height:157px;
}
ul.imgfader li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
}
ul.imgfader li img {
	/*display: none;*/
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	width: 301px;
	height: 157px;
}

div.siteby {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #808080;
	text-align: center;
}
div.siteby a {
	color: #808080;
}
