/* CSS Document - Layout */

body {
 	background: #333333 url(../images/main_bg.gif) repeat-x left top;
	margin: 0px;
	padding: 0px;
	text-align:center;
 }
 
 form {
 	margin: 0px;
	padding: 0px;
 }

#outer {
 width:955px;
 margin:auto;
 }

#header {
	height: 93px;
	width: 955px;
	background: url(../images/header.gif) no-repeat;
 }


#bodyblock {
 width:955px;
 padding: 0px;
 margin: 0px;
 background: url(../images/horz_bg.gif) repeat-y center;
 text-align: left;
 }


#l-col {
 float:left;
 width:215;
 margin:0px;
 padding:0px;
 }
 
#c-col {
	float: left;
	width: 699px;
	height: auto;
	margin: 0px;
	padding: 0px;
 }
 
#r-col {
	float:right;
	width:41px;
	height:502px;
	margin:0px;
	padding:0px;
 }
 
 #nav {
	height: auto;
	width:215px;
	margin: 0px;
	padding: 0px;
 }

#cont {
 float:right;
 width:740px;
 padding:0px;
 margin:0px;
 text-align:left;
 }

#header3 {
	width:679px;
	height:136px;
	padding:0px 10px;
	margin:0px;
	background: url(../images/header3.gif) no-repeat left top;
	text-align:left;
	vertical-align: middle;
 }
 
#homeImage {
	background: url(../images/homeImage.jpg) no-repeat;
	width: 288px;
	height: 236px;
	margin: 0px 5px 5px 10px;
	float: right;
 }
 
#search {
	float:right;
	height: 20px;
	width: 300px;
	padding: 10px 25px 5px 10px;
 	text-align:right;
 }
#searchBut {
	height: 20px;
	width: 50px;
	text-align: center;
 }
 
#tagline  {
	float:left;
	width: 480px;
	padding: 18px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
 	text-align:left;
 }
 #quest  {
	float:right;
	width: 180px;
	padding: 18px 35px 0px 0px;
 	text-align:center;
 }
 
#footer {
	height: 47px;
	width: 955px;
	background: url(../images/footer.gif) no-repeat;
	padding: 20px 0px 0px 18px;
 	text-align:left;
 }

/* TO CLEAR FLOATS */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
