body {
	background: #000000 url(../images/bgCompany.png) no-repeat center top;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}

#headerBlock {
	background-color: #b8a88f;
	height: 70px;
	display: inline;
	position: relative;
}

#headerBlock div.leftImage {
/*	float: left;*/
	position: absolute;
	left: -100px;
	top: -30px;
/*	width: 200px;*/
	z-index: 100;
}

#headerBlock div.rightImage {
	background-color: #b8a88f;
/*	float:right;*/
	padding-left: 90px;
}


#contentBlock {
	background: #f8f0e4 url(../images/bgContent.png) repeat-y 0 0;
	border-bottom: #b8a88f 6px solid;
}

#contentBlock #content #pageTitle {
	color: #533a0f;
}


/******* SIDE MENU *******/
#sideMenuBlock {
	background-color: #b8a88f;
}

#sideMenuFooter {
	background: url(../images/smFooter.png) repeat-x;
	height: 80px;
	width: 200px;
}
/******* END *******/

/******* MENU RIGHT *******/
ul.menuRight {
	list-style: none;
}
ul.menuRight li {
/*	display: inline;*/
/*	padding: 5px 5px;*/
}
ul.menuRight li a {
	background: none;
	border-bottom: 1px solid #a49170;
	border-top: 1px solid #a49170;
	color: #533a0f;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
}
ul.menuRight li a:hover {
	background: url(../images/smSelectedBG.png) repeat-y;
}
ul.menuRight li a.selected {
	background: url(../images/smSelectedBG.png) repeat-y;
}
/******* END *******/


div.groupTitle {
	color: #533a0f;
}


div.timelineBlock {
	padding-bottom: 25px;
	margin-left: 70px;
	border-left: 5px solid #b8a88f;
	padding-left: 20px;
	padding-right: 15px;
	position: relative;
}

div.timelineBlock div.year {
	position: absolute;
	left: -77px;
	top: -3px;
	z-index: 100;
}

div.timelineBlock p {
	margin-bottom: 15px;
}



#footerBlock {
	background-color: #b8a88f;
	color: #988461;
}

#footerBlock div.title{
	background-color: #AD9C7F;
	color: #5A4E3A;
	font-weight: bold;
}
#footerBlock a {
	background: none;
/*	color: #5A4E3A;*/
	display: block;
/*	font-weight: 600;*/
}

#footerBlock a:hover {
	background: url(../images/smSelectedBG.png) repeat-y;
/*	color: #3B3326;*/
}


