#m_right{
	width:700px;
}
#m_left{
	width:200px;
}

#content{
	padding:20px;
}

#l_menu ul{
	padding:0px;
	margin:0px;
}
#l_menu li{
	list-style:none;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
#l_menu li a{
	color:#666666;
	text-decoration:none;
}
#l_menu li a:hover{
	color:#ff6600;
}
#l_menu li a:hover span{
	color:#ff6600;	
	cursor:hand;
}
#l_menu li a:visited{
	color:#666666;
}
#l_menu li span{
	display:block;
	padding: 15px 10px;
	text-align:right;
}

#top_logo a{
  background:#481111 url(pictures/logo.png) no-repeat center;
  }
body{
  background: url(pictures/bg.png) top right;
  }

div.top_menu{
	background-color:#F26722;
	border:#F26722 solid 4px;
}
ul.top_menu li a:hover{
	color: #F26722;
}
ul.top_menu li a{
	color:white;
}
