BODY {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
}

TABLE {
	font-family: Arial;
	font-size: 12px;
}

A {
	color: #ffffff;
	text-decoration: none;	
}

A:hover {
	color: #FFa500;
	text-decoration: none;
}

.topLink {
	clear: both;
	text-align: right;
	font-size: 10px;	
}

#mainBody {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
/*	background-color: #FFC519;	*/
	background: url(./images/main_bg.png);	
	display: table;
	text-align: left;
}

#WelcomePageHeader_top {
	position: relative;
	height: 70px; 
	background: url(./images/bg.png) repeat-y;
	color: white;	
}

#WelcomePageHeader_top A {
	color: #ffffff;
}

#WelcomePageHeader_top .lang_text {
	text-align: right;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	padding-right: 30px;
}

#WelcomePageHeader_bottom {
	position: relative; 
	height: 400px; 
	width: 680px; 
	background: url(./images/welcome_bg.png) no-repeat;
	color: white;
}

#PageHeader_top {
	position: relative;
	height: 70px; 
	width: 680px; 
	background: url(./images/main_head1.png) repeat-y;
	color: white;	
}

#PageHeader_top .lang_text {
	text-align: right;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	padding-right: 30px;
}

#PageHeader_bottom {
	position: relative; 
	height: 100px; 
	width: 680px; 
	background: url(./images/main_head2.png) no-repeat;
	color: white;
}

#PageHeader_bottom .menu {
	font-size: 11px;
	color: #ffffff;
	position: relative;
	top: 70px;
	left: 230px;
	width: 435px;
	text-align: right;
	text-transform: uppercase;
	display: table;
}

#PageHeader_bottom .menu span {
	float: left;
}

#PageContent {
	padding: 10px 25px 30px 160px;
	color: black;
	text-align: justify;
}

#PageContent .docBlockTitle {
	font-size: 16px;
	font-weight: bold;
}

#PageContent img {
	border-color: #3E3D45;
	border-style: solid;
	border-width: 1px;
	margin: 2px 5px 2px 0px;
   vertical-align: middle;	
}

#PageContent A {
	color: orange;
	font-weight: bold;
}

#PageBottom {
	background-color: black;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}

#ContentLinkBox {
	color: #ffffff;
	background-color: #D4D798;
	padding: 5px;
	margin: 5px 0px 5px 5px;
	text-align: left;
	background-color: #949294;
	clear: both;
}

#ContentLinkBox a {
	color: #ffffff;
	font-weight: normal;	
}

#ContentLinkBox ul {
	padding-left: 15px;
	margin-left: 0px;
	list-style: square;
}

#ContentLinkBox li {
	padding-left: 1px;
}

#wBox1 {
	position:absolute;
	width: 150px; 
	padding: 5px; 
	left: 10px; 
	top: 270px; 
}

#wBox2 {
	position:absolute;
	width: 150px; 
	padding: 5px; 
	left: 180px; 
	top: 270px; 
}

#wBox3 {
	position:absolute;
	width: 150px;
	padding: 5px;
	left: 350px;
	top: 270px;
}

#wBox4 {
	position:absolute;
	width: 150px; 
	padding: 5px; 
	left: 530px; 
	top: 20px; 
}

#wBox5 {
	position:absolute;
	width: 150px; 
	padding: 5px; 
	left: 530px; 
	top: 130px; 
}

#wBox6 {
	position:absolute;
	width: 150px;
	padding: 5px;
	left: 530px;
	top: 270px;
}

.yellowDIV {
	clear: both;
	width: 680px; 
	height: 10px;
	color: #FFFFFF;
	background-color: #FFC519;
}

#bottomDIV {
	padding: 1px 5px 1px 160px; 
	text-align: center;
	height: 15px; 
	background: url(./images/footer_bg.png); 
	font-size: 11px;	
	color: #000000;	
}

#bottomDIV A {
	color: #ffffff;
}

.gallery {
	border: 1px solid black;
	background: url(images/gallery_bg.png) repeat;
	text-align: center;
	display: table;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}

.imgThumbsBox {
	width: 130px;
	float: left;
	padding: 10px;
} 
.imgThumbs {
	text-align: center;
} 
