body{
	background-image:url('/img_l/sdu/bg_page.jpg');
	background-repeat:repeat-x;
	background-color:#2b2724;
	margin:0px;
}

#box{
	width:998px;
	border-left:1px solid #181818;
	border-right:1px solid #181818;
	margin:0px auto;
	background-color:#f9f9f9;
}/****************** MENU + HEADER STUFF **********************************/
#topmenu a,#lowmenu a{
	color:#FFF;
	text-decoration:none;
}
#topmenu img{
	float:left;
}
#topmenu_main{
	margin-top:2px;
	float:left;
	width:984px;
	height:30px;
	line-height:30px;
	background-image:url(/img_l/menu_bg.jpg);
	font-weight:bold;
	color:#FFF;
	font-size:11px;
	font-family:Arial;
}
.menu_item,.menu_itemdouble{
	border-left:1px solid #8e1e1e;
	/*border-right:1px solid #9b3030;*/
	float:left;
}
.menu_item a,.menu_itemdouble a{
	padding:0px 10px;
}
.menu_item:hover{
	background-image:url(/img_l/menu_bg_hover.jpg);
}
#header{
	height:161px;
	width:994px;
	margin-left:2px;
}
#headertext{
	color:#FFF;
	font-weight:bold;
	width:990px;
	padding-top:145px;
	text-align:right;
}
#lowmenu img{
	float:left;
}
#lowmenu_main{
	float:left;
	width:982px;
	height:30px;
	line-height:30px;
	background-image:url(/img_l/menu2_bg.jpg);
	font-weight:normal;
	color:#FFF;
	margin-bottom:2px;
    font-size:11px;
}
.menu2_item,.menu2_itemdouble{
	border-left:1px solid #3e3e3e;
	/*border-right:1px solid #333333;*/
	float:left;
}
.menu2_item a,.menu2_itemdouble a{
	padding:0px 10px;
}
.menu2_item:hover{
	background-image:url(/img_l/menu2_bg_hover.jpg);
}
.forumtitle a,.threadtitle a{
	color:#3A3A3A;
}