BODY {
	margin: 0px;
	padding: 0px;
	font-family: Lucida Sans Unicode;
	font-size: 10px;
	background-color: #000000;
}

H1 {
	margin: 0px;
	padding: 0px;
	font-family: Times New Roman;
	font-size: 48px;
	color: #FFFFFF;
}

H2 {
	margin: 0px;
	padding: 0px;
	font-family: Times New Roman;
	font-size: 32px;
	color: #FFFFFF;
}

P {
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
}

DIV.header {
	height: 28px;
	background-color: #4E2425;
}

DIV.language {
	text-align: right;
	padding-top: 7px;
	width: 700px;
}

DIV.language a{
	float: right;
	margin-right: 10px;
}

DIV.main {
	height: 335px;
	width: 700px;
	background-color: #313131;
}

DIV.main#follow {
	height: 400px;
	background-color: #313131;
}

DIV.content_home {
	padding: 30px;
	text-align: center;
}

DIV.content_holder {
	float: right;
	width: 329px;
	height: 400px;
	background-color: #000000;
}

DIV.content_holder2 {
	width: 329px;
	height: 300px;
	overflow: auto;
}

DIV.content {
	padding: 20px;
	padding-top: 0px;
	color: #696969;
	font-size: 11px;
	text-align: justify;
}

DIV.content_image {
	float: right;
	width: 370px;
	height: 400px;	
}

DIV.menu_holder {
	width: 100%;
	height: 28px;
	background-color: #313131;
}

DIV.menu_holder#menu_follow {
	position: absolute;
	margin-top: 328;
}

DIV.menu_spacer {
	clear: both;
	height: 1px;
	width: 700px;
	font-size: 1px;
	overflow: hidden;
	background-color: #696969;
	
}

DIV.menu {
	height: 26px;
	width: 700px;
	text-align: center;
	background-color: #696969;
}

DIV.menu A {
	display: table-cell;
	padding-left: 12px;
	padding-right: 12px;
	margin: 0px;
	overflow: hidden;
	line-height: 2.5;
	height: 26px;
	color: #FFFFFF;
	text-decoration: none;
}

DIV.menu A:hover {
	background-color: #000000;
	background-image: url(../img/menu_hover.gif);
	background-position: right;
	background-repeat: no-repeat;
}

DIV.menu A#selected_menu {
	background-color: #2F2F2F;
	background-image: url(../img/menu_selected.gif);
	background-position: right;
	background-repeat: no-repeat;
}

DIV.footer_home {
	height: 80px;
	width: 700px;
	background-color: #FFFFFF;
}

TABLE.table_picture {
	width: 700px;
	height: 78px;
}

DIV.picture_footer {
	float: left;
	width: 68px;
	height: 78px;
	margin-left: 10px;
	text-align: center;
	cursor: pointer;
}

DIV.spacer {
	width: 35px;
	height: 80px;
	float:left;
}

DIV.footer {
	color: #313131;
	font-size: 10px;
}

TABLE.thumb_table {
	width: 80px;
	height: 80px;
	float: left;
	margin: 5px;
}

TABLE.thumb_table_smaller {
	width: 80px;
	height: 80px;
	float: left;
	margin: 5px;
}

TD.thumb_td {
	cursor: pointer;
}

A.folder_name {
	font-family: tahoma;
	font-size: 12px;
	color: #ffffff;
	cursor: pointer;
	padding: 2px;
	font-weight: bold;
	text-decoration: none;
}

A.folder_name:hover {
	font-weight: bold;
	text-decoration: underline;
}

A.folder_name_sel {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	cursor: pointer;
	padding: 2px;
	background: #316AC5;
	text-decoration: none;
}

A.folder_name_sel:hover {
	text-decoration: underline;
}


DIV.bottom_text {
	font-family: Treebuchet MS;
	font-size: 12px;
	color: #ffffff;
	height: 25px;
	border:1px solid blue;
}

DIV.bottom_text p {
	padding: 0px;
	margin: 0px;
	font-family: Treebuchet MS;
	font-size: 12px;
	color: #000000;
	padding-left: 20px;
}

/*lightbox*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
