/* containder div centers everything in the browser window (necessary to work around Explorer bug) */

#container {
	width:		100%;
	padding-top: 10px;
	text-align:	center;
}

/* header styles */

#header {
	width:				700px;
	height:				60px;
	margin-left:		auto;
	margin-right:		auto;
	text-align:			left;
	font-family:		Arial, sans-serif;
}

#header img {
	border:	none;
}

/* navigation bar styles*/

#navigation {
	width:				700px;
	margin-left:		auto;
	margin-right:		auto;
	font-family:		Myriad, Arial, sans-serif;
	font-size:			13px;
	padding-bottom:		3px;
}

#navigation a {
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

/* content styles*/

#content {
	width:				700px;
	min-height:			400px;
	margin-left:		auto;
	margin-right:		auto;
	color:				#000000;
	background-color:	#FFFFFF;
	font-family:		Arial, sans-serif;
	font-size:			small;
	text-align:			left;
	padding-top:		15px;
}

#content h4 {
	font-family: 	Myriad, Arial, sans-serif;
}

#content a {
	text-decoration:	none;
}

#content a:hover {
	text-decoration:	underline;
}

/* footer styles*/

#footer {
	width:				700px;
	margin-left:		auto;
	margin-right:		auto;
	color:				#666666;
	background-color:	#FFFFFF;
	margin-top:			20px;
	font-family:		Arial, sans-serif;
	font-size:			13px;
	text-align:			center;
}

#footer a {
	text-decoration: none;
	color: 	#666666;
}

#footer a:hover {
	text-decoration: underline;
	color:	#084D81;
}

/* classifieds styles */
div#menu {
	float:				left;
	width:				150px;
}

div#menu ul {
	margin-left:		0px;
	padding-top:		6px;
	padding-bottom:		6px;
	background-color:	#B8E28F;
}

div#menu li {
	margin-left:		-15px; 
}

div.ltitle {
	margin-bottom:		0px;
	background-color:	#B8E28F;
	width:				524px;
	padding:			3px;
}

div.lposted {
	float:				right;
}

div.lbody {
	background-color:	#DDDDDD;
	padding-bottom:		5px;
	margin-bottom:		20px;
}
	
table.listing {
	margin-top:			3px;
	margin-left:		5px;
	width:				400px;
	font-size:			small;
}

table.listing td {
	vertical-align: 	top;
}

table.listing td.label {
	font-weight: 		bold;
	text-align:			right;
	color:				#47111F;
	padding-right:		8px;
	width:				150px;
}

div.expires {
	margin-top:			0px;
	margin-right:		6px;
	text-align:			right;
	color:				#555555;
}


