* {padding: 0; margin: 0;}
body { background-color:#008800;background-image:url(wo_bgs.png);
}
h1 {
	font-size:medium;
}
h3 {font-size:large; color:#090; text-decoration:underline}
#container {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	width: 800px;
	/* [disabled]height:820px; */
	height:90%;
	background-color:#ffffff;
	border:outset #555 3px;
}
#toplogo img{
 width:746px; height:225px;
}
#wsonlyL {
	position:fixed;
	left:20px;top:200px;
}
#wsonlyR {
	position:fixed;
	right:20px;top:200px;
}
#textpane {
	text-align:left;
	padding-left: 55px; 
	top: 225px;
	width: 675px;
	font-size:medium;
	font-weight:normal;
	background-color: #FFF;
}
#price {
	
	width:300px; background:green;
	font-size:medium; font-weight:bold; color:white;
	border: #ccff55 outset 8px;
}
#price15, #price20, #price60, #price120 {
	margin:5px;
	width:320px;float:left;
	font-size:medium; font-weight:bold; background-color:white;color:green;
	border: #ccff55 outset 8px;
}
#price15 img, #price20 img { vertical-align:middle}
#barrels {position:relative;margin-left:-20px;width:700px; height:300px; background-color:#E8FFE8; border:thin #FF0 solid}
#tagline {
	background-color:#e3e3e3;
	position:absolute;
	left: 325px;
	top: 170px;
}
#lowerpane { width:650px;  margin:15px; 
}
#lowerpane p {
	padding-top:25px;text-align:right; font-size:small
}

#footer {
	width:800px; height:90px; background-color:#e3e3e3;position:relative; margin-top:10px;
	 border:outset #555 3px; font-size:x-large;
}
.centre {
	margin: 0 auto; text-align:center;
	}
	
.borderridge { border:ridge
}
.noborder {border:none}
.largetext {
	font-size:1.1em; font-weight:normal;
}
.smaller {
	font-size:small; margin-left:20px; border: dotted 1px black; background-color:#e3e3e3;
}

/* Media Queries */

@media screen and (max-width: 999px) {
 #wsonlyL { display: none; }
 #wsonlyR { display: none; }
}

@media screen and (max-width: 1199px) and (min-width: 1000px) {
 #wsonlyL { display: inline; width:200px; }
 #wsonlyR { display: none; }
 #container { margin: 0 auto 0 200px;}
}

@media screen and (min-width:1200px) {
#wsonlyL { display: inline; }
#wsonlyR { display: block; }
}