* {
	padding: 0;
	margin: 0;
}
a {
	color: #262626;
	text-decoration: none;
}
a:hover {
	color: #666666;
}
img {  
	border: 0;
}

input, select {
	color: #333;
}

body {
	margin-top: 10px;
	color: #666666;
	font-size: 10pt;
}
#wrapper {
	margin: 0 auto;
	width: 922px;
	background-image: url(/images/layout.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	color: #333;
	width: 900px;
	float: left;
	padding: 5px 10px 0px;
	height: 145px;
	margin: 0px 0px 5px;
}
	.logo_area {
		float: left;
		height: 111px;
		width: 380px;
		padding-left: 20px;
		margin-bottom: 10px;
	}
	.top_right_area {
		float: left;
		height: 78px;
		width: 373px;
		padding-left: 110px;
		margin-top: 20px;
		padding-top: 5px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 6pt;
		color: #000000;
	}
	.nav_area {
	clear: both;
	height: 25px;
	width: 100%;
	position: static;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	}
#leftcolumn {
	float: left;
	color: #666666;
	padding: 10px 5px 12px 25px;
	height: 460px;
	width: 679px;
	overflow: auto;
	overflow-x: hidden;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;

	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
#leftcolumn li {
	margin-left: 30px;
	list-style-type: square;
}
#rightcolumn {
	float: left;
	color: #262626;
	padding: 0 11px 10px 5px;
	height: 473px;
	width: 188px;
	display: inline;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	background-color: #b8b8b8;
	background-image: url(../images/right_col_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
	#rightcolumn a {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	}
	#rightcolumn a:hover {
	color: #666666;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
}
#footer {
	width: 900px;
	clear: both;
	color: #333;
	margin: 0px 0px 10px;
	padding: 0px 10px 10px;
	height: 45px;
}
	#footer a {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 7pt;
	}
	#footer a:hover {
	color: #666666;
	font-family: Arial, Verdana, sans-serif;
		font-size: 7pt;
}
.body_text {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #666666;
}
h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #262626;
}
.jobs_heads {
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
}
.search_boxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #7f7f7f;
}
.jobs_titles {
	font-size: 11pt;
	font-weight: bold;
	color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 4px;
}
th {
	font-weight: normal;
}

.wm {
	height: 460px;
	width: 679px;
	background-image: url(../images/wm_home2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
