html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}
body {
	background-color:#D0D0D0;	
}

#wrapper {
	width: 870px;
	background:url(images/bg.gif) repeat-y;
	font:11px, Verdana,Times New Roman, Georgia;
	color:#666;
	text-align:left;

}
#container {
	float:inherit;
	margin-left: 13px;
	margin-right: 13px;
	margin-bottom: 0px;
	marign-top: 0px;
	height: 140px;
	width: 844px;
	border-bottom-style:solid;
	border-bottom-color:#999999;
}
.topleft {
	width: 300px;
	height:140px;
	float: left;
}
.topright {
	width:535px;
	height:140px;
	float: right;
}
#split {
display:block;
width: 535px;
height: 120px;
}
.address {
	float:right ;
	display:block;
	width:170px;
	height:120px;
	padding-right:5px;
	margin:0px;
	
}
.addressspace {
position:relative;
top:19px;
}
.menulayout {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}
#bodycontainer {
	
	float: none;
	padding-left:13px;
	padding-right:13px;
	width: 842px;
	height: auto;
}
#main{
	padding-left: 175px;
	margin-left: 5px;
	margin-right: 5px;
	width: 630px;
	border:dotted;
	
}
#rightbar{
	height: auto;
	float:left;
	display: block;
	width: 175px;
	margin-left: 5px;
	margin-right: 0px;
}
#footer {
	display:block;
	height:19px;
	width:870px;
	background:url(images/bottombg.gif) no-repeat;
}
#footertxt{
	border-top-color:#666666;
	border-top-style:solid;
	border-top-width:thin;
	height: 14px;
	width: 842px;
	text-align:center;
	margin:13px;
}

#menu dl {
	width: 155px;
	margin: 0;
	padding: 0 0 0px 0;
	background: #696969 url(bottom.gif) no-repeat bottom left;
}
#menu dt {
	margin:0px;
	padding: 0px;
	font-size: 12px;
	font-weight:bold;
	color: #fff;
	border-bottom:1px solid #fff;
	background: #909090 url(top.gif) no-repeat top left;
}
#menu dd {
	margin:0;
	padding:0;
	color: #fff;
	font-size: 10px;
	border-bottom:1px solid #fff;
	background: #909090;
}
#gallery a, #gallery a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding:5px 5px 5px 20px;
	background: #FF0000 url(arrow.gif) no-repeat 10px 10px;
	width:125px;
}
#gallery a:hover {
	font-weight:bold;
	background: #909090 url(arrowr.gif) no-repeat 11px 10px;
	color:#9cf;
}

ol li {
font-size:11px;
}

.tanks {
background-color:#FF0000;
}
.stanks {
background-color:#FFFFFF;
}

#tankrequest {
float:left;
width:300px;
height:120px;
}
.tankspace {
position:relative;
top:10px;
left: 60px;
}
bodytext {
text-align:justify;
font-weight:bold;
}