body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
    font-family: Tahoma, verdana, sans-serif;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}  
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

body {
	font-family: Verdana, Tahoma, sans-serif;
	background-color:#f0f0f0;
	background-image:url("/images/bgburst.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	margin:0px;
	padding:0px;
	color: #000000;
	margin: 0;
	text-align: center;
	font-size: small;
}
table, td, tr {
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size:  small;
	color: #000000;

}
a { color: #0000ff; text-decoration:none; }
a:hover { color: #ff0000; }
a:active { color: #ff0000; }

a.menu {
	color: #ffffff;
	text-decoration: none;
}
a.menu:hover {
	color: #ff0000;
	text-decoration: none;
}
a.menu:active {
	color: #ff0000;
	text-decoration: none;
}

.main {
	border: 0;
	border-collapse: collapse;
	text-align: left;
}
td.menu {
	font-weight: bold;
	padding-left: 35px;
}
img {
	border: 0px;
}
.heading {
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #00008E;
}

h1, h2 {
	display:inline;
	font-size:11pt;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 5px;
}


div.comment {
	margin-bottom:10px;
	padding:5px;
	background: #ececec;
	text-align: left;
	border: 1px solid #c2c2c2;
}




table.listings {
	border: 0px;
	border: 1px solid #C2C2C2;
	border-bottom: 3px solid #C2C2C2;
}
td.listingstop {
	background: #ECECEC;
	text-align: left;
	border-bottom: 1px solid #C2C2C2;
}
td.listings {
	padding: 3px;
	border-top: 1px solid #C2C2C2;
	text-align: left;
}
td.listingsheader {
	padding: 3px;
	font-weight: bold;
	text-align: left;
}
td.center {
	text-align: center;
}
td.right {
	text-align: right;
}
td.bold {
	font-weight: bold;
}

div.item {
	float:left;
	width:235px;
	height:120px;
	border:1px solid #eeeeee;
	padding:5px;
	margin:3px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
div.item:hover {
	border:1px solid #196efb;
}
td.item {
	vertical-align:top;
	padding-left:4px; 
	font-size:9pt;
}
#menu {
	clear:both;
	position:relative;
	background:url("/images/menubg.jpg");
	height:36px;
}
#menuend {
	position:absolute;
	top:0px;
	right:0px;
}
.menuhome {
	float:left;
}
.menulink {
	float:left;
	height:36px;
	padding-left:15px;
	padding-right:15px;
	background:url("/images/menubreak.jpg");
	background-repeat:no-repeat;
	background-position:right; 
	text-decoration:none;

}
.menulink div {
	padding-top:10px;
}
.menulink a {
	margin-top:10px;
	color:#333333;
	font-size:11pt;
}
.site_title {
	font-size:18pt;
	text-decoration:none;
}
.site_subtitle {
	font-size:9pt;
	font-style:italic;
	padding-left:5px;
	color:#888888;
	padding-bottom:10px;
}
div.searchreferer {
	border:1px solid #880000;
	background:#ffaaaa;
	padding:10px;
	margin:3px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:10px;
}

