* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
	background: #666;
	color: black;
}

#wrapper { 
	margin: 0 auto;
	width: 754px;
}

#header {
	width: 752px;
	height: 50px;
	padding: 0px;
	border: 1px solid #333;
	margin: 20px 0px 0px 0px;
	text-align: center;
	background: #ffea00;
}

#leftcolumn { 
	width: 160px;
	color: #333;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	background: #fff;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	float: left;
	display: inline;
	text-align: left;
	font-size: 10px;
}

#menu {
	border: 2px solid #333;
	background: #ffea00;
}

#menu a:active, #menu a:link, #menu a:visited {
	color: #007f00;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#content { 
	width: 572px;
	float: left;
	color: #000000;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	background: #fff;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	display: inline;
	position: relative;
}

#faux {
	background: url(/images/faux.gif);
	margin-bottom: 10px;
	overflow: auto; /* IE fix */
	width: 100%;
	border-bottom: 1px solid #333;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
	color: #007f00;
}

p {
	margin-bottom: 1em;
}

a img {
	border: 0;
}

.center {
	text-align: center;
}

td.page-nav {
	text-align: right;
	white-space: nowrap;
}

.menu {
	float: left;
}

.search {
	float: right;
}

.space {
	clear: both;
	padding-bottom: 10px;
}

ol, ul {
	margin-left: 10px;
	padding-left: 10px;
}

li {
	margin-bottom: 1em;
}

.column {
	float: left;
	padding-right: 10px;
}

.item {
	float: left;
}

.deal {
	color: #007f00;
	font-weight: bold;
}
