body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #4F6D73;
	color:#00000;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
p, ul, li {
	font-size: 11px;
	text-align: justify;
}
.main {
	background: url(../images/main_bg.gif) repeat-x;
}
.footer {
	font-size: 9px;
	color: #FFFFFF;
	text-align: justify;
}


.titleText {
	font-size: 20px;
	font-weight: bolder;
	color:#666633; 
}
.galleryText {
	font-size:9px;
	color:#CCCCCC;
	text-align:justify;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.important {
	font-size:12px;
	font-weight:bold;
	color: #353535;
}

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

