html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	color:#402d1c;
	background-color: #000;
	background-repeat:no-repeat;
	font: 11px arial, helvetica, sans-serif;	
}

h1 {	font-size:13px;	font-weight:bold;	margin:5px 0 10px 0;	}
h2 {	font-size:12px;	font-weight:bold;	margin:0 0 0 0;	}
h3 {	font-size:12px;	font-weight:bold;	margin:0 0 0 0;	}
h4 {	font-size:11px;	font-weight:bold;	}
h5 {	font-size:11px;	font-weight:bold;	}


/* GENERAL CLASSES */
.aowMain {  	width: 100%; 	position: absolute; 	 	}
.aowContainer {	position: absolute;	width:1026px;	left: 50%; 	margin-left:-563px; height:900px; }

a:link, a:visited, a:active {	color: #402d1c;	text-decoration: none; font-weight:bold;}
a:hover {	text-decoration: underline;	color: #402d1c; font-weight:bold;}

a img{border:none;}

.forms {color: #402d1c; }
.buttons {  background:url(../images/buttonBacking.png); background-repeat:no-repeat;  color:#666;  border: none;  font-weight:bold; margin:0px 0 0 20px; width:40px; height:23px;}
.buttons:hover {  background:url(../images/buttonBacking_over.png);  color:#666;}

.contactButton {  background:url(../images/buttonBacking2.png); background-repeat:no-repeat;  color:#666;  border: none;  font-weight:bold; width:57px; height:23px; float:left;}
.contactButton:hover {  background:url(../images/buttonBacking2_over.png);  color:#666;}

.proceedButton {  background:url(../images/button_Proceed.png); background-repeat:no-repeat;  color:#666;  border: none;  font-weight:bold; width:65px; height:23px; margin-bottom: 15px; }
.proceedButton:hover {  background:url(../images/button_Proceed_Over.png);  color:#666;}

.continueButton {  background:url(../images/button_Continue.png); background-repeat:no-repeat;  color:#666;  border: none;  font-weight:bold; width:75px; height:23px; margin-bottom: 15px; margin-top: 15px;}
.continueButton:hover {  background:url(../images/button_Continue_Over.png);  color:#666;}

.finaliseButton {  background:url(../images/button_Finalise.png); background-repeat:no-repeat;  color:#666;  border: none;  font-weight:bold; width:65px; height:23px; margin-bottom: 15px; float:right; }
.finaliseButton:hover {  background:url(../images/button_Finalise_Over.png);  color:#666;}

.payNowButton {  background:url(../images/button_PayNow.png); background-repeat:no-repeat;  color:#666;  border: none;  font-weight:bold; width:90px; height:32px; margin-bottom: 15px; }
.payNowButton:hover {  background:url(../images/button_PayNow_Over.png);  color:#666;}

.cancelButton {  background:url(../images/button_Cancel.png); background-repeat:no-repeat;  color:#666;  border: none;  font-weight:bold; width:120px; height:23px; margin-bottom: 15px; }
.cancelButton:hover {  background:url(../images/button_Cancel_Over.png);  color:#666;}

/*BODY CLASSES*/

.Menu { width:180px; float:left; margin-top:140px; }
.Content {width:846px; float:left; min-height:100%; background-image:url(../images/AOWbg.jpg); background-repeat:no-repeat; }
.text {position:absolute; width:605px; height:550px; overflow:hidden; margin:300px 0 0 300px; }
.text P {	margin:0 0 10px 2px; }
.homeText { border-bottom: 1px solid #cfc09c; margin-bottom:5px; }
.homeText P {	margin:0 0 10px 2px; }
.subscribeContainer { margin-bottom:5px; }
.subscribeContainer P {	margin:0 0 10px 2px; }

.Scrollbar-Up {   cursor: pointer;   position: absolute; float:right; margin:200px 0 0 0; }
.Scrollbar-Down {  cursor: pointer;   position: absolute; float:right; margin:700px 0 0 0;  }

/* SCROLLER CLASSES*/

.SBContainer {
  position: absolute;
  top: 200px; left: 300px;
  width: 605px;
  height: 550px;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 595px;
  height: 515px;
  margin:30px 0 0 0px;
}

.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 40px; left: 40px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  left:870px;
  top:-10px;
}
.Scrollbar-Track {
  width: 20px; height: 455px;
  background-color:#0F0;
  position: absolute;
  top: 225px; left: 874px;
  background: transparent url(../images/scrollbar_track.png) no-repeat center center;
}
.Scrollbar-Handle {
  position: absolute;
  width: 9px; height: 21px;
  padding-left:6px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: -25px;
  left:871px;
}

.ArticleHeader {
  cursor: pointer;
  position: absolute;
  top: 0px; left: 20px;
}


/*FORM CLASSES*/
.warning {	font-weight:bold;	color:#FF0000;	}
.success {	font-weight:bold;	color:#00CC00;	}

/*FOOTER CLASSES*/

.Footer {
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 167px;
	width:859px; 
	height:20px;
	font-size:10px;
	color:#999999;
}

.Footer a:link, .Footer a:visited, .Footer a:active {
	color:#999999;
	}

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

.FooterCS {
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:859px; 
	height:20px;
	font-size:10px;
	color:#999999;
}

.FooterCS a:link, .FooterCS a:visited, .FooterCS a:active {
	color:#999999;
	}

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