BODY			
{
	font-family: trebuchet ms, bitstream vera sans, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 85%;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	background-color: #3A4239;
	scrollbar-face-color: #7A89AD;
	scrollbar-arrow-color: #FFCC00;
	scrollbar-base-color: #7A89AD;
	scrollbar-track-color: #7A89AD;
	scrollbar-3d-light-color: #000066;
	scrollbar-dark-shadow-color: #000066;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-position: top;
	background-image: url(images/bg-main.gif);
	background-repeat: repeat-x;
	text-align: center;
}

A,
A:active,
A:visited
{
	color: #B99721;
	
	text-decoration: none;
	list-style-type: none;
	/*border-bottom: 1px dotted  #B99721;*/
}

A:hover
{
	color: #EC8333;
	text-decoration: none;
	/*border-bottom: 1px solid  #B99721;*/
}


UL#LanguagesSwitch
{
	display: block;
	color: #B99721 ;
	font-size: 12px;
	margin: 0;
	padding: 0px 80px;
	text-align: right;
	height: 20px;
	list-style-type: none;
}

UL#LanguagesSwitch LI
{
	margin-left: 10px;
	margin-right: 10px;
	display: inline;
}

UL#LanguagesSwitch A
{
	padding: 0;
	color: #8F7743;	
}

UL#LanguagesSwitch A:hover
{
	color: #B99721;
}

#Page
{
	margin: 0 auto;
	width: 1000px;
	/*border: 1px solid red;*/
	color: black;
	height: 100%;
}

#Header
{
	width: 1000px;
	height: 199px;
	background-image: url(images/h-photo.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

H1#MainTitle
{
	width: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
	/*visibility: hidden;	*/
	float: left;
	overflow: hidden;
}

#Logo1
{
	margin: 22px 20px 0px 0px;
	float: right;
}

#Logo2
{
	margin: 0px 20px 0px 0px;
	float: right;
}

#ContentTop
{
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/content-top.gif);
	width: 1000px;
	height: 
}

#Content
{
	background: url(images/bg-content.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
	padding: 20px 0px 10px 0px;
	padding: 0;
	text-align: left;
	/*border: 1px solid red;*/
}

.Text OL
{
	font-size: 120%;
	color: #ffbc52;
}

.Text OL H3
{
	color: black;
	margin-bottom: 0px;
	/*border-bottom: 1px dotted #ffbc52;*/
}

.Text OL P
{
	font-size: 90%;
	color: black;
	margin-top: 0px;
}

#ContentMain
{
	margin: 0;
	padding: 0px 30px 0px 30px;	
	/*border: 1px dotted red;	*/
}

#ContentMain P
{
	margin: 0px 0px 20px 0px;
}

H2
{
	color: #ffbc52;
	font-size: 160%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0;
}

UL#Menu
{
	display: block;
	
	padding: 25px 0px 0px 25px;
	margin: 0;
	/*padding: 15px 0px 0px 0px;		*/
	width: 650px;
	height: 60px;
}


UL#Menu LI
{
	display: block;
	margin: 0;
	padding: 0px 18px 3px 18px;		
	float: left;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	list-style-type: none;
	text-transform: uppercase;
	text-shadow: Black;
}

UL#Menu LI.Active
{
	/*
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #E8E8E8;
	background-image: url(images/menu-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid red;*/
	border-bottom: 1px solid #B99721;
	/*background-image: url(images/menu-bg2.gif);
	background-position: bottom center;
	background-repeat: no-repeat;*/
}

.Text
{
	width: 720px;
}

.SideBar
{
	width: 200px;
	float: right;
	padding-top: 30px;
}

DIV.SideBar DIV.Photo
{
	margin-top: 40px;
}

.ContactsInfo
{
	padding: 50px 10px 50px 80px;
}

DD
{
	margin-top: 15px;
}

#Footer
{
	width: 1000px;
	height: 80px;
	background: url(images/bg-footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}

#Design
{
	text-align: right;
	color: #656e65;
	font-size: 10px;
}


#ContentMain TABLE
{
	border-spacing: 0px;
	empty-cells: show;
	border-collapse: collapse;
	width: 650px;
	margin-bottom: 1em;
}

TH 
{
	border: 1px solid #CCB564;
	border-spacing: 0px;
	background-color: #eae1c3;
	color: #79600a;
	padding: 3px;
}

TD
{
	border: 1px solid #666666;	
	padding: 3px;
}