
body{
	background: black url(../images/background.jpg) no-repeat fixed right bottom;
	margin: 5px 0 0;
}

.siders{
	float: right;
	clear: right;
	margin-top: 10px;
	margin-bottom: 10px;
	position: absolute;
	z-index: 1;
	top: 25px;
	right: 0;
}

.siders2{
	float: right;
	clear: right;
	margin-top: 10px;
	margin-bottom: 10px;
	position: absolute;
	z-index: 1;
	top: 110px;
	right: 0;
}

.siders3{
	float: right;
	clear: right;
	margin-top: 10px;
	margin-bottom: 10px;
	position: absolute;
	z-index: 1;
	top: 185px;
	right: 0;
}

.siders4{
	float: right;
	clear: right;
	margin-top: 10px;
	margin-bottom: 10px;
	position: absolute;
	z-index: 1;
	top: 260px;
	right: 0;
}

.siders5{
	float: right;
	clear: right;
	margin-top: 10px;
	margin-bottom: 10px;
	position: absolute;
	z-index: 1;
	top: 335px;
	right: 0;
}

.siders6{
	float: right;
	clear: right;
	margin-top: 10px;
	margin-bottom: 10px;
	position: absolute;
	z-index: 1;
	top: 410px;
	right: 0;
}

.siders7{
	float: right;
	clear: right;
	margin-top: 10px;
	margin-bottom: 10px;
	position: absolute;
	z-index: 1;
	top: 485px;
	right: 0;
}

.siders8{
	float: right;
	clear: right;
	margin-top: 10px;
	margin-bottom: 10px;
	position: absolute;
	z-index: 1;
	top: 570px;
	right: 0;
}

.sidez img{
	border: 0;
}

.siders img{
	border: 0;
}

.siders a{
	outline: none;
}

.sider_space{
	margin-top: 50px;
	float: right;
}

.creds{
	width: 75px;
	height: 75px;
	float: right;
	position: fixed;
	bottom: 0;
	right: 0;
	background: url(../images/logo_les.jpg) no-repeat 0 top;
}

.content{
	width: 600px;
	border: 1px solid white;
	background-color: black;
	color: white;
	font: bold 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -1px;
	padding: 30px;
}
.boxes{
	padding: 10px;
	width: 400px;
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	background-color: #333;
	border: 3px double #666;
}

.boxes:hover{
	background-color: #000;
}

.boxes:current{
	background-color: #000;
}

.submit{
	padding: 10px;
	border: 1px dotted white;
	background-color: #000;
	color: red;
	font-weight: bold;
}

.submit:hover{
	background-color: #999;
	color: white;
}
.werd{
	color: #ffcc00;
	font: italic bold 28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}
.bottom{
	padding-top: 20px;
	width: 750px;
}
.footer{
	color: white;
	font: 12px "century gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 10px;
	border-top: 1px dashed #333;
}

.footer a{
	outline: none;
}

.footer img{
	border-width: 0;
	border-style: none;
}

.footer img:hover{
	border: 0px solid white;
}

/* TESTIMONIAL PAGE */

#test-wrap{
	margin: 0;
	width: 560px;
	padding: 12px;
	color: white;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
}
#test-wrap blockquote span{
	padding-top: 5px;
	display: block;
	color: #f3f491;
}
#test-wrap blockquote{
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}