/*
      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-image: url(images/page%20elements/bkg_shadow.gif);
	background-repeat: repeat-y;
	background-position: 50%;
	background-color: #004F96;
	margin-bottom: 10px;
}
#wrapper {
	margin: 0 auto;
	width: 922px;
	border: 1px solid #333333;
}
#header {
	color: #333;
	width: 900px;
	float: left;
	height: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/page%20elements/head_banner.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #000000;
}
#navigation {
	float: left;
	width: 922px;
	color: #333;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	height: 35px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #333333;
	border-left-color: #000000;
}
#leftcolumn {
	color: #333;
	border: 1px solid #000000;
	margin: 0px;
	padding: 10px;
	width: 200px;
	float: left;
	height: 800px;
}
#content {
	float: left;
	color: #FFFFFF;
	border: 1px solid #000000;
	margin: 0px;
	width: 456px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFF00;
	line-height: normal;
	font-weight: normal;
	height: 25px;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 0.8em;
	margin-top: 0.8em;
	background-image: url(images/page%20elements/h2_bkg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
#rightcolumn {
	color: #FFFFFF;
	border: 1px solid #000000;
	margin: 0px;
	padding: 10px;
	width: 200px;
	float: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	width: 900px;
	clear: both;
	color: #FFFFFF;
	padding: 10px;
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	height: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

ul#navigation {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	background-image: url(images/page%20elements/nav_main_bkg.jpg);
	height: 35px;
}
ul#navigation li {
	display: inline;
	height: 25px;
}
ul#navigation li a {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/page%20elements/nav_bkg.jpg);
	width: 100px;
	background-repeat: no-repeat;
	padding-top: 0.7em;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	height: 25px;
}
a:link, a:visited {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF33;
}
ul#navigation li a:hover {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-image: url(images/page%20elements/nav_hover.jpg);
	height: 25px;
	width: 100px;
} 
ul#navigation li#youarehere a {
	background-image: url(images/page%20elements/nav_hover.jpg);
	width: 100px;
	color: #000000;
	height: 25px;
}
h3 {
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFF00;
}

