/*
      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;
	background-repeat: repeat;
	background-position: center center;
	background-color: #999966;
}
#wrapper {
	margin: 0 auto;
	width: 922px;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: 999966;
}
#header {
	width: 922px;
	color: #333;
	padding: 0px;
	border: 1px none #ccc;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navigation {
	width: 245px;
	color: #333;
	padding: 0px;
	border: 1px none #ccc;
	margin: 0px;
	float: left;
}
.sm_border {
	border: medium inset #666633;
}
.float_right {
	margin: 10px;
	float: right;
	border: 5px outset #990000;
}
#content {
	width: 655px;
	color: #333;
	border: 1px none #ccc;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer {
	width: 912px;
	color: #333;
	border: 1px none #ccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
	font-size: 1em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.flt_right_noborder {
	float: right;
}
.highlight {
	background-color: #920201;
	font-size: 2em;
	color: #FFFFFF;
}
.float_left {
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.white_border {
	border: medium solid #FFFFCC;
}

