body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #fff;
	height: 100%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888;
	line-height: 26px;
	text-align: justify;
	background-color: #e6e6e6;
}

#siteContainer {    
	background: #e6e6e6;
	margin: 0px auto;
    text-align:left;
    padding: 0;
    width: 970px;
}

#topHeader {
	width: 970px;
	height: 199px;
	background: #fff url(images/topHeader.jpg) no-repeat;
}#langBlock {	float: right;	margin-right: 25px;	margin-top: 10px;	}

#menuContainer {
	width: 970px;
	height: 31px;
	background: #e6e6e6 url(images/menuBack.jpg) no-repeat;
}

#btnHome {
	width: 68px;
	height: 31px;
	background: #e6e6e6 url(images/btnHome.jpg) no-repeat;
	float: left;
	margin-right: 60px;
}

#btnNews {
	width: 69px;
	height: 31px;
	background: #e6e6e6 url(images/btnNews.jpg) no-repeat;
	float: left;
	margin-right: 60px;
}

#btnProducts {
	width: 103px;
	height: 31px;
	background: #e6e6e6 url(images/btnProducts.jpg) no-repeat;
	float: left;
	margin-right: 60px;
}

#btnClients {
	width: 80px;
	height: 31px;
	background: #e6e6e6 url(images/btnClients.jpg) no-repeat;
	float: left;
	margin-right: 60px;
}

#btnVacatures {
	width: 112px;
	height: 31px;
	background: #e6e6e6 url(images/btnVacatures.jpg) no-repeat;
	float: left;
	margin-right: 60px;
}

#btnLogin {
	width: 68px;
	height: 31px;
	background: #e6e6e6 url(images/btnLogin.jpg) no-repeat;
	float: left;
	margin-right: 60px;
}

#btnContact {
	width: 99px;
	height: 31px;
	background: #e6e6e6 url(images/btnContact.jpg) no-repeat;
	float: left;
}

#sideLeftHome {
	width: 106px;
	height: 843px;
	background: #e6e6e6 url(images/sideLeftHome.jpg) no-repeat;
	float: left;
}

#sideRightHome {
	width: 296px;
	height: 464px;
	background: #e6e6e6 url(images/sideRightHome.jpg) no-repeat;
	float: right;
}

#contentHolder {
	width: 567px;
	height: 464px;
	float: left;
}

#content {
	width: 527px;
	height: 410px;
	background: #fff;
	float: left;
	padding: 20px;
	overflow: auto;
}

#contentFooter {
	width: 568px;
	height: 5px;
	background: #e6e6e6 url(images/imageTop.jpg) no-repeat;
	float: left;
}

#imageHolder {
	width: 568px;
	height: 379px;
	float: left;
}

#imageSwitch {
	width: 338px;
	height: 379px;
	background: #e6e6e6 url(images/switchImage.jpg) no-repeat;
	float: left;
}

#imageRightHome {
	width: 230px;
	height: 379px;
	background: #e6e6e6 url(images/imageRightHome.jpg) no-repeat;
	float: left;
}

#contactHome {
	width: 296px;
	height: 379px;
	background: #e6e6e6 url(images/contactHome.jpg) no-repeat;
	float: right;
}

/* FONT STLYES */

.pageTitle {
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	color: #018240;
	border-bottom: 1px solid #018240;
}

a {
	color: #018240;
	text-decoration: none;
	font-weight: bold;
}

img { padding: 0 5px; }