/*
      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; }*/

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

body {
 font-family: 'Century Gothic', 'Futura', 'Helvetica', 'Arial', 'Liberation Sans', sans-serif;
	font-size: 100%;	
}
p{margin-left: 30px;
margin-right: 30px;}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 /*color: #333;*/
 width: 920px;
 float: left;
 /*padding: 10px;
 border: 1px solid #ccc;*/
 height: 256px;px;
 /*margin: 10px 0px 5px 0px;
 background: #E7DBD5;*/
}
#navigation {
 float: left;
 width: 902px;
 color: #333;
 padding: 10px;
 border: 0px solid #ccc;
 background: #8FA880;
 text-align: center;
}
#navigation a{color:#FFFFFF;}

#rightcolumn { 
 float: right;
 color: #333;
 background: #F2F2E6;
 height: 350px;
 width: 631px;
 display: inline;
}
#leftcolumn { 
 color: #333;
 background: #CFDBC5;
 padding: 0px;
 height: 350px;
 width: 291px;
 float: left;
 border-right: 0px solid;
}
#full { 
 float: right;
 color: #333;
 background: #F2F2E6;
 height: 570px;
 width: 922px;
 display: inline;
}
#footer { 
 width: 902px;
 clear: both;
 color: #333;
 background: #8FA880;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align: center;
}

.align-right { float:right; margin: 0 0 15px 15px; }

.align-left { float:left; margin: 5px 40px 40px 20px; }
