@charset "utf-8";
/* CSS Document */

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

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

#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width:960px;
	height: 560px;
	margin-left:-480px;
	margin-top:-280px;
	border: 1px #666666 solid;
	background: #99CCCC;
}

#front-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width:960px;
	height: 560px;
	margin-left:-480px;
	margin-top:-280px;
	border: 1px #666666 solid;
	background: #99CCCC;
}

#front-wrapper #content {
	background: url(../images/bg-front.jpg) no-repeat;
}

#front-wrapper #content h1, h2 {
	display: none;
}

#header {
	margin-left: 35px;
	margin-right: 35px; 
	height: 35px;
	text-align: right;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
}

#content {
	margin-left: 35px;
	margin-right: 35px; 
	width: 890px; 
	height: 490px; 
	border: 1px solid #ffffff;
	background: #ffffff;
}

#gallery-left {
	float: left;
  	width: 185px;
	height: 490px;
	background-color: #e9e9e9;
	overflow: hidden;
}

#gallery-right {
	height: 490px;
	background: url(../images/bg-gallery.gif) repeat;
	overflow: hidden;
}

#main_image {
	text-align: center;
}

#main_image img { margin: 10px 10px 5px 10px; border: 2px solid #CCCCCC; }

#clutter-coach {
	background: url(../images/bg-clutter.gif) no-repeat fixed;
}

.main { background: url(../images/bg-body.gif) repeat; }

.gallery { 
	width: 175px; 
	margin-left: 15px; 
	
}

.gallery li {
	width:70px;
	height:60px;
	border: 1px solid #333333;
}

.caption{ font-size: 12px; color: #fff; }

#footer {
	margin-left: 35px;
	margin-right: 35px; 
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
