body {
	margin: 0px;
	padding: 0px;
}
body, td {
	font-family: arial;
	font-size: 11px;
}
#wrapper, #header, #servicenavi, #maincontainer, #navi, #content, #footer, #footerlogo {
	float: left;
}
#wrapper, #header, #servicenavi, #maincontainer, #footer {
	width: 800px;
}
#header {
	height: 144px;
	background: url(img/header.jpg) top left no-repeat;
}
#servicenavi {
	height: 21px;
	text-align: right;
	background: url(img/servicenavi_bg.gif) top left repeat-x;
	color: #1250A7;
}
#servicenavi ul {
	padding: 0px;
	margin: 0px;
}
#servicenavi li {
	list-style-type: none;
	display: inline;
}
#servicenavi li.active {
	font-weight: bold;
}
#servicenavi li a {
	color: #1250A7;
	text-decoration: none;
}
#servicenavi li a:hover {
	text-decoration: underline;
}
#maincontainer {
	background: url(img/main_bg.gif) top left repeat-y;
}
#navi {
	width: 170px;
}
#navi ul {
	padding: 0px;
	margin: 0px;
}
#navi ul li {
	list-style-type: none;
	height: 25px;
	background: url(img/navipoint.gif) top left no-repeat;
	padding-left: 30px;
	padding-top: 5px;
}
#navi ul li.active {
	background: url(img/navipoint_active.gif) top left no-repeat;
	font-weight: bold;
}
#navi ul li a {
	color: #1250A7;
	text-decoration: none;
}
#navi ul li a:hover {
	text-decoration: underline;
}
#content {
	padding-top: 5px;
	width: 630px;
}
#footer {
	background: url(img/main_bg.gif) top left repeat-y;
}
#footerlogo {
	width: 152px;
	height: 78px;
	background: url(img/footerlogo.jpg) top left no-repeat;
}
h1, h2 {
	color: #1250A7;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}
#content a {
	color: #1250A7;	
}
#content a:hover {
	text-decoration: none;
}