/*
      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; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
	width: 900px;
	color: #333;
	padding: 10px;
	height: 150px;
	margin: 0px 0px 0px 0px;
	background-color: #0454A4;
}
#navigation {
	width: 900px;
	color: #333;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	background-color: #0454A4;
}
#content {
	width: 900px;
	color: #333;
	background-color: #FFF;
	line-height: 18pt;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17pt;
	font-style: italic;
	font-weight: bold;
	color: #005999;
	border-bottom-width: thick;
	border-bottom-style: double;
	border-bottom-color: #0554A0;
	background-image: url(../images/dashes.png);
	background-repeat: no-repeat;
	text-indent: 20pt;
}
#footer {
	width: 900px;
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background-color: #d4d4d4;
}
.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	color: #666;
	text-decoration: none;
}
