/* CSS Document */

BODY {
	margin: 0px;
	background-color: #acb464;
}

TD {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

#globalDiv {
	width: 100%;
	height: 100%;
	text-align: center;
}

#globalTable {
	width: 780px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#globalContainer {
	padding-top: 35px;
	padding-bottom: 20px;
}

#darkBox {
	width: 770px;
	height: 100%;
	background-color: #ffffff;
}

#darkBoxContainer {
	background-color: #626732;
	padding: 5px;
}

#allBox {
	width: 770px;
	height: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: white;
}

#whiteBox {
	width: 100%;
	height: 100%;
}

#whiteBoxContainer {
	padding: 25px;
}

#menu {
	height: 33px;
}

#menu DIV {
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}

#menu DIV.active {
	float: left;
	padding-right: 10px;
	padding-top: 5px;
	color: #e50000;
}

#menu DIV.line {
	height: 33px;
	padding-top: 0px;
	border-left: 1px solid #acb464;
}

#languages {
	position: absolute;
	right: 20px;
	top: 284px;
}

#languages DIV {
	float: left;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 5px;
}

#languages DIV img{
	border: 1px solid #acb464;
}

#leftPanel {
	width: 400px;
	float:left;
	margin-top: 40px;
}

#rightPanel {
	width: 276px;
	float: right;
	margin-top: 40px;	
}

#rightPanelBox {	
	width: 276px;
	padding-top: 15px;
	padding-bottom: 50px;
	background-color: #ebeddb;
}

#news {
	padding-left: 25px;
	padding-right: 25px;
}

#news DIV.smallGallery {
	background-color: #dce0b4;
	border: 1px solid #c4ca92;
	margin-bottom: 30px;
	margin-top: 10px;
}

.row {
	background-color: blue;
	padding-bottom: 75px;
	padding-top: 10px;
	background-color: #dce0b4;
}

#news DIV.smallGallery DIV.img {
	width: 108px;
	height: 65px;
	float: left;
	text-align: center;
	margin-left: 1px;
}

#news DIV.smallGallery img {
	height: 55px;
	border: 5px solid #acb464;
	text-align: center
}

#eclair {
	font-family: "Times New Roman", Times, serif;
	background-color: #acb464;
	padding-top: 8px;
	text-align: right;
	color: #000000;
	font-size: 14px;
	cursor: default;
}





