* { margin: 0pt auto; padding: 0 }

body {
	background: url('images/bg.png');
	text-align: center;
	}

/* structure */

#wrapper {
	width: 841px;
	position: relative;
	margin-left: auto;
	margin-right:auto;
	top: 30px;
	}
	
#header {
	width: 841px;
	height: 275px;
	position: relative;
	background: url('images/header.png') no-repeat;
	}

#header h1, #header h2 {
	display: none;
	}
	
#main {
	width: 799px;
	position: relative;
	left: 4px;
	margin-top: 0;
	margin-left: auto;
	margin-right:auto;
	background: url('images/maroon_bg.png') repeat-y;
	}
	
#leftcol {
	float: left;
	width: 40%;
	}
	
#leftcol img {
	position: relative;
	margin-top: 55px;
	margin-left: auto;
	margin-right:auto;
	}
	
#rightcol {
	float: left;
	width: 50%;
	min-height: 89px;
	}
	
#rightcol p {
	position: relative;
	font: 12pt Georgia, serif;
	text-align: left;
	margin-bottom: 70px;
	}
	
#slogan {
	background: url('images/alittlehelp.png') no-repeat;
	height: 89px;
	}
	
#slogan h2 {
	display: none;
	}
	
#footer {
	width: 829px;
	height: 131px;
	position: relative;
	top: 0;
	left: 1px;
	margin-top: 0;
	margin-bottom: 50px;
	}
	
#footer h2, #footer h3 {
	display: none;
	}

#footer img{
	
}

/* navbar */	
#navbar {
	position: absolute;
	left: 48px;
	top: 242px;
	}
	
#navlist {
	list-style: none;
	margin: 0 auto 0 auto;
	padding: 0;
	}
	
#navlist li {
	float:left;
	margin:0 0px 0 0;
	}
#navlist li a {
	display:block;
	height:35px;
	overflow:hidden;
	text-indent:-1000px;
	margin: 0;
	}
	
/* preload */
#dummy1 { background-image: url('nav/home-over.png'); background-position: -10000px -10000px; }
#dummy2 { background-image: url('nav/aboutus-over.png'); background-position: -10000px -10000px; }
#dummy3 { background-image: url('nav/myrnaslistings-over.png'); background-position: -10000px -10000px; }
#dummy4 { background-image: url('nav/mlssearch-over.png'); background-position: -10000px -10000px; }
#dummy5 { background-image: url('nav/relocationresources-over.png'); background-position: -10000px -10000px; }
#dummy6 { background-image: url('nav/communityinformation-over.png'); background-position: -10000px -10000px; }
#dummy7 { background-image: url('nav/contactus-over.png'); background-position: -10000px -10000px; }


#btn1 {
	width: 59px;
	background-image: url('nav/home.png');
	}
	
#btn1:hover, #btn1IT {
	width: 59px;
	background-image: url('nav/home-over.png');
	background-repeat: no-repeat;
	background-position: 1px 0px;
	}
	
#btn2 {
	width: 75px;
	background-image: url('nav/aboutus.png');
	}

#btn2:hover,#btn2IT {
	width: 75px;
	background-image: url('nav/aboutus-over.png');
	}

#btn3 {
	width: 116px;
	background-image: url('nav/myrnaslistings.png');
	}
	
#btn3:hover, #btn3IT {
	width: 116px;
	background-image: url('nav/myrnaslistings-over.png');
	}
	
#btn4 {
	width: 90px;
	background-image: url('nav/mlssearch.png');
	}
	
#btn4:hover, #btn4IT{
	width: 90px;
	background-image: url('nav/mlssearch-over.png');
	}
	
#btn5 {
	width: 150px;
	background-image: url('nav/relocationresources.png');
	}
	
#btn5:hover, #btn5IT {
	width:150px;
	background-image: url('nav/relocationresources-over.png');
	}
	
#btn6 {
	width: 165px;
	background-image: url('nav/communityinformation.png');
	}

#btn6:hover, #btn6IT {
	width:165px;
	background-image: url('nav/communityinformation-over.png');
	}

#btn7 {
	width: 89px;
	background-image: url('nav/contactus.png');
	}
	
#btn7:hover, #btn7IT {
	width: 85px;
	background-image: url('nav/contactus-over.png');
	}
	
.gal_pic {
	height: 100px;
}			
