*{
	margin:0;
	padding:0;
}
body{
	font-family:"PT sans narrow", "Myriad Pro", Arial, sans-serif;
	font-size:16px;
	background-color: #111;
	min-height: 100%;
	color:#4F5353;
}
h1{
	padding-top:1rem;
	font-size:3rem;
	color:#B40501;
	text-shadow:1px 1px 1px #555;
}

h2{
	font-size:1.5rem;
	padding:0px 0px 5px 0px;
	margin-top:1rem;
	color:#fff;
}
.line{
	width:100%;
	height:1px;
	background:#000;
	border-top:1px solid #222;
	margin:10px 0px;
}

a{
	color:#fff;
	text-shadow:1px 1px 1px #000;
	font-weight:normal;
	text-decoration:none;
}
a:hover{
	color:#F00001;
	text-shadow:none;

}
p{
	font-size:1.1em;
	padding:2px 0px;
	text-align:justify;
}
p.intro{
	
	font-weight:normal;
	font-style:normal;
	font-size:0.9em;
}

p.pied{
	width:90%;
	font-weight:normal;
	font-style:normal;
	font-size:0.8em;
}

.wrapper{
	width:100%;
	margin:0px auto;
}

.wrapper-100{
	width:60%;
	margin:0px auto;
}
.wrapper-50{
	width:90%;
	margin:0px auto;
}
	
.item{
	float:left;
	width:100%;
	clear:both;
	margin:0;
}
.content {
	width:100%;
	margin:0px auto;
	}
	
.item-100{
	float:left;
	width:60%;
	clear:both;
	margin:0;
}
.item-50{
	float:left;
	width:90%;
	clear:both;
	margin:0px 0px;
}

.iframe {
	padding:0 1em;
	width:93%;
	max-width:620px;
	height:640px;
	scrolling:no;
	border:0px;
	}
	
.thumb_wrapper-100{
	width:100px;
	height:150px;
	position:relative;
	margin:0;
	border:0px;
}
.thumb_wrapper-50{
	width:100px;
	height:150px;
	position:relative;
	margin:0;
	}
	
.thumb_wrapper a.prev,
.thumb_wrapper a.next{
	width:30px;
	height:30px;
	position:absolute;
	top:50%;
	margin-top:-15px;
	outline:none;
	cursor:pointer;
}
.thumb_wrapper a.prev{
	left:0px;
	background:transparent url(../images/fancy_nav_left.png) no-repeat top left;
}
.thumb_wrapper a.next{
	right:0px;
	background:transparent url(../images/fancy_nav_right.png) no-repeat top left;
}
.thumb_wrapper span{
	display:block;
	text-align:center;
	font-size:0.8em;
	margin-top:0;
}
.thumb-100{
	margin:0;
	width:150px;
	height:160px;
	overflow:hidden;
	
}
.thumb-50{
	margin:0;
	width:60px;
	height:100px;
	overflow:hidden;
	}
.thumb ul{
	list-style:none;
	
}
.thumb ul li{
	float:left;
}

.thumb ul li{
	float:left;
}
.thumb ul li a img{
	border:1px solid #fff;
}
.thumb ul{
	list-style:none;
	width:100px;
	height:141px;
}
.thumb-100 ul li{
	float:left;
}

.thumb-100 ul li{
	float:left;
}
.thumb-100 ul li a img{
	border:1px solid #fff;
}
.thumb-50 ul{
	list-style:none;
}
.thumb-50 ul li{
	float:left;
}

.thumb-50 ul li{
	float:left;
	padding-top:1em;
}
.thumb-50 ul li a img{
	border:1px solid #fff;
}
.description{
	width:50%;
	min-width:310px;
	max-width:50%;
	float:right;
	padding-right:3%;
	display:block-inline;
	vertical-align:top;
	margin-top:0;
	padding-top:0;
}
.description-50{
	width:88%;
	float:right;
	padding:0 12% 0 0%;
	vertical-align:top;
	padding-top:15%;
	margin:auto;
	display:block;
	clear:both;
}
.clear{
	clear:both;
}
.footer{
	text-align:center;
	width:100%;
	opacity:0.5;
	padding:20px 0px;
	clear:both;
	background:#000;
	margin-top:30px;
	color:#4F5353;
}
.footer a {
	font-size:0.7em;
}

