/*
      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: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	background-color: #E3F4D9;
	background-image: none;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
	width: 900px;
	color: #333;
	border: 2px solid #333;
	height: 140px;
	background-color: #FFF;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	background-position: center center;
	background-attachment: fixed;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navigation {
	width: 900px;
	color: #333;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	text-align: center;
	background-color: #B3DCEA;
}
#content {
	width: 900px;
	color: #333;
	border: 2px solid #333;
	background: #FFFFFF;
	margin: 0px;
	padding: 10px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: center;
}
#footer {
	width: 900px;
	color: #333;
	padding: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 10px;
	background-color: #B3DCEA;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#wrapper #content table tr td p cite {
	color: #999;
}
#wrapper #content table tr td div div cite {
	color: #999;
}
#wrapper #content table tr td div cite {
	color: #999;
}
#wrapper #content table tr td div cite {
	color: #999;
}
#wrapper #content table tr td div cite {
	color: #999;
}

