@charset "utf-8";
html, body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px;
	margin:auto;
}



#navi {
	width:150px;
	float:left;
}
#content{
	margin-left:165px;
	width:630px;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
}

h1 {  
font-size: 16px; 
font-weight: bold; 
color: #395C95
}

h2 {  
font-size: 14px; 
font-weight: normal; 
color: #395C95
}

a {
color: #395C95;
text-decoration:none;
font-weight:bold;
}

a:hover {
text-decoration:underline;
}
