/*
      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: 0.8em;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	color: #333333;
}
#wrapper {
	margin: 0 auto;
	width: 960px;
}
#faux {
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%
}
#header {
	color: #fff;
	height: 150px;
	background-color: #ffffff;
	background-image: url(images/header01.jpg);
	
}
#navigation {
	
	margin: 0px;
	height: 30px;
	background-color: #ffffff;
	background-image: url(images/bar.jpg);
	background-repeat: repeat-x;
}
#leftcolumn {
	display: block;
	margin: 10px;
	padding: 0px;
	width: 120px;
	float: left;
}
#content {
	float: left;
	margin: 10px 13px;
	padding: 0px;
	width: 620px;
	display: inline;
	position: relative;
}
#rightcolumn {
	display: inline;
	position: relative;
	margin: 10px 10px 10px 0px;
	padding: 0px;
	width: 150px;
	float: right;
}
#footer {
	clear: both;
	background: #ffffff;
	margin: 0px;
	height: 30px;
	padding: 10px;
}
.clear {
	clear: both;
	background: none;
}
#wrapper #pics {
	margin: 0px;
	padding: 10px;
}
#wrapper #header #logo {
	float: left;
	position: relative;
	top: 40px;
	left: 10px;
}
#wrapper #header #topmenu {
	float: right;
	top: 10px;
	right: 10px;
	position: relative;
	color: #FFFFFF;
}
#wrapper #header #topmenu a {
	color: #FFFFFF;
}

#header h1 {
	margin: 0;
	padding: 0;
	float: left;
	margin-top: 57px;
	padding-left: 20px;
}

