html, body {
	height: 100%;
}

body {
	margin:0px;	
	padding:0px;
	color:#FFFFFF;
	background-color:#ffffff;
	font-family: Verdana, Arial, Sans-Serif;
	width:100%; 
	height:100%;
	font-size:80%;
	text-align:center;
	/*overflow-y:scroll;	*/
}

a {
	color: #c40000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.active {
	font-weight: bold;
}

a.link_content {
	color: #FFFFFF;
	text-decoration: none;
}

a.link_content:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

#container {
}

#framework {
	width: 600px;
	display: inline-block;
	background-image: url('/img/html_page_bg.png');
	background-repeat: repeat;
}

#header {
	height: 88px;
	padding-left: 50px;
	background-image: url('/img/html_header_bg.png');
}

#content-container {
	width: 600px;
	background-color: #0000a0;
}

#content {
	float: left;
	width: 380px;
	padding-left: 10px;
}

#logo {
	float: left;
	width: 210px;
	text-align: center;
}

#footer {
	clear: both;
	width: 600px;
	padding-top: 5px;
	text-align: right;
}

#content_haul_method {
	width: 320px;
	/* background-color: #000080; */
	background-image: url('/img/html_content_bg.png');
	background-repeat: repeat;
	color: #ffffff;
	margin: 10px 4px;
	padding: 20px;
}

#content_haul_method img {
	/* border: 1px solid #ffffff; */
}

input {
	border: 1px solid #1f527c;
}

.line {
	border: 2px solid #fece33;	
}

