html, body {
	margin:0;
	padding:0;
	font-family: Georgia, Times, serif;
}
body {
	background:url(../images/background.png) top left repeat-x;
}
#container {
	
}

.trademark {
	color:#FFFFFF;
	display:inline;
	float:right;
	font-size:0.7em;
	margin:0 25px 0 0;
}
#header {
	height:309px;
	width:100%;
}

#header_inner {
	float:left;
	height:291px;
	left:50%;
	margin:19px 0 0 -500px;
	padding:0;
	position:relative;
	width:1000px;
}
#logo {
	position:relative;
	width:1000px;
	height:320px;
}
.banner {
	bottom:55px;
	height:90px;
	left:50%;
	margin:0 0 0 -364px;
	position:absolute;
	width:728px;
}
#menu {
	width:100%;
	position:relative;
	z-index:1;
}
.paper {
	background:url(../images/top_paper.png) top left repeat-x;
	width:100%;
	height:38px;
	position:relative;
	z-index:10;
}
#wrapper {
	background:url(../images/content_back.png) repeat top left;
	float:left;
	width:100%;
	position:relative;
	margin:0;
}
#wrapper_inner {
	width:800px;
	position:relative;
	z-index:1000;
	text-align: center;
	margin: 0 auto;

}

/******CONTENT*********/
#content {
	float: left;
	width: 450px;
	margin:25px 50px 25px 0;
	text-align: left;	
}
#content.full {width:770px;}
	
#samplead {
	display: block;
	width: 224px;
	height: 44px;
	background: url(../images/button_sample_slide.gif) no-repeat 0 0;
}
	
#samplead:hover {
	background: url(../images/button_sample_slide.gif) no-repeat 0 -44px;
}	
	
.left_ad1 {
	float:left;
	width: 180px;
	height: 150px;
	margin: 0 20px;
}
.left_ad2 {
	float:left;
	width: 180px;
	height: 150px;
	margin: 0 20px;
}

#content p {
	margin: 10px 0;
}

#content hr {
	margin:20px 0;
	width:100%;
}


/******SIDEBAR*******/
#sidebar {
	float:left;
	margin:25px 0 0;
	text-align:left;
	width:300px;
}
#sidebar ul {
	list-style:none;
	margin:0;
}
#sidebar ul li {
	background:transparent url(../images/bullet.png) no-repeat scroll 16px 7px;
	color:#3F3535;
	font-size:0.9em;
	margin:0;
	padding:0 0 5px 40px;
}	
.bbb {
	padding: 0 0 20px 20px;
}


/*******FOOTER**********/
#footer {
	text-align: center;
	clear: both;
	margin: 0 auto;
	width: 800px;
	padding:15px 0;
	}

.footer {
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
.footerlinks {
	float: right;
	margin: 0;
	padding: 0;
}

#footer hr {
	padding: 0;
	margin: 10px 0;
}


/*********EXTRA*********/
.hide {
	display: none;}
	
hr {
	border-top: 1px solid grey;
	margin: 20px 0;
}

.testimonial-text {
	padding:10px;
	font-style:italic;
	background:#E7E7E7;
	border:1px solid #CCC;
	float:left;
	width:428px;
}
.testimonialpic {
	float:left;
	margin:0 10px 0 0;
}
.testimonial-block {
	border-bottom:1px solid #000;
	margin:10px 0;
}

/*********AD RATES*********/

#content_ad_rates {
	float: left;
	display: inline;
	text-align: left;
	width: 750px;
}

.yellow {
	background: yellow;
}
	
.table_head {
	border-bottom: 2px solid black;
}
	
.table {
	border: 1px solid black;
	margin: 10px 50px;
	

}

td {
	padding: 5px 0;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
}

.classifieds {
	margin: 20px 50px;
}