body {
	font-family: Lucida Grande, Helvetica, Arial, Helvetica, sans-serif;
}
div {
	display: block;
}
p {
	margin-bottom: 6px;
}
.col-full{
	margin: 0px auto;
	width: 760px;
}
.col-half {
	width: 350px;
	padding-left: 12px;
	padding-right: 12px;
}
.col-third {
	width: 228px;
	padding-left: 12px;
	padding-right: 12px;
}
#top {
	background: url("http://scup.dasflash.com/img/underwater.jpg") repeat-x top center;
}
#header {
	background: url("http://scup.dasflash.com/img/bg-header.png") repeat;
	clear: both;
	padding: 12px 0px 0;
	height: 80px;
}
.logo {
	margin-bottom:-70px;
	float:left;
}
#title-text{
	padding-top: 32px;
}
.title {
	color: #FFFFFF;
	font-size: 3em;
	font-weight: bold;
	padding-left: 10px;
}
.subtitle {
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 10px;
}
#featured {
	background: url("http://scup.dasflash.com/img/bg-border-top.png") repeat-x top left;
	padding-bottom: 16px;
}
.featured-content {
	padding-top: 180px;
}
.featured-image {
	padding-right: 12px;	
	padding-top: 50px;
	margin-bottom: -100px;
	position:relative;
	text-align:center;	
}
.featured-head {
	color: #FFFFFF;
	font-size: 1.2em;
	margin-bottom: 36px;
	line-height: 1.4em;
}
.featured-description {
	color: #FFFFFF;
	font-size: 0.7em;
	margin-bottom: 12px;
	line-height: 1.25em;
}
.os-icon {
	float: left;
	margin-right: 8px;
}
#content{
	background:url("http://scup.dasflash.com/img/bg-content-top.png") repeat-x top center;
	padding-top:54px;
	min-height: 360px;
	color: #333333;
	font-size: 0.75em;
	line-height: 1.3;
}
.install-disclaimer {
	font-size: 0.9em;
	line-height: 1.1;
	padding:8px 0;
}
.version{
	font-weight: bold;
	margin: 8px 0 2px;
}
h3 {
	font-size: 1.25em;
	font-weight: bold;
	margin: 14px 0 6px;
}
#footer {
	background: url(http://scup.dasflash.com/img/bg-footer-top.png) repeat-x rgb(35, 35, 35);
	border-top: 1px solid rgb(238, 238, 238);
	font-size: 12px;
	padding: 20px 0px;
	min-height: 160px;
}
.footer {
	color: #DDDDDD;
}
ul {
	list-style-type: disc;
	list-style-position: inside;
}
li {
	margin-bottom: 4px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}



