/*
      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
	  
*/
body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #333;
 padding: 0;
 margin: 0;
}
a:link {color: #0000FF}
a:visited {color: #0000FF}
a:active {color: #0000FF}
a:hover {text-decoration: none}
p {
 display: block;
}
#wrapper { 
 margin: 0 auto;
 width: 820px;
 height: auto;
 display: block;
 border: 1px solid #111;
 background: #ddd;
}
#header {
 color: #000;
 width: 800px;
 float: left;
 padding: 10px;
 height: 180px;
 margin: 0px 0px 0px 0px;
 background-image: url(images/power-tool.png);
}
#header a {
	color: #000;
	text-decoration: none;
}
#links {
 color: #333;
 width: 800px;
 float: left;
 padding: 10px;
 height: 90px;
 margin: 0px 0px 0px 0px;
 background: #fff;
 text-align: center;
}
#nav {
	width: 800px;
	clear: both;
	color: #fff;
	background: #111;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#nav a {
	color: #fff;
}
#nav a:hover {
	text-decoration: none;
}
#leftcolumn {
	color: #333;
	background: #ddd;
	margin: 0px;
	padding: 10px;
	width: 145px;
	float: left;
	height: 100%;
}
#rightcolumn {
	float: right;
	color: #000;
	margin: 0px;
	padding: 0px 10px 5px;
	width: 635px;
	height: 100%;
	background: #fff;
}
#footer {
	width: 800px;
	clear: both;
	color: #fff;
	background: #111;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	text-align: center;
	font-size: 10px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}

