#content
{
	width: 850px;
	margin: 10px auto 10px auto;
}

#header
{
	background-image: url(../images/header_background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 100%;
	height: 135px;
	float: left;
}

#header_menu
{
	background-color: #404040;
	height: 30px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

	#header_menu ul
	{
		margin: 0px;
		padding: 6px 10px 0px 10px;
		list-style : none;
	}

	#header_menu li
	{
		display: inline;
		padding: 0px 10px 0px 10px;
	}

	#header_menu li a
	{
		color: #ffffff;
		font-weight: bold;
		padding: 5px;
		text-decoration: none;
	}

	#header_menu li a:hover, #header_menu li.active
	{
		color: #ffffff;
		font-weight: bold;
		border-bottom: 3px solid #D2D0D0;
		padding: 5px;
		text-decoration: none;
	}

#footer
{
	text-align: center;
	line-height: 1.6em;
	font-size: 1.0em;
	float: left;
	width: 100%;
	margin-top: 10px;
}

#left_column
{
	width: 550px;
	float: left;
	margin-right: 10px;
}

#right_column
{
	width: 290px;
	float: left;
}

#company_tab
{
	background-color: transparent;
	background-image: url(../images/company_tab_background.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 130px;
	height: 82px;
	float: left;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}

#company_tab a, #company_tab a:active, #company_tab a:hover
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#request_tab
{
	background-color: transparent;
	background-image: url(../images/request_tab_background.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 130px;
	height: 82px;
	float: left;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}

#request_tab a, #request_tab a:active, #request_tab a:hover
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.box_1
{
	background-color: #4E4A49;
	color: #ffffff;
}

.box_2
{
	background-color: #E7B8FC;
	color: #ffffff;
}

.box_3
{
	background-color: #88D666;
	color: #ffffff;
}

.blue
{
	background-color: #507ADD;
}

.green
{
	background-color: #BBD406;
}

.green2
{
	background-color: #75E35A;
}

.red
{
	background-color: #A90608;
	color: #ffffff;
}

.orange
{
	background-color: #E49411;
}

.profile_box
{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #454545;
	width: 232px;
	height: 58px;
	margin: 4px 2px 2px 2px;
}

.advertisement_box
{
	background-color: #ffffff;
	color: #454545;
	width: 234px;
	height: 60px;
	margin: 4px 2px 2px 2px;
}

.profiles_zone_width
{
	width: 714px;
}

.banner_zone_width
{
	width: 136px;
}

h3
{
	color: #C11500;
	text-decoration: underline;
}