/*
      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-color: #FFFFFF;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
	color: #030303;
	width: 900px;
	float: left;
	padding: 10px;
	height: 100px;
	margin: 10px 0px 0px 0px;
	background: #white;
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	top: 11px;

}
#navigation {
 float: left;
 width: 910px;
 color: #333;
 padding: 5px;
 border: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 background: #b6c6cc;
}
#navigation p {
  background-position: 0 50%;
  text-decoration: none;
  font-weight: bold;
  float: right;
  color: black;
}
#navigation p a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
#navigation p a:hover {
	color: red;
}
#leftcolumn {
	color: #333;
	background: #ffffcc none repeat scroll 0% 50%;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	width: 200px;
	display: inline;
	float: right;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-bottom-style: none;
}
#leftcolumn p {
  text-decoration: none;
  font-weight: bold;
  color: black;
}
#leftcolumn p a {
	color: black;
	font-weight: bolder;
	text-decoration: none;
	font-style: normal;
}
#leftcolumn p a:hover {
	color: red;
}
#rightcolumn {
	float: left;
	color: #333;
	border: 1px solid #ccc;
	background: #F2F2E6;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	min-height: 350px;
	width: 678px;
	display: inline;
	background-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-bottom-style: none;
}
#rightcolumn h2 {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 16pt;
  font-weight: bold;
}
#footer { 
 width: 900px;
 clear: both;
 color: #333;
 border: 1px solid #ccc;
 background: #b6c6cc;
 margin: 0px 0px 10px;
  padding: 10px;
}
