/*
      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: #FFFFFF;
}
#wrapper { 
 margin: 0 auto;
 width: 1030px;
}
#header {
	width: 1010px;
	height: 250px;
	margin: 0px;
	background-image: url(../images/bkgd_header.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#leftcolumn {
	color: #333;
	background-color: #E6F4CA;
	margin: 0px;
	width:194px;
	float: left;
	height: 100%;
}
#rightcolumn {
	float: right;
	width: 760px;
}
#rightcontent {
	color: #333;
	color: #333;
	padding: 10px;
	margin-top: 50px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#footer {
	width: 700px;
	clear: both;
	color: #333;
	padding: 10px;
	text-align: center;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* My Comment */
#socialmedia {
	float: right;
	width: 370px;
	clear: none;
	padding-top: 10px;
	height: 70px;
}
#mainnav {
	width: 190px;
	height: auto;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#menucontainer {
	height: auto;
	float: left;
	width: auto;
	margin-top: 22px;
	margin-left: 6px;
}
#logo {
	float: left;
	height: 121px;
	width: 436px;
	margin-left: 10px;
}
#photo_right {
	width: 393px;
	height: auto;
	clear: both;
	float: right;
	text-align: right;
}
#photo_right_sml {
	width: 282px;
	height: auto;
	clear: both;
	float: right;
	text-align: right;
}
.column {
	float: left;
}
.clearfloat {
	clear:both;
	height:0px;
}
div#btn_donate {
	top:15px;
	left:25px;
	width:130px;
	height:41px;
	margin-left: 19px;
	padding-top: 10px;
}
div#newsletter {
	width:130px;
	height:150px;
	text-align:right;
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 90px;
	background-color: #333;
}
div#strech {
	float: none;
	width:194px;
	margin-top: 6px;
	margin-right: 0;
	clear: left;
	background-image: url(../images/menu_bkgdNEW.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

