body {
background-color:#000066;
color:#999999;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
#header{
top: 12px;
width: 100%;
position:absolute;
}
#navi{
top: 144px;
width: 120px;
position:absolute;
border-bottom:outset;
border-top:outset;
border-right:outset;
border-left:outset;
border-bottom-color:#0000CC;
border-top-color:#0000CC;
border-right-color:#0000CC;
border-left-color:#0000CC;
}
#navi ul{
	width:100%;
	list-style:none;
	text-align:center;
	font-size:18px;
	font-weight:bolder;
	margin:0;
	padding:0;
}
#navi li a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#999999;
	width:100%;
	background-color:#000055;
	border-top: 1px solid #0000CC;
	padding-top:12px;
	padding-bottom:12px;
	display:block;
	list-style:none;
}
#navi li a:hover{
	background-color:#0066FF;
}

#content {
top: 144px;
position:absolute;
left: 132px;
width: 638px;
}


#main {
background-color:#000044;
border-bottom:outset;
border-top:outset;
border-right:outset;
border-left:outset;
border-bottom-color:#0000CC;
border-top-color:#0000CC;
border-right-color:#0000CC;
border-left-color:#0000CC;
padding-left: 12px;
margin-bottom: 12px;
}

div.container{
position: relative;
margin: 0 auto;
width: 770px;
}

h1 {
font-size:24px;
font-weight:bold;
}

h2 {
font-size:16px;
font-weight:bold;
}

a {
color:#0066CC;
}