/**********	Global	**********/

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: url('images/bg_main2.jpg');
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
}
ul,li {
	font-family: arial, sans-serif;
	font-size: 12px;
}
h1{	
	text-transform: uppercase;
	font-size: 12px;
	color: #000;
	margin: 0;
	text-align: left;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
a{
	color: #73563F;
	text-decoration: none;
}
a:hover {
	background: #FFD04E;
}

/**********	Main	**********/

#left {
	background: url('images/bg_left.jpg') repeat-y;
	width: 221px;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 998;
	position: relative;
}
#nav {
	width: 24px;
	position: absolute;
	top: 130px;
	left: 194px;
	z-index: 999;
}
#nav a:hover {
	background: none;
}
.center {
	position: absolute;
	width: 340px;
	height: 602px;
	float: left;
	z-index: 1;
}
.center_content {
	width: 335px;
	height: 528px;
	background: #FFF;
	overflow: auto;
}
.center_content_content {
	width: 260px;
	margin: 0 35px 0 40px;
}
.center_content hr {
	border: none;
	border-top: solid 1px #775942;
}

 
/**********	Tour	**********/


/**********	Music	**********/

#music ul {
	display: block;
	float: left;
	text-align: left;
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}
#music ul .title {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #73563F;
	background: #FFD04E;
}
#music li {
	margin: 0;
	padding: 0;
}
#music img {
	float: left;
	margin: 0 5px 0 10px;
	border: solid 1px #73563F;
}
.download {
	background: url('images/dl_bg.gif') no-repeat;
}
/**********	Links	**********/

.link {
	width: 285px;
	margin: 0 35px 0 15px;
	text-align: left;
}
.link h2 {
	margin: 0 0 6px 0;
}
.even a {
	font-size: 13px;
	color: #73563F;
}
.odd a{
	font-size: 13px;
	color: #FF713A;
}
.even a:hover{
	font-size: 15px;
}
.odd a:hover{
	font-size: 15px;
}

/**********	Store	**********/

#center_store p {
	margin: 0;
}
#center_store a:hover {
	background: none;
}

/**********	Gallery	**********/

#gallery {
	position: absolute;
	top: 10px;
	left: 570px;
	width: 230px;
	height: 438px;	 
}
#gallery_in {
	width: 223px;
	height: 376px;
	background: #FFF;
	padding: 0 0 0 6px;
}
#gallery_in a:hover{
	background: none;
}
.gallery_t{ 
	float: left;
	margin: 1px;
	cursor: pointer;
}
.gallery_t img {
	border: solid 1px #FFD04E;
}
.gallery_pop{
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 888;
	font-size: 12px;
	padding: 5px;
	border: solid 1px #FFF;
	background: #FFD04E;
	text-align: center;
}
.gallery_pop img {
	margin: 10px;
	border: solid 5px #FFF;
}
.gallery_pop a:hover {
	background: #333;
}

/**********	Tout	**********/

#tout {
	position: absolute;
	top: 475px;
	left: 570px;
	width: 230px;
	height: 130px;
	background: #FFF;
}

/**********	Misc	**********/
.clear {
	clear: both;
	margin: 0 0 15px 0;
}
.yellow {
	color: #FF713A;
}