/* CSS Document */
#wrapper {
	position: relative; /*positions the wrapper relative to the size of the browser window*/
	margin-left: auto; /*this centers the wrapper in the browser window*/
	margin-right: auto;
	top: 0;
	left: 0;
	width: 760px;
	border: 1px solid #666; /*width, style, color*/
	padding: 0;
	background-color:#FFFFFF
	/*height: 750px;*/
	/*background-image: url(images/background.jpg);
	background-repeat: no-repeat;*/
	}

#nav {
	position: relative;
	top: 0px;
	left: 0;
	margin: 0px 16px 0px 16px;
	padding: 10px 0px 10px 0px;
	width: 728px;
	/*height: 100px; */
	text-align: center;
	border-bottom: 2px solid #aaa;
	}

#leftcol {
	position: relative;
	float: left; /*positions the column to the left*/ 
	left: 0px;
	top: 0px;
	width: 400px;
	/*border-top: 1px solid #333;*/
	padding: 16px 0px 0px 16px;
	}

#rightcol {
	text-align: center;
	position: relative;
	margin: 16px 16px 0px 0px;
	float: right;
	width: 308px;
	/*border-top: 1px solid #333;
	border-left: 1px solid #333;*/
	right: 0px;
	}
	
/*The following is for testing the new for sale page*/	
	
#onecol {
	text-align: left;
	float: left;
	width: 150px;
	padding: 0px 16px 0px 32px;
		
}

#twocol {
	float: left;
	text-align: left;
	width: 150px;
	padding: 0px 16px 0px 16px;
	
}

#threecol {
	text-align: left;
	float: left;
	width: 150px;
	padding: 0px 16px 0px 16px;
}

#fourcol {
	text-align: left;
	float: left;
	width: 150px;
	padding: 0px 16px 0px 16px;
}

#wrappercol {
	margin: 16px;
	width: 728px;
}

#indexwrappercol {
	margin: 16px 16px 0px 16px;
	width: 728px;
}

#item {
	float: left;
	text-align: left;
	width: 150px;
	padding: 8px 16px 8px 16px;
	
}

#divider {
	width: 696px;
	padding: 0px 16px 0px 16px;
	font-size: 1.2em;
	font-weight: bold;
	clear: both;
	
}
/*The previous is for testing the new for sale page*/	

#footer {
	font-size: .8em;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	clear: both; 
	left: 0px;
	width: 728;
	padding: 10px 0px 10px 0px;
	margin: 0px 16px 0px 16px;
	border-top: 2px solid #aaa;
	}

#prefooter {
	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	clear: both; 
	left: 0px;
	width: 728;
	padding: 10px 0px 10px 0px;
	margin: 0px 16px 0px 16px;

	}
	
a {
	color: #0000CC;
	text-decoration: none;
	}
/*	
a:visited {
	color: #6699FF;
	text-decoration: none;
	}
*/
a:hover {
	color: #0066FF;
	text-decoration: none;
	}

body {
	/*background-color: #dee;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 0.8em;
	text-decoration: none;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-attachment:fixed;
		}
		
h2 {font-size: 1.5em;}

h3 {font-size: 1.2em;}

/* sections {
	font-size: 1.2em;
	font-weight: bold;
} */
