*
{
	padding: 0; margin: 0;
	
}

img {border:0;}

body
{
margin:0; padding: 20px 0;

font-size: 1em;
font-family: "Georgia", "Times New Roman", Serif;
color: #989898;
position:relative;
background-color:#000;

}

#root
{
height: 100%; width: 550px;
padding: 0; margin: 0 auto;
position: relative;
}

#header
{
height: 250px; width: 480px;
position: relative;
margin: 0 auto .25em;
}

#content {padding: 0 2em;}


#footer
{
	position: relative;
	height: 2em; width:550px;
	clear: both;
	padding-top: 4.0em;
	font-size: .75em;
}

#footer .left
{
	position: absolute;
	left: 2.0em;
	bottom: 1.2em;
}

#footer .right
{
	position: absolute;
	bottom: 1.2em;
	right: 30px;
}


h1
{
	font-size: 1.8em;
	margin-bottom: .25em;
	color: #444;
	text-indent: -10000px;
	height: 35px;
}

h2
{
	font-size: 1.2em;
	margin-bottom: 1em;
	color: #890;
	text-align:left;
}


hr
{
	clear:both;
	color:#eee; background-color:#eee;
	width: 95% height: 1px;
	margin:20px 0;
	border:none;
}


p
{
	line-height: 1.5em;
	margin-bottom: 1em;
	text-align: justify;
	vertical-align:top;
}

a
{
color: #b00;
text-decoration: none;
}

a:hover
{
color: #06a;
text-decoration: none;
}


#content #before-after a{text-decoration:none; margin: 6px;}
#content #before-after a img{ border: 1px solid #db8;}
#content #before-after a:hover img{ border: 1px solid #f00; }

#header #presentation, #before-after{ text-align:center;}
#presentation
{
	padding: 24px 0 36px;
}
#image {width:480px; height:360px; outline:0; margin: 0 0 0 2px;}









/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 99999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 99999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}







