/*
      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: 922px;
	color: #333;
	padding: 0px;
	height: 200px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#navigation {
	width: 922px;
	color: #333;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	height: 25px;
	background-image: url(images/navigationbarbackgroudn.jpg);
	background-repeat: no-repeat;
}
#content {
	width: 900px;
	color: #333;
	background: #F2F2E6;
	margin: 0px 0px 0px 0px;
	padding: 10px;
}
#footer {
	width: 922px;
	color: #333;
	background: #BD9C8C;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 30px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	color: #CF1007;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #424242;
}
