body {
	background-color: #3030b3;
	margin: 0px;
	padding: 0px;
}
#box {
	width: 800px;
	margin: 20px;
	padding: 0px;
	border: solid 4px #cbcfad;
}
#header {
	margin: 0px;
	padding: 0px;
	width: 800px;
}
#contents {
	width: 800px;
	background-color: #fff;
	line-height:28px;
}
#innerbox {
	width:800px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
}
#contentsnk {
	margin-right: 150px;
	width: 650px;
	background-color: #fff;
	line-height:28px;
}
#sidebar {
	position: absolute;
	right: 0;
	top: 52px;
	width: 150px;
	background-color: #fff;
	font-size:12px;
	text-decoration:none;
	border-left-style: solid 1px;
	border-left-color:#3030b3;
	padding-left: 12px;
}
#widget-content {
	list-style-type:square;
}
#undermenu {
	width: 800px;
	font-size:14px;
	background-color: #fff;
}
#footer {
	width: 800px;
	background-color:#3030b3;
	font-size:12px;
	color:#FFFFFF;
	line-height:20px;
}
h1 {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	background-image:url(images/h1bg.png);
	padding-left:48px;
	padding-top: 1px;
}
h2 {
	color:#fff;
	font-size:15px;
	font-weight:bold;
	background-image:url(images/h1bg.png);
/*	background-color:#3030b3; */
	padding-left:48px;
	padding-top: 1px;
/*	width:50%; */
}
hr {
	color:#3030b3;
	width: 80%;
	size: 1px;
}

td img {
	display: block;
}
#navigation{
height:2.0em;
line-height:2.6em;
width:798px;                       
margin:0 1px;
background:#5151d1;
color:#ffffff;
/* border:solid 1px white; */
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #fff;
white-space:nowrap;
}

#navigation li a{
display:block;
padding:0 18px;
font-size:0.8em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #fff;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
background:#fff;
color:#5151d1;
text-decoration:none;
}

a {
	text-decoration:none;
	color:#0000CC;
}
a:hover {
	color:#0099FF;
}

