@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#header {
    margin-top: 20px;
	height: 105px;
	background-image: url('images/header_bg.png');
	}
	
#info {
	margin: 0 auto;
	position: relative;
	width: 361px;
	height: 105px;
	}
	
#logo {
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 10px;
	position: relative;
	width: 163px;
	height: 53px;
	text-align:center;
	color: #242424;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
	
#menu_info {
	width: 600px;
	margin: 25px auto;
	position: relative;
	}
	
.menu {
	font-family: verdana, tahoma;
	font-size: 10px;
	text-align: center;
	}
	
.menu a { text-decoration: none; color: #888; margin-left: 25px; }
.menu a:hover { text-decoration: underline; color: #696969; }
