/*
      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;
 background-color: Gray;
}
#wrapper { 
 margin: 0 auto;
 width: 772px;
 padding: 0 25px 0 25px;
background-image: url('../images/peat house watermark.jpg');
background-repeat:no-repeat;
background-position: bottom left;
background-color: White;
}

#header {
 color: Black;
 width: 772px;
 float: left;
 padding: 10px 0px 5px 0px;
 height: 100px;
 margin: 10px 0px 5px 0px;
 background: White;
 border-bottom: 1px solid #ccc;
 
}
#navselect{
display: inline;
float: right;
padding: 1px 1px 1px 1px;
text-align: right;
vertical-align: bottom;
color: Red;
}
#navselect p{
padding: 0px 0px 5px 0px;
}
#navigation {
 float: left;
 width: 772px;
 color: #333;
 padding: 10px 0 10px 0;
 border: 0px;
 margin: 0px 0px 5px 0px;
 background: White;
 font-weight: bold;
}
#mainimage {
 float: left;
 width: 772px;
 color: #333;
 padding: 0px 0 10px 0;
 border: 0px;
 margin: 0px 0px 5px 0px;
 background: White;
}
#leftcolumn { 
 color: #333;
 margin: 0px 5px 5px 0px;
 padding: 0px 10px 10px 0px;
 width: 538px;
 float: left;
 background: transparent;
}
#mapcolumn { 
 margin: 0px 5px 5px 0px;
 padding: 0px 10px 10px 0px;
 background: transparent;
float: right;
}
#leftcolumn p{ 
 padding: 5px 5px 5px 0px;
}
#leftcolumn h1{ 
padding: 0px 5px 5px 0px;
text-transform: uppercase;
font-size: 13px;
}
#rightcolumn { 
 float: right;
 margin: 0 0 10px 0;
 padding: 16px 10px 8px 10px;
 width: 196px;
 display: inline;
 background: Gray;
 text-align: left;
color: White;
font-size: 10px;
font-style: italic;
}
#rightcolumn2 { 
 color: #333;
 margin: 0px 0px 5px 0px;
 padding: 10px 0 0 0;
 display: inline;
 background: White;
 float: right;
}
#rightcolumn3 { 
 color: #333;
 margin: 0px 5px 5px 0px;
 padding: 0px 10px 10px 0px;
 width: 350px;
 float: right;
 background: transparent;
}

#rightcolumn3 h1{ 
padding: 0px 5px 5px 0px;
text-transform: uppercase;
font-size: 13px;
}
#footer { 
 width: 752px;
 clear: both;
 background: transparent;
 margin: 7px 0 10px 0;
 padding: 10px;
 font-size: 10px;
 border-top: 1px solid #ccc;
 text-align: left;
}
img{
	display: block;
	border: 0px solid;
}
.inline {
	display: inline;
}
.redtext {
	color: Red;
}
.navtextmid{
padding: 5px 20px 5px 0px;
color: Red;
text-transform: uppercase;
text-decoration: none;
}
.navtextstr{
padding: 5px 20px 5px 0px;
color: Red;
text-transform: uppercase;
text-decoration: none;
}
.navtextsel{
padding: 5px 20px 5px 0px;
color: Black;
text-transform: uppercase;
text-decoration: none;
}
#rightpic{
	margin: 0 5px 12px 7px;
}
#rightpictext{
	color: Black;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}
#Addresstop{
float: right;
text-align: right;
vertical-align: bottom;
padding: 4px 0 0 0;
}
#addressbtm{
	padding: 6px 0 0 0;
}

