/*
      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;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;


.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	line-height: 0px;
	overflow : hidden;
	visibility: hidden;
}



}
#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #E7DBD5;
 margin: 150px 5px 10px 0px;
 padding: 10px;
 height: 435px;
 width: 435px;
/*Make picture 455X455*/
 float: left;
 !background: url("page_images/p1030033a.jpg") no-repeat 0% 0%;
background: url("page_images/DSC06032_croppeda.jpg") no-repeat 0% 0%;
}


#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin: 150px 0px 0px 0px;
 padding: 10px;
 height:435px;
 width: 436px;
 display: inline;
 position: relative;
}

/* Page Footer */

#page_footer {
	!margin-left: 700px;
	!margin-right: 222px;
	margin-left: 54%;
	! original padding:8px 8px 10px 10px;
	padding:8px 8px 10px 10px;

	width: 345px;
	height:20px;
	text-align: center;
	color: #fff;
	background-color: #464646;
	background-color: #99BBBB;
	background: #005588;
	background: #99BBBB;
	background: #999999;
	position: relative;
	top: 0px;
}
