#wrapper {
    width: 990px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
#mainwrapper {
    width: 950px;
	height: 75px;
	margin: auto;
	background-color: #FFFFFF;
}		 			
#jobtext {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	width: 400px;
	color: #333333;
	padding: 35px 0 0 135px;
	float: left;
}	   
#jobtext li {
    text-decoration: underline;
	list-style-type: none;
	padding: 15px 0 0 10px;
} 
#jobtext a:link {
    color: #333333;
}
#jobtext a:hover {
    color: #A1192D;
}
#jobtext a:visited {
    color: #333333;
}
#jobpic {
    width: 300px;
	height: 250px;
	padding: 10px 30px 0 0;
	float: right;
}	