body { 
	font-family: Arial; font-size: 12px;
	color: #000000;
	padding: 0; margin: 0;
}
#wrap { 
	width: 850px;
	margin: 0; 
}
#top { 
	background-image: url("images/top_bg.jpg"); background-repeat: no-repeat;
	height: 90px;
}
#logo
{
	float: right;	
	margin: 30px 20px; 
}
#navi {
	width: 130px;
	float: left;
}
#navi ul {
	margin: 0;
	padding: 0;
}
#navi li {
	font-size: 11px;
	background: #CCCCCC;
	line-height: 17px;
	margin-bottom: 1px;
	padding: 3px 10px;
}
#navi a { 
	text-decoration: none;
	color: #000000;
	display: block;
	width: 100%;
}
#navi a:hover { 
	text-decoration: underline;
	color: #000000;
}
#active {
	background: #999999 !important;
}
#international {
	background: #0099FF !important;
}
#blue {
	width: 130px; height: 600px;
	background: #0099FF;
	float: left;
}
#blue ul {
	margin: 20px 0;
	padding: 0;
}
#blue li {
	line-height: 17px;
	margin-bottom: 1px;
	padding: 3px 10px;
	list-style: none;
}
#blue a { 
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
#blue a:hover { 
	text-decoration: underline;
}
#content {
	width: 500px;
	margin: 15px;
	float: left;
}
h1 {
	color: #0099FF;
	margin-top: 0;
	font-size: 16px;
}
h2 { 
	font-size: 12px;
}