﻿* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body{
	font-size: 75%;
	line-height: 1.4;
	color: #606060;
	background: #E0E0FF url(../images/body_bg.gif) left top repeat-y;
}
a {
	color: #003399;
}
a:visited {
	color: #993399;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 760px;
	margin: 0 20px;
	background: #FFFFFF;
}
#navigation {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	height: 43px;
	background: url(../images/navi_bg.gif) left top repeat-x;
}
#navigation li {
	float: left;
	width: 7em;
	border-right: 1px solid #CCCCCC;
	line-height: 30px;
	vertical-align : middle;
	text-align : center;
}
#navigation li a {
	display: block;
	width: 100%;
	text-decoration :none;
	color : #0000A0;
}
#navigation li a:hover {
	color: #A000A0;
	background: url(../images/navi_bg2.gif) 0 0 repert-x;
}
#navigation li.selected {
	background: url(../images/navi_bg3.gif) 0 0 repeat-x;
}
#navigation li.selected a {
	color: #FFFFFF;
}

#content {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	padding-bottom 30px;
}
#footer {
	clear: both;
	color: #FFFFFF;
	background: #A0B5FF;
	text-align: center;
	padding-right: 20px;
	line-height: 24px;
}
