/*
      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;
}
#wrapper { 
 margin: 0 auto;
 width: 800px;

}
#top_links {
 width: 800px;
 float: left;
 height: auto;
}
#top_links a{
color: #006699;
}

#header {
 color: #333;
 width: 800px;
 float: left;
 height: 140px;
 background: #BD9C8C;
  background:url(header.jpg);
}
#line {
 color: #333;
 width: 800px;
 float: left;
 height: 6px;
 background:url(line.gif);

}

#line {
 color: #333;
 width: 800px;
 float: left;
 height: 6px;
 background:url(line.gif);

}

#nav {
 color: #FFFFFF;
 font-weight:bold;
 width: 800px;
 float: left;
 height: 40px;
 background-color:#6699cc;
}
#nav a{
color: #FFFFFF;
 font-weight:bold;
}
#button {
 color: #333;
 width: 80px;
 float: left;
 height: 30px;
 background:url(button.gif);
padding-top:7px;
}
#style1{
color:#006699;}

#leftcolumn {
	color:#006699;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	height: auto;
	width: 248px;
	float: left;

}
#rightcolumn { 
 float: right;
 color: #000000;
 border-left: solid #006699 1px;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 height: auto;
 width: 538px;
 display: inline;
 font-size: 16px;
 padding-left:10px;
}
#rightcolumn ul{
padding-left: 10px;}
#footer { 
 width: 800px;
 clear: both;
 color: #000000;
 border-top: 1px solid #006699;
 margin: 0px 0px 10px 0px;

}