/*
      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 {
 background: #504634;
 font: 11px verdana, arial, sans-serif;
 color: #695F4C;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 background: url(images/faux-1-2-col.gif);
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 902px;
 padding: 10px;
 height: 161px;
 margin: 10px 0px 0px 0px;
 background: #D9D1BC;
 border-bottom: #FFFFFF 3px solid;
}

#info{
padding-top: 130px;
font-size: 12px;
float:right;}

#BBB{
padding-top: 5px;
float:right;}

#navigation {
 color: #333;
 padding: 10px;
 margin: 0px 0px 5px 0px;
 background: #ABBEBE;
}

#leftcolumn { 
 color: #333;
 background: #D9D1BC;
 padding-bottom: 20px;
 width: 218px;
 float: left;
}


#leftcolumn li {
  background: #D9D1BC left url(images/bullet.gif) no-repeat;
  border-top: 1px solid #F4EFDF;
  list-style: none;
  font-size: 12px;
  padding: 7px 0 8px 35px;
}

#leftcolumn li.sub_nav {
  background-color: D9D1BC;
  list-style: none;
  font-size: 10px;
  border: none;
  padding: 0 0 8px 45px;
  background: none;
}

#leftcolumn a {
  text-decoration: none;
  color: #000;
}

#leftcolumn a:hover {
  text-decoration: underline;
}

#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 683px;
 display: inline;
 position: relative;
}

#rightcolumn ul {
padding-left: 20px;
}

.p_image_left img{
	padding-right: 10px;}
	
.p_image_right img{
	padding-left: 10px;}

h2 {
  font: 18px "arial narrow", arial, sans-serif; 
  color: #695F4C;
  padding-bottom: 10px;
}

h3 {
  font: 14px arial, sans-serif; 
  color: #695F4C;
  padding-bottom: 10px;
  text-decoration:underline;
}

p{color: #463F32;
  font-size: 12px;}

#footer { 
 width: 902px;
 clear: both;
 color: #333;
 background: #fff;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align: center;
 font-size: 9px;
}

.inner {
  padding: 40px 10px 0 60px;
  line-height: 20px;}

#minigal {
  float: right;
  padding-right: 120px;}
  
/* LINKS ////////////////////////////////////////////////*/

a {color: #464544;}
a:hover {color: #6b372c;}

.clear { clear: both; background: none; }

