/*
      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;
 margin-top: 15px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#leftcolumn { 
 color: #333;
 /*border: 1px solid #ccc;*/
 /*background: #E7DBD5;*/
 margin: 10px 0px 10px 0px;
 padding: 10px;
 height: 624px;
 width: 394px;
 float: left;
}

#leftcolumn li {
 list-style: none;
 padding: 7px 0px;
}

.left-center {
 margin-top: 220px;
}

.left-bottom {
 margin-top: 133px;
}

#rightcolumn { 
 float: right;
 color: #333;
 /*border: 1px solid #ccc;*/
 /*background: #F2F2E6;*/
 margin: 10px 0px 10px 0px;
 padding: 10px;
 height: 624px;
 width: 484px;
 display: inline;
 position: relative;
}

.footer-links  a span{
 font-family:arial;
 font-size:12px;
 font-weight: bold;
 margin-left:auto;
 width:auto;
 color:#707070;
 text-align:left;
}

.footer-links {
 clear: both;
 margin-left: 428px;
 margin-top: -8px;
 float: left;
}

A:link {text-decoration: none; color: #707070;}

A:visited {text-decoration: none; color: #707070;}

A:active {text-decoration: none; color: #707070;}

A:hover {text-decoration: none;}