body {
	background-color: #a9a254;
	color: #343434;
	line-height: 18px;
	font-size: 11px;
	font-family: verdana;
	text-align: left;
	padding: 0;
	margin: 0;
	border: 0;
}
a:link {
        color: #880400;
}
a:active {
        color: #880400;
}
a:visited {
        color: #880400;
}
a:hover {
        color: #a9a254;
}
.ten {
	margin: 10px;
}
.twenty {
	margin: 20px;
}
.clear {
	clear: both;
}
.image {
	border: 1px solid #890300;
	margin: 10px;
}
#main {
	background: white url(images/bg.jpg) no-repeat;
	border-right: 1px solid #890300;
	border-left: 1px solid #890300;
	border-bottom: 1px solid #890300;
	width: 799px;
	text-align: left;
}
#content {
	float: left;
	padding: 0 10px 0 10px;
	width: 552px;
	text-align: left;
}
#right {
	float: left;
	width: 226px;
	text-align: left;
	border-left: 1px solid #890300;
}
#right-text {
	padding-left: 20px;
}
.title {
	font-weight: bold;
	font-size: 20px;
	color: #880400;
	margin-bottom: 10px;
}
#lang {
	width: 550px;
	text-align: right;
}


/*Photo Enlarge*/
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 5px;
	padding-bottom: 0;
	background: #7dc8ff;
	border: 1px solid #880400;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font: bold 11px arial;
	line-height: 13px;
	color: #880400;
	padding: 5px 0;
	text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: #fff;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid #000;
	background-color: #efefef;
	padding: 5px;
	z-index: 5;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#vdividermenu ul{
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	float: left;
	width: 550px;
	background-color: #890300;
	color: #fff;
	font-weight: bold;
}
* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
	width: 550px;
}
#vdividermenu ul li{
	display: inline;
}
#vdividermenu ul li a{
	float: left;
	color: #fff;
	padding: 2px 12px;
	text-decoration: none;
	background: transparent url(images/vertical.gif) center right no-repeat;
}
#vdividermenu ul li a:hover{
	color: #7dc8ff;
}
#vdividermenu .current a {
	color: #7dc8ff;
}
