html {
	overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #261911;
/*	background-attachment: fixed; Removed because of Firefox problems -Heikki */
}

img {
	border: 0px;
}


#maincontainer {
	width: 950px;
	background-image: url(images/bg_main.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#bottomcontainer {
	clear: both;
	width: 950px;
	background-image: url(images/bg_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 140px;
}

#topdiv {
	width: 900px;
	height: 420px;
	background-image: url(images/default_pageimage.jpg);
	background-repeat: no-repeat;
}

#menudiv {
	width: 900px;
	height: 90px;
	background-image: url(images/bg_menu.gif);
	background-repeat: repeat-x;
	background-position: 19px;
}
#logo {
	float: left;
	width: 100px;
}
#topmenu {
	float: left;
	width: 730px;
	padding: 30px 10px 0px 0px;
}
#maindiv {
	width: 900px;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-y;
	background-position: top;
}

#mainforumdiv {
     width: 870px !important;
	background-color: #FFFFFF;
     padding: 0px 15px 0px 15px;
}

#mainleft {
	float: left;
	width: 165px;
	padding: 15px;
}
#maincenter {
	float: left;
	width: 470px;
	padding: 15px 20px 15px 20px;
}

#mainright {
	float: left;
	width: 185px;
	padding: 5px;
}


#bottomdiv {
	width: 900px;
	height: 120px;
	background-image: url(images/bg_banner.gif);
	background-repeat: no-repeat;
}

ul.menu {
	list-style-position: inside;
	margin: 0px;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
}
li.menu {
	display:inline;
	padding: 0px;
}
a.menu_close {
	display: block;
	height: 24px;
	float: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	color: #000000;
	padding: 6px 7px 0px 7px;
}

a.menu_close:link, a.menu_close:visited {
	text-decoration: none;
	color: #000000;
}
a.menu_close:hover, a.menu_close:active {
	text-decoration: none;
	color: #000000;
	background-image: url(images/bg_menu_selected.gif);
	background-repeat: repeat-x;
}

a.menu_open {
	display: block;
	height: 24px;
	float: right;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	color: #000000;
	padding: 6px 7px 0px 7px;
	background-image: url(images/bg_menu_selected.gif);
	background-repeat: repeat-x;
}

a.menu_open:link, a.menu_open:visited {
	color: #000000;
	text-decoration:none;
}
a.menu_open:hover, a.menu_open:active {
	color: #000000;
	text-decoration:none;
}


a.submenu {
	margin: 0px;
	display: block;
	width: 165px;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
	color: #000000;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	background-image: url(images/submenu_separator.gif);
	background-repeat: no-repeat;
     background-position: left bottom;
}


a.submenu:link, a.submenu:visited {
	text-decoration:none;
	color: #000000;
}
a.submenu:hover, a.submenu:active {
	text-decoration:none;
	color: #4d4d4d;
}

a.submenu_open {
	width: 165px;
	display: block;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	color: #000000;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	background-image: url(images/submenu_separator.gif);
	background-repeat: no-repeat;
     background-position: left bottom;
}
a.submenu_open:link, a.submenu_open:visited {
	color: #000000;
	text-decoration:none;
}
a.submenu_open:hover, a.submenu_open:active {
	color: #4d4d4d;
	text-decoration:none;
}
.menuimage {
}
.submenuimage {
}

