@charset "utf-8";
/* CSS Document */

div#page {
	padding:0;
}


div#sidebar {
	display:block;
	float:left;
	width:175px;
	padding:25px;
	border-right:0;
	background-color:#efefef;
	min-height:500px;
	_height:500px;
}

	div#sidebar ul{
	margin:0 0 15px 0;
	padding:0;
	list-style:none;
	}
	
	div#sidebar ul li{
	margin:0;
	padding:5px 0;
	border-bottom:1px solid #a9a9a9;
	background:url(../images/backgrounds/bg_li.gif) right center no-repeat;
	}
	
	div#sidebar ul li a{
	text-decoration:none;
	}
	
	div#sidebar ul li a:hover{
	text-decoration:underline;
	}

div#page_content {
	float:right;
	width:605px;
	padding-right:25px;
	padding-top:25px;
}
/*table.post_job span.compulsory {
	color:#FF0000;
	font-size:11px;
	font-weight:normal;
}
.post_job th
{
	background-color:#FF0033;
	text-align:center;	
}
table.post_job td
{
	padding:10px;	
}*/

