/*
      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; }

@font-face {
   font-family: Garton;
   src: url(‘Garton.ttf’);
 }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
	background-image: url(img/bg.png);
}
#wrapper { 
 margin: 0 auto;
 width: 970px;
  
}
#header {
 color: #333;
 width: 959px;
 float: left;
 height: 44px;
 margin: 10px 0px 0px 0px;

}
#navigation {
 float: left;
 width: 959px;
 height: 50px;
 color: #333;
 margin: 0px 0px 0px 0px;
}

#sub {
 float: left;
 width: 959px;
 height: 46px;
 color: #333;
 margin: 0px 0px 0px 0px;
}
#wrappersub { 
 margin: 0px;
 width: 959px;
 background: url(img/bg_17.png) repeat-y;
	display: inline-block;
}
#leftcolumn { 
 color: #333;
 margin: 0px 0px 0px 26px;
 width: 620px;
 float: left;
 background: #fffdee; 
}

#leftcolumn p { 
 margin: 10px 30px;
 color: #735136;
	font: 13px/20px "Trebuchet MS";
}

#leftcolumn h1 { 
 margin: 0px 0px 10px 30px;
 position: absolute; 
 font: 30px Garton;
 color: #549a91;
 font-weight: bold;
	z-index: 100;
	top: 125px;
}

#leftcolumn ul {
	margin-left: 50px;
	 color: #735136;
	font: 13px/20px "Trebuchet MS";
}

#rightcolumn ul {
	margin-left: 20px;
	margin-right: 10px;
	color: #549a91;
	font: 11px/18px "Trebuchet MS";
}

#leftcolumn h2 { 
 margin: 10px 30px;
  font: 24px Garton;
  color: #549a91;
}

#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px 40px 0px 0px;
 width: 270px;
 display: inline;
 background: #fffdee;
}

#rightcolumn h1 { 
 margin: 0px;

 font: 24px Garton;
 color: #549a91;
}

#rightcolumn p {
	 color: #735136;
margin: 10px 10px 20px 0px;
font-family: "trebuchet ms";
}

#footer { 
 width: 959px;
 clear: both;
 margin: -5px 0px 10px 0px;

}

#footer p {
	text-align: center;
	margin-top: 8px;
	color: #bba28f;
}


#columnone { 
 color: #333;
 margin: 0px 0px 0px 26px;
 width: 300px;
 float: left;
 background: #fffdee; 
}

#columntwo { 
 color: #333;
 margin: 0px;
 width: 300px;
 float: left;
 background: #fffdee; 
}

#columnthree { 
 float: right;
 color: #333;
 margin: 0px 33px 0px 0px;
 width: 300px;
 display: inline;
 background: #fffdee;
}

#subhome {
 float: left;
 width: 959px;
 height: 235px;
 color: #333;
 margin: 0px 0px 0px 0px;
}

#columntwo p, #columnthree p {
	margin: 5px 15px 0px 5px;
		color: #735136;
	font: 12px/16px "Trebuchet MS";
}

a {
	 color: #549a91;
}

#columntwo h2, #columnthree h2 { 
 margin: 20px 0px 10px 0px;
  font: 24px Garton;
  color: #549a91;
}

em {
	 color: #549a91;
	 font: 20px Garton;
}

.brown {
	color: #735136;
}
.noborder {
	border: 0px;
}

.noborder:hover {
	border: 0px;
}