body {	text-align:center;
	background:yellow;
	font-family:arial, sans-serif;
}

#main {
	width:980px;margin:0 auto;
}

#main a:link {	text-decoration:none;
}

#main a:visited {	color:green;
		text-decoration:none;
}

#main a:hover {	text-decoration:underline;
			color:#f75218;
}

#header	{	background:url(../image/logo.gif) 0 50% no-repeat;
		height:120px;
		padding:10px 0 5px 120px;
		border-bottom:2px solid #f75218;
		text-align:left;
		font-size:150%;
		font-weight:bold;
}

#header2 {	text-align:left;
		padding:10px 0;
		margin-bottom:20px;
		font-size:120%;
		font-size:bold;
		border-bottom:2px solid #f75218;
}

#navi {	float:left;
	width:180px;
	text-align:left;
	font-size:110%;
}
.nav2 {	padding:10px 0 0 0;
}
.nav3 {	padding:0 0 0 20px;
	font-size:90%;
}

#content {	text-align:left;
		padding-left:190px;
}

#footer {	border-top:2px solid #f75218;
		border-bottom:2px solid #f75218;
		padding:5px 0;
		margin-top:10px;
		font-size:80%;
		clear:both;