body {
	font-family: Tahoma;
	font-size: 13px;
	margin: 0;
	padding: 0;
	background: #E6E6E6;
	text-align: center;
}
#body {
	width: 901px;
	margin-left: auto;
	margin-right: auto;
}
#logo, #navi, #left, #right, .left, .right {
	text-align: left;

}
#logo, #navi {
	width: 900px;
}
#logo {
	background: #222222 url(img/logo.png) no-repeat;
	height: 130px;
	border-bottom: #1C242A;
}
#navi {
	background: #1E4F76;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
}
#navi a { color: #86CCEF; text-decoration: none; border-right: 1px solid #35678F; padding-left: 4px; padding-right: 4px; }
#navi a:visited { }
#navi a:hover { color: #FFFFFF; text-decoration: none; }

#left {
	width: 650px;
	float: left;
	margin-right: 1px;
	margin-top: 1px;
}
#right {
	width: 249px;
	float: left;
	margin-top: 1px;
}
.left, .right {
	background: #FFFFFF url(img/gradient.png) repeat-x;
	border: 1px solid #D2CFC3;
	margin-bottom: 1px;
	padding: 3px;
}
a { color: #1E4F76; text-decoration: none; }
a:visited { } 
a:hover { color: #0C273D; text-decoration: underline; }
h1,h2 { margin: 0; margin-bottom: 3px; }
input[type="submit"], input[type="button"] { font-family: Tahoma; background: #9F9F9F; border: 0; height: 25px;}