@charset "utf-8";
/* CSS Document */

body {
	font-size: 14px;
	font-family:  Arial, Helvetica, sans-serif;
	color: #333333;
	background: #012a53; 
	margin: 0; padding: 0;
	}

a {
	color: #0000FF; font-size: 100%; text-decoration: none
}
a:hover {
	color:  #0099FF;  text-decoration: none
}
	
#wrap {
	width: 800px;
	margin: 0 auto; padding: 0;
	background: #012a53 url(body.png) top center repeat-y;
	}
	
#head, #menu, #content, #foot {
	width: 763px;
	margin: 0 auto;
	}
	
#head {
	background: url(head.png) bottom center no-repeat;
	height: 150px;
	}
	
#menu {
	background: url(menu.png) top center no-repeat;
	height: 40px;
	}
#menu a {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin: 0 15px;
	text-decoration: none;
	color: #ff7;
	}
#menu #a1 { margin-left: 50px; }
#menu a:hover { color: #CFD784; }

	
#content {
	padding: 20px 0;
	}
#content h1, #content h2, #content p, #content ul {
	padding: 0; margin: 10px 30px;
	}
#content h1 {
	letter-spacing:0.3em;
	color: #000099;
	font-size: 22px;
	font-weight: normal;
	}
#content h2 {
	letter-spacing:0.1em;
	color: #0099FF;
	font-size: 16px;
	}
#content p {
	
	}
#content strong {

	}
#content .imgleft, #content .imgright {
	float: left;
	margin: 15px;
	clear: both;
	}
#content .imgright {
	float: right;
	}
#content ul {
	margin: 10px 60px;
	font-size: 12px;
	color: #000033;
	}
	
#foot {
	background: #002142 url(foot.png) bottom center no-repeat;
	padding: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	}
#foot p {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  }
#foot a {
  color: #ff7;
  }
.clearall {
	clear: both;
	}
#prespage { margin-left: 10px; margin-right: 20px; }
#prespage strong { color: #000066; font-size: 12px; }
	
