/*
      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: 922px;
}
#header {
 color: #333;
 width: 920px;
 float: left;
 padding: 0px;
 border: 1px solid #ccc;
 height: 100px;
 margin: 20px 0px 0px 0px;
 background: #E7DBD5;
}
#infobartop {
 float: left;
 width: 910px;
 color: #333;
 padding: 5px;
 border: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 background-image: url(images/infobartop.jpg);
}
#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background-image: url(images/linksbg.jpg);
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 470px;
 width: 150px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #ccc;
 background-image: url(images/BG.jpg);
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 450px;
 width: 748px;
 display: inline;
}
#footer { 
 width: 900px;
 clear: both;
 color: #333;
 border: 0px solid #ccc;
 background-image: url(images/bottombar2.jpg);
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

#leftcolumn a {
	display: block;
	height: 30px;
	width: 137px;
	line-height: 21px;
	background: transparent url(images/nav_up.jpg) no-repeat left top;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 13px;
	padding-top: 2px;	
}

#leftcolumn a:hover {
	background: transparent url(images/nav_over.jpg) no-repeat left top;
	color: #FFFFFF;

}

