@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	line-height: 160%;
	color: #FAFAFA;
	background-color: #000000;
	margin: 0 auto;
}
a {
	color: #FFFF99;
}


#content{
	margin: 0 auto;
	width: 900px;
	background-image: url(../images/all_bg.gif);
	background-repeat: no-repeat;
	background-position: left 230px;
}

#content div.header{
	height:230px;
}

#content div.header div.menu{
	background-image: url(../images/all_menu_bg.gif);
	width:900px;
	height:30px;
	float:left
}

#content div.header div.menu a.top{
	background-image: url(../images/all_menu_top.gif);
	background-repeat: no-repeat;
	width:101px;
	height: 16px;
	float: left;
	margin: 7px 20px 7px 180px;
	text-indent:-5000px;
}

#content div.header div.menu a:hover.top{
	background-image: url(../images/all_menu_top_o.gif);
	background-repeat: no-repeat;
	width:101px;
	height: 16px;
	float: left;
	margin: 7px 20px 7px 180px;
	text-indent:-5000px;
}


#content div.header div.menu a.snack{
	background-image: url(../images/all_menu_snack.gif);
	background-repeat: no-repeat;
	width:119px;
	height: 16px;
	float: left;
	margin: 7px 20px 7px 30px;
	text-indent:-5000px;
}

#content div.header div.menu a:hover.snack{
	background-image: url(../images/all_menu_snack_o.gif);
	background-repeat: no-repeat;
	width:119px;
	height: 16px;
	float: left;
	margin: 7px 20px 7px 30px;
	text-indent:-5000px;
}


#content div.header div.menu a.remark{
	background-image: url(../images/all_menu_remark.gif);
	background-repeat: no-repeat;
	width:119px;
	height: 16px;
	float: left;
	margin: 7px 20px 7px 30px;
	text-indent:-5000px;
}

#content div.header div.menu a:hover.remark{
	background-image: url(../images/all_menu_remark_o.gif);
	background-repeat: no-repeat;
	width:119px;
	height: 16px;
	float: left;
	margin: 7px 20px 7px 30px;
	text-indent:-5000px;
}


#content div.header div.menu a.map{
	background-image: url(../images/all_menu_map.gif);
	background-repeat: no-repeat;
	width:225px;
	height: 16px;
	float: left;
	margin: 7px 50px 7px 20px;
	text-indent:-5000px;
}


#content div.header div.menu a:hover.map{
	background-image: url(../images/all_menu_map_o.gif);
	background-repeat: no-repeat;
	width:225px;
	height: 16px;
	float: left;
	margin: 7px 50px 7px 20px;
	text-indent:-5000px;
}

#main{
	width:800px;
	margin:20px auto;
}

#links{
	width:800px;
	margin:20px auto;
}


#footer{
	clear:both;
	width:800px;
	margin:20px auto;
}

#footer div.footerlink{
	margin:0;
	font-size:90%;
}

#footer div.copyright{
	margin:10px 0 0 0;
	font-size:80%;
}

