

@charset "utf-8";
@import url("reset.css");
@import url("text.css");
@import url("common.css");

/* CSS Document */

html

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Rotis, Verdana, Helvetica, Arial, sans-serif;

}

#top {
	position: absolute;
	
	height: 33px;
	width: 100%;
	top: 0px;
	left: 0px;

}

#footer {
	display:none;
}


#container {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 250px;
	margin-right: 0px;
	padding: 1px;

	width: 800px;
	voice-family: "\"}\"";
	voice-family:inherit;
}


#top_bg {
	display:none;
}

html>body #top_bg {
	height: 478px;
}	

	#top_bg span {
		position: absolute;

		top: 0px;
		left: 0px;
		right: 0px;

		margin-bottom: 471px;

		color: #fff;

		height: 7px;
		voice-family: "\"}\"";
		voice-family:inherit;
		height:7px;
	}

	html>body #top_bg span {
		height: 7px;
	}
	
#headline {
	margin-top: 50px;
	margin-left: 40px;
	margin-right: 262px;
	margin-bottom: 10px;
	padding: 0px;
	border-bottom: 1px solid #394A38;
}


/******************************************************************* text format section */

#headline h2 {
	width: 100%;
	font-weight:bold;
	color: #0c0c0c;
	padding: 0px;
	margin:0px;	
}


#content {
	width:500px;
	padding-left:40px;
}


#navigation {
	display:none;
}


