body{
	font-family: arial, sans-serif;
	background-color:#ffffff;
	background-image:URL('../images/template/background.png');
	background-repeat:repeat-x;
	margin:0px;
	height:100%;
}

#content {
	background-image:URL('../images/template/uppergradient.png');
	background-position:top;
	background-repeat:no-repeat;
	background-color:#ffd8a3;
	width:650px;
}

#content a{
	color:#000000;
}

#contentbackground {
	background-color:ffd8a3;
}

#maintable{
	width:986px;
	height:100%;
	empty-cells:show;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	border-spacing:0px;
	table-layout:fixed;
}

#maintable td{
	padding:0px;
}

#menu{
	width:970px;
	height:61px;
	background-image:URL('../images/template/menubackground.png');
	background-repeat:no-repeat;
}

#menu table{
	table-layout:fixed;
}

#menu table tr td {
	text-align:center;
}

.menuseparator {
	width:15px;
}


#menu table tr td a {
	color:#000000;
	text-decoration:none;
	font-size:19px;
	font-weight:bold;
}



#head{
	width:970px;
	height:168px;
	background-image:URL('../images/template/head.png');
	background-repeat:no-repeat;
}

#headLeft{
	width:8px;
	height:168px;
	background-repeat:no-repeat;
	background-image:URL('../images/template/head_shadow_left.png');
}

#headRight{
	width:8px;
	height:168px;
	background-repeat:no-repeat;
	background-image:URL('../images/template/head_shadow_right.png');
}

#bodyLeft{
	width:8px;
	background-repeat:repeat-y;
	background-image:URL('../images/template/shadow_left.png');
}

#bodyRight{
	width:8px;
	background-repeat:repeat-y;
	background-image:URL('../images/template/shadow_right.png');
}

#bottom{
	width:986px;
	height:51;
	background-image:URL('../images/template/bottom.png');
	background-repeat:no-repeat;
	text-align:center;
	color:#ffffff;
}

#bottom a {
	color:#ffffff;
}

#lowergradient{
	background-image:URL('../images/template/lowergradient.png');
	background-position:bottom;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	min-height:500px;
    border:1px solid black;
}

#menutable{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	border-spacing:0px;
}

#menutable td{
	padding:0px;
}

#languageSelector{
	z-index:2;
	position:absolute;
	left:50%;
	top:235px;
	margin-left:115;
	font-size:12px;
}

#languageSelector a
{
	text-decoration:none;
	color:#000000;
}

#languageSelector a:active
{
	text-decoration:underline;
	color:#000000;
}

#picturebar {
	width:320px;
	background-image:URL('../images/template/sidebar.png');
	background-repeat:no-repeat;
}

#scrollerDIV{
	overflow-y:hidden;
	margin:0px;
}

#picScroller{
	margin:0px;
	overflow:hidden;
	width:320;
}

#scrollerShadow{
	background-image:URL('../images/template/menushadow.png');
	background-repeat:repeat-x;
	position:absolute;
	width:320px;
	height:15px;
	z-index:15;
	left:50%;
	top:230px;
	margin-left:95px;
}
