/*
      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; }

ul.menu {
margin:0px;
padding:0px;
float:left;
}
ul.menu li {
list-style:none;
float:left;
width:121px;
text-align:center;
font:12px/30px verdana,arial,sans-serif;
height:auto !important;
height:29px;
}
ul.menu li a {
display:block;
text-decoration:none;
background:#EFEFEF;
}
ul.menu li a:hover {
background:#8681BB;
color:#FFFFFF;
}
a:link {
	color: #CC9933;
}
a:visited {
	color: #CC6633;
}
a:active {
	color: #CC3333;
}
body {
	font-family: 'trebuchet ms', verdana, sans-serif;
	font-size: 12px;
	background: #FFFFFF url(body-bg-3.gif) center top repeat-y; 
 	list-style-type: none;
	}

#wrapper { 
 margin: 0 auto;
 width: 760px;
 background: #FFFFFF url(body-bg-3.gif) center top repeat-y; 
 list-style-type: none;
}
#header {
 color: #333;
 width: 740px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 100px;
 margin: 10px 0px 5px 0px;
 background: #BD9C8C;
}
#leftcolumn {
	background: #FFFFFF;
	padding: 10px;
	height: auto;
	width: 480px;
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#rightcolumn {
	float: right;
	color: #333;
	background: #FFFFFF;
	padding: 10px;
	height: auto;
	width: 215px;
	display: inline;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-type: none;
}
