body {
	margin: 0px;
	background-image: url(../images/body_background.jpg);
	font-size: 90%;
}

h1, h2{
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 110%;
	margin: 3px 0px;
	padding: 3px 0px;
}

h2{
	font-size: 100%;
}

p, a, div{
	font-family: "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial, Geneva, Helvetica, sans-serif;
	line-height: 1.5em;
	color: white;
	text-decoration: none;
}

p{
	text-align: justify;
}

div.column_2{
	width: 40%;
	position: relative;
	float: left;
}

img.float_left{
	position: relative;
	float: left;
	border: 1px solid black;
	margin-right: 5px;
	margin-bottom: 5px;
}

img.float_right{
	position: relative;
	float: right;
	border: 1px solid black;
	margin-left: 5px;
	margin-bottom: 5px;
}

td{
	vertical-align: top;
	padding-right: 20px;
	padding-bottom: 20px;
}


/* POSITIONING */

#header{
	position: absolute;
	width: 800px;
	left: 50%;
	top: 0px;
	z-index: 3;
	margin-left: -400px;
}

#menu {
	position: relative;
	top: 80px;
	z-index: 2;
	background-image: url(../images/menu_background.jpg);
	height: 30px;
	text-transform: capitalize;
}

#menu #lang_bar{
	position: absolute;
	right: 5px;
	padding: 4px;
}

#body{
	position: relative;
	width: 100%;
	top: 120px;
	z-index: 1;
	background-color: #454533;
	border-top: 3px solid #4a4a4a;
	border-bottom: 3px solid #4a4a4a;
	margin-bottom: 20px;
}

#content{
	width: 800px;
	position: relative;
	left: 50%;
	margin-left: -400px;
}

#lang_choice{
	position: absolute;
	width: 500px;
	height: 100px;
	left: 50%;
	margin-left: -250px;
	top: 50%;
	margin-top: -50px;
	background-color: #454533;
	border: 3px solid #4a4a4a;
}

#lang_choice ul{
	list-style: none;
	float: left;
}

#lang_choice img{
	margin-left: 15px;
	position: relative;
	top: 10px;
}

#lang_choice ul li{
	text-align: right;
}

/* MENU */

#menu ul{
	position: absolute;
	left: 50%;
	width: 800px;
	margin: 0px 0px 0px -400px;
	padding: 0px;
	background-image: url(../images/menu_spacer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#menu ul li{
	position: relative;
	float: left;
	display: block;
	background-image: url(../images/menu_spacer.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#menu ul li a{
	display: block;
	padding: 5px 20px 4px 20px;
	
	color: #FFFFFF;
	text-decoration: none;
}

#menu ul li a:hover{
	background-image: url(../images/menu_background_hover.jpg);
}

#menu ul li ul{
	display: none;
	width: auto;
	left: 0px;
	z-index: 100;
	background-image: none;
	background-color: #585845;
	margin: 0px;
	
	border: 1px;
	border-style: none solid solid solid;
	border-color: #515140;
}

#menu ul li:hover ul{
	display: block;
}

#menu ul li ul li{
	float: none;
	background-image: none;
	width: 120px;
}

#menu ul li ul li a:hover{
	background-image: none;
	background-color: #515140;
}

/* GENERAL STYLE */


/* BODY */
#content{
	color: #FFFFFF;
	min-height: 380px;
}

/* TOILES */

.toiles_comment{
	text-align: center;
	font-size: 75%;
	position: absolute;
}

#thumb_previous,
#thumb_next{
	position: absolute;
	top: 50%;
	margin-top: -50px;
	display: block;
	width: 100px;
	height: 100px;
}

#thumb_previous{
	left: -150px;
	background-image: url(../images/big_previous.png);
}

#thumb_previous:hover{
	background-image: url(../images/big_previous_hover.png);
}

#thumb_next{
	right: -150px;
	background-image: url(../images/big_next.png);
}

#thumb_next:hover{
	background-image: url(../images/big_next_hover.png);
}
	

div.thumb_scroller{
	height: 360px;
	width: 800px;
	overflow: hidden;
}

div.thumb_column{
	width: 390px;
	margin: 0px 5px;
	height: 100%;
	display: inline;
	position: relative;
	float: left;
}
div.thumb_container{
	height: 120px;
	border-bottom: 1px dashed black;
}

div.float_clear{ clear: both; }

img.thumb_img{
	border: 1px solid black;
}

.shadow{
  float:left;
  background: url(../images/shadow.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}
.shadow img{
  display: block;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

.thumb_container h2{
	margin: 0px;
}
.thumb_container p{
	margin: 0px;
	font-size: 75%;
	position: relative;
	top: -5px;
}


/* ADMIN SECTION */

#accordion{
	width: 395px;
}

.accordion_header{
	border: 1px;
	border-style: solid;
	border-color: #ECECEC #808080 #808080 #ECECEC;
	background-color: #ABABAB;
	color: white;
	cursor: pointer;
}

.accordion_content img.thumb_img{
	padding: 5px;
	margin: 3px;
	background-color: white;
}

.accordion_filler{
	height:118px;
	position:relative;
	float:left;
}