* {
	margin: 0;
	padding: 0;
}

body {
	text-align:center;
	font: normal 12px Helvetica, Arial, sans-serif;
}

#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.divide {
	clear: both;
}

h2 {
	font: bold italic 14px Georgia, serif;
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
	font-weight: normal;
}

.tabbed {
	margin-left: 30px;
}

.box {
	margin-top: 30px;
	width: 300px;
	float: left;
}	

a {
	color: #222;
	text-decoration: none;
}

a:hover {
	color: #000;
}

a:visited {
	color: #b4b4b4;
}

ul {
	list-style-type: none;
}



li {
	border-top: 1px solid #dfdfdf;
	padding: 8px 18px 8px 0;
}

li.new {
	background: transparent url(/gfx/new.gif) right 6px no-repeat;
}

li:hover {
	background-color: #f7f7f7;
}


.hideTooltip {
	display: none;
}

.posted {
	color: #726A41;
	font: italic 12px Georgia, serif;
}

#footer {
	font: italic 12px Georgia, serif;
	padding: 60px 0 20px 0;
	width: 960px;
	clear: both;
}

