html{
	background-image: url('../img/backShaded.gif');
	background-position: top center;
	background-repeat: repeat-y;

	float:left;
	background-color:#ffffff;
	margin:0px;
	width:100%;
	height:100%;
	padding-bottom:1px;
}
body{
	background-image: url('../img/backShaded.gif');
	background-position: top center;
	background-repeat: repeat-y;
	float:left;
	margin:0px;
	font-family: arial;
	font-size:12px;
	width:100%;
	min-height: 100%;
	color:#747679;
}
#headerPrint{
	display:none;
}
#container{
	width: 818px;
	margin:0px auto;

}
#content{
	position: relative;
	width: 780px;
	margin-left:36px;
	display:inline;
	clear: left;
	float:left;
	padding-bottom:24px;
}
#header{
	float:left;
	width: 745px;
	height: 115px;
	background-image: url('../img/logo.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
#header input{
	float:right;
	margin-top:10px;
	color:#a8a9ab;
}
#header a{
	clear:right;
	float:right;
	margin-top:10px;
}
#header p{
	margin-top:14px;
}
#header a b{
	font-weight:normal;
	color:#F07901;
	padding-right: 8px;
	background: url("../img/arrow_ani.gif") no-repeat right 3px;
}
#header a:hover b{
	color:#D46C02;
}

/********************Navi*****************************/
ul.navi{
	clear:left;
	float:left;
	width: 745px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	background:white;
	border-top:1px solid #dcdddd;
	border-bottom:1px solid #dcdddd;
	position:relative;
}
ul.navi li {
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
}
ul.navi li.last{
	float:right;
}
ul.navi li.last a{
	padding:0px;
}
ul.navi li.first a{
	padding-left:0px;
}
ul.navi a {
	display:inline;
	padding:0px 35px 0px 35px ;
	float:left;
	white-space:nowrap;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	color:#747679;
}
ul.navi a:hover {
	color:#3a3b3d;
}
ul.navi li.selected a {
	color:#b01a48;
}

/********************END Navi*****************************/
#footernavi {
	clear:left;
	float:left;
	margin-top:40px;
	width: 745px;
	border-top:1px solid #dcdddd;
}
#footernavi a, #header p a{
	clear:none;
	float:right;
	margin:5px 0px 8px 20px;
	font-size:10px;
	color:#a8a9ab;
}
#footernavi a:hover, #header p a:hover{
	color:#747679;
}
#footernavi img{
	float:left;
	cursor:pointer;
	background-color:#A8A9AB;
}
#footernavi img:hover{
	background-color:#747679;
}
