* {
	margin:0;
	padding:0;
}

html, body {
	height:100.00%;
}

body {
	background: #921D13 url("bg.jpg") repeat-y top center;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #FFFFFF;
	text-align:center; /* horizontal centering for IE Win quirks */
}

#distance { 
	width:1px;
	height:50%;
	background-color:transparent;
	margin-bottom:-291px; /* half of container's height */
	float:left;
}



#navitop {
	height: 22px;
	text-align:	right;
}
#container {
	margin:0 auto;
	position:relative;
	text-align:left;
	height:582px;
	width:958px;
	clear:left;
	border:0px solid #921D13;
	
	background: url("c.jpg") no-repeat top left;
}

#headline {
	width: 958px;
	height: 50px;
	padding-top:5px;
}
#content {
	width: 958px;
	height: auto;
}

#left {
	width: 305px;
	height: 513px;
	float:left;
}
#right {
	width: 457px;
	height: 513px;
	float:left;
}

#tl{
position: absolute;
left:0px;
top: 0px;
display:none;
background: #921D13 url("tl.jpg") no-repeat bottom right;
}

#t {
position: absolute;
background-color:#921D13;
width: 958px;
height:189px;
top: 0px;
display:none;
background: #921D13 url("t.jpg") no-repeat bottom center;
}

#tr {
position: absolute;
background-color:#921D13;
top:0px;
display:none;
background: #921D13 url("tr.jpg") no-repeat bottom left;
}

#l{
position: absolute;
background-color:#921D13;
left:0px;
top: 0px;
height: 582px;
display:none;
background: #921D13 url("l.jpg") no-repeat top right;
}

#r{
position: absolute;
background-color:#921D13;
left:0px;
top: 0px;
height: 582px;
display:none;
background: #921D13 url("r.jpg") no-repeat top left;
}

#bl{
position: absolute;
background-color:#921D13;
left:0px;
top: 0px;
display:none;
background: #921D13 url("bl.jpg") no-repeat top right;
}

#b {
position: absolute;
background-color:#921D13;
width: 958px;
height:189px;
top: 0px;
display:none;
background: #921D13 url("b.jpg") no-repeat top center;
}

#br {
position: absolute;
background-color:#921D13;
top:0px;
display:none;
background: #921D13 url("br.jpg") no-repeat top left;
}
#navi-main {
	height:42px;
	
	padding-left:0px;
	padding-right:0px;
	}
#navi-sub {
	height:27px;	
}

h1 {
	font-size: 18px;
	margin-top: 20px;
	padding-left: 10px;
	
}

h2 {
	font-size: 18px;
	margin-top: 20px;
	text-align:right;
}

h3 {
	font-size: 12px;
	font-weight: bold;

}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #c4b2c0;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #c4b2c0;
	font-weight: bold;
	text-decoration: none;
}

input, textarea {
border: 1px solid #ffffff;
background-color:#c4b2c0;
}