/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* {
	padding: 0;
	margin: 0;
	text-decoration: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: baseline;
	background-image: url(banner2.png);
	text-decoration: none;
}
#wrapper {
	width: 900px;
	height: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	width: 900px;
	color: #333;
	padding: 10px;
	border: 1px solid #ccc;
	height: 100px;
	margin: 10px 0px 5px 0px;
	background-image: url(banner2.png);
	background-color: #CCCCCC;
}
#navigation {
	width: 900px;
	color: #333;
	padding: 10px;
	background-color: #9D9D8F;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 25px;
	position: absolute;
}
#content {
	width: 900px;
	color: #333;
	overflow: auto;
	border: 0px none #ccc;
	padding: 10px;
	height: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-decoration: none;
}
#footer {
	width: 900px;
	color: #333;
	border: 1px none #ccc;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background-color: #9D9D8F;
}
#apDiv12 table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}

