body {
	margin: 0;
	padding: 0;
	height: 100%;
	
}
ol.decimal {
  list-style-type: decimal;
}
a {
  color: #000000;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}

div#header {
	position:absolute;
	left: 0px;
	top: 0px;
	background: url(alcohol_edge.jpg) no-repeat top left;
	background-color: #9283BE;
	padding-left: 227px;
	height: 97px;
	width: 100%;
}
div#header h1 {
	margin: 0px;
	text-align: center;
	padding: 35px 0px 0px 0px;
	color: #fff;
	font-weight: bold;
		font-size: 24px;
}
div#content {
position:relative;
right: 0px;
	margin-top: 20px;
	margin-left: 227px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-family: 'verdana','arial',sans-serif;
  font-size: 0.95em;
   line-height: 1.4em;
   color: #636466;
}

div#content h1 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #9283BE;
	font-weight: bold;
		font-size: 1em;
}

div#side {
	position: absolute;
	left: 0px;
	top: 97px;
	background: #fff url(alcohol_leftedge.jpg) no-repeat top left;
	padding: 0px;
	width: 100%;
	
}
	


div#footer {
	position:relative;
right: 0px;
bottom:0px;
width: 400px;
	margin-top: 20px;
	margin-left: 227px;
	/*margin-right: 20px;*/
	margin-bottom: 20px;
	font-family: 'verdana','arial',sans-serif;
  font-size: 0.95em;
   line-height: 1.4em;
   color: #2D9B6C;
	text-align: left;
	border: 1px solid #2D9B6C;
	padding: 10px;

}

