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

html {
	height: 100%;
}

body {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size: 13px;
 background-image:url(images/top_bg.gif);
 background-repeat:repeat-x;
 height: 100%;
}

img, div, input { behavior: url("iepngfix.htc") }

#wrapper { 
 margin: 0 auto -200px;
 width: 922px;
 min-height: 100%;
 height: auto !important;
 height: 100%;
}

#logo-menu{
	width: 900px;
	height: 64px;
 	float: left;
	margin: 22px 0px 0px 0px;
}
	#logo{
		width:214px;
		height: 64px;
		float:left;
	}
	
	#main-menu{
		width: 686px;
		height: 64px;
 		float: right;
	}
	
	#main-menu ul{
		margin: 20px 0 0 0;
		width:inherit;
		text-align:right;
		font-size:14px;
		list-style-type:none;
		color:#fff;
	}
	
	#main-menu li{
		display:inline;
	}
	
	#main-menu a{
		color:#fff;
		text-decoration: none;
	}
	
	#main-menu a:hover{
		color:#195a77;
		text-decoration: none;
	}
	
#header {
 color: #fff;
 width: 900px;
 float: left;
 height: 250px;
 margin: 10px 0px 0px 0px;
 text-align:center;
 font-size:43px;
 
}

#header-txt {
	text-align:left;
}

#columns{
 width: 900px;
 float:left;
 color:#008DA8;
 font-weight:bold;
 background-color:#fff;
 text-align:center;
}

#columns p{
	padding-bottom:20px;
}

.push {
	height: 200px;
	clear: both;
}

#footer { 
 width: 100%;
 clear: both;
 color: #333;
 background-image:url(images/footer_bg.gif);
 background-repeat:repeat-x;
 background-color:#6a6151;
 height:auto;
 _height:200px;
 min-height:200px;
 /*min-height:285px;*/
}

	#footer-wrapper{
		margin: 0 auto;
 		width: 922px;
		text-align:center;
		color:#D6CDC1;
		font-size:10px;
		padding-top:10px;
	}
	
	#footer-wrapper a{
		color:#D6CDC1;
	}
	
	#footer-wrapper a:hover{
		color:#fff;
	}
