/*
      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/background/page_bg.png);
	background-repeat: repeat-x;
	background-color: #f0f0f0;
	font-style: normal;
}
#wrapper { 
 margin: 0 auto;
 width: 975px;
}
#header {
	width: auto;
	color: #333;
	height: 440px;
	background-color: #FFFFFF;
	background-image: url(../images/background/top.jpg);
}
#navigation {
	width: 975px;
	color: #333;
	background-image: url(../images/background/wrapper_s.gif);
	background-repeat: repeat-y;
}
#content {
	width: 975px;
	color: #333;
	height: auto;
	background-image: url(../images/background/wrapper_s.gif);
	background-repeat: repeat-y;
}
#bottom {
	width: 975px;
	color: #333;
	background-image: url(../images/background/b.gif);
	background-repeat: no-repeat;
	height: 30px;
}
#footer {
	width: 975px;
	color: #333;
}
.logo {
	padding-top: 0px;
	padding-left: 20px;
}
.footer_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #317AB0;
	text-align: center;
	text-decoration: none;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
}

