@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background: url(images/bk2.jpg) no-repeat fixed top center;
	}
	
a img{
	border:none;
	}
	
h1{
	font-size:12px;
	}
	
/* pre done classes */

.m_auto{
	margin:auto;
	width:775px;
	}
.stylesheet {
	font-family: arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 21px;
}

.footer{
	font-family: arial;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	line-height: 21px;
}

#menu a{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	background:#2362bf;
	text-decoration:none;
	text-align:center;
	display:block;
	padding:5px;
	}
	
#menu a:hover{
	color:#fff;
	background:#0D2D5D;
	}

