body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #e8e3d9;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
p, ul, li {
	font-size: 11px;
	color: #333333;
	text-align: justify;
}
.bg_left {
	background: url(../images/bg_left.gif) repeat-x;
}
.bg_right {
	background: url(../images/bg_right.gif) repeat-x;
}
.main_td {
	padding: 20px 25px 20px 0px;
	
}
.footer {
	padding: 15px 0px 15px 0px;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	background-color:#716f71;
}
.titleText {
	font-size: 20px;
	font-weight: bolder;
	color:#666633; 
}
.thumbnails{
	background: url(../images/thumbnails.jpg) no-repeat;
	width: 596px;
}
.titleVacancy {
	font-size: 12px;
	font-weight: bold;
	color:#333; 
}
.galleryText {
	font-size:9px;
	color:#CCCCCC;
	text-align:justify;
}
.clickThumb {
	font-size: 8px;
	text-align:center;
}
.agentText{
	text-align:center;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a.agent {
	color: #333333;
	text-decoration: none;
}
.important {
	font-size:12px;
	font-weight:bold;
	color: #353535;
}

/* Popup menu */
#vacancies {
	margin: 0px 0 0 240px;
	padding: 0;
	z-index: 30;
	position: absolute;
	visibility: hidden;
	background: #978566;
	border: 1px solid #fff;
}
#vacancies a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	background: #464646;
	color: #FFF;
}
#vacancies a:hover {
	background: #49A3FF;
}
