body {
	width: 900px;
	margin: 90px auto 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	background: url(gfx/gradient.png) 0 0 repeat-x;
}
a img {
	border: 0;
}
div.scroller { 
	width: 900px; 
	height: 300px;
	overflow: hidden;
	/*border:1px solid #cccccc;*/
}
div.scroller div.section {		
	width:900px;
	height:300px;
	overflow:hidden;
	float:left;	
	}
div.scroller div.content {
	width: 10000px;
}
div#section1 {
	font-size: 36px;
	color: #BABABA;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	font-weight: 600;
	line-height: 90%;
}
div#section1 strong, div#section1 a{
	color: #CDEB8B;
}
div#section2, div#section5, div#section6 {
	background: url(gfx/backcontent.png) 0px 180px repeat-x;
}
div#section3 {
	background: url(gfx/smc.png) 500px 20px no-repeat;
}
div#section4 {
	background: url(gfx/ser.jpg) 550px 20px no-repeat;
}
div#section5 {
	background: url(gfx/scrm.png) 550px 20px no-repeat;
}
.rightmargin {
	margin-right: 400px;
}
.controls {
	font-size: 12px;
	background: #333;
	color: #FFF;
	padding: 10px 5px;
}
.controls a {
	color: #FFF;
	text-decoration: none;
}
#footer {
	background: #999;
	padding: 5px;
	color: #FFF;
	font-size: 11px;
	margin-top: 10px;
}
#footer a{
	text-decoration: underline;
	color: #FFF;
	clear: both;
}
.small {
	font-size: 11px;
	font-style: italic;
	font-weight: 100;
	letter-spacing: 0;
}
table {
	border: 1px solid #CCC;
	font-size: 11px;
	width: 300px;
	min-height: 300px;
	height: 300px;
	float:left;
}
caption {
	font-weight: 800;
}
th {
	background: #CCC;
	color: #FFF;
}
hr {
	clear: left;
	color: #FFF;
	border: 1px solid #FFF;
	background: 1px solid #FFF
}