body 	{
	background-color: #666;
	background: url(bg.gif);
	color: #555;
	font-family: "Arial", sans-serif;
	font-size: 75%;
	margin: 0;
	padding: 0;
	}
	
#page 	{
	margin: 10px auto;
	width:649px;
	background: url(content_tile.jpg);
	background-repeat: repeat-y;
	}

#header {
	width:649px;
	height:102px;
	background: url(header.jpg);
	color: #eee;
	}
	
#header h1 {
	font-family: "Trebuchet MS", "Arial", sans-serif ;
	letter-spacing: 1px;
	padding: 22px 0 0 40px;
	margin: 0;
	}

#header ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 34px;
	}

#header ul li {
	font-size: 80%;
	display: inline;
	text-transform: uppercase;
	padding: 0 6px;
	}

#header a {
	text-decoration: none;
	color: #bbb;
	}

#header a:hover {
	text-decoration: none;
	color: #fff;
	}
 
#content{
	padding: 0 0 20px 0;
	margin: 0;
	width: 649px;
	background: url(bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	}

#main 	{
	background: transparent;
	padding: 5px 35px 20px 200px;
	}
	
#main h2 {
	font-family: "Trebuchet MS", "Arial",  sans-serif;
	}

#footer{
	background: url(footer.jpg);
	width:649px;
	height:70px;
	clear: both;
	}

.search	{
	margin: 0 0 0 20px;
	}

fieldset {
	height: 60px;
	background: url(fieldset.gif);
	background-repeat: no-repeat;
	padding: 10px 0 0 22px;
	border: none;
	}
	
label 	{
	color: #603;
	}

select 	{
	border: 1px solid #999;
	width: 300px;
	}

form 	{
	margin: 0;
	padding: 0;
	}

input.button {
	margin: 0 0 15px 0;
	padding: 2px 4px 2px 4px;
	color: #FFF;
	background-color: #300;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	}

div.buttons {
	width: 325px;	
	margin: 0;
	padding: 0 50px 0 0;
	text-align: right;
	}

table.results {
	width: 90%;
	margin-left: 20px;
	}

.results th {
	border-bottom: 1px solid #999;
	text-align: left;
	margin-bottom: 8px;
	padding: 3px;
	}

td.title {
	width: 75%;
	padding: 3px;
	}

td.postings {
	width: 25%;
	text-align: right;
	padding: 3px;
	}

tr.odd td {
	background: #DEE;
	border: 1px solid #DEE;
	}

.new 	{
	color: #946;
	}

a:link 	{
	color: #687;	
	}

a:visited {
	color: #565;
	}

a:hover {
	color: #946;
	}

td ul {
margin: 0;
padding: 3px 3px 5px 3px;
list-style: none;
font-style: italic;
}

span.desclabel {
font-weight: bold;
}
