@charset "utf-8";
html, body {
	font-size: 12px;
	background-color: #AB4D00;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form{
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
	color: #17384d;
}
.clear{
	clear: both;
	height: 0px;
	overflow: hidden;
}
.spaceline{}
.wrap{
	width: 1003px;
	background-color: #F3E0A5;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.header  .links  {
	padding-top: 10px;
	padding-right: 1em;
	text-align: right;
	color: #17384d;
}
.header .links a {
	margin-right: 0.5em;
	margin-left: 0.5em;
}
