body {
	background-image:  url("_images/top-bg.jpg");
	background-position: top;
	background-repeat: repeat-x;
	background-color: #3b3832;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ccc;
	margin: 0;
	padding: 0;
	}
a {
	color:#fff;
	text-decoration:none;
	}
a:hover {
	border-bottom: 1px dotted #fff;
	}
#content {	
	width: 720px;
	margin: 76px auto;	
	}
#footer {
	clear: both;
	font-size: xx-small;
	color: #666;
	text-align: center;
	}
.section {	
	background-image:  url("_images/title-bg.jpg");
	background-position: top;
	background-repeat: repeat-x;
	width: 234px;	
	float: left;
	text-align: left;	
	}
.section div{
	/*border: 1px dotted #666; */
	height: 200px;
	list-style-type:none;
	margin: 10px 2px 2px 2px;
	padding: 5px;	
	}
.section h2 {
	font-size: small;
	font-weight: bold;
	margin: 0px;
	}
.section p {
	border-style: none;
	margin: 0 0 0 3px;
	padding: 0 13px 10px 10px;
	text-align: justify;
	text-indent: 1.5em;
	}
#options {
	background-image:  url("_images/optionsTitle.jpg");
	background-position: top;
	background-repeat: no-repeat;
	height: 55px;
	margin: 0;
	padding: 0;
	}
#site {
	background-image:  url("_images/jasonshoreTitle.jpg");
	background-position: top;
	background-repeat: no-repeat;
	height: 55px;
	margin: 0;
	padding: 0;
	}
#contact {
	background-image:  url("_images/contactTitle.jpg");
	background-position: top;
	background-repeat: no-repeat;
	height: 55px;
	margin: 0;
	padding: 0;
	}	
.swap span{
	display: none;
	}

