/* Generics */
* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5 {
	font-weight:bold;
}
html, body {
	padding:0;
	margin:0;
}
html {
	font-size:100%;
}
body {
	text-align:center;
	font-size: 62.5%;
	background-color:#202020;
	color:#dedede;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}
/* Body and Box-like Elements */
#w {
	width:772px;
	background:#202020 url(/images/bg-wrapper.gif) repeat-y top left;
	margin:0 auto;
	height:100%;
	text-align:left;
	padding:0 6px;
	position:relative;
}
#h {
	height:294px;
	width:760px;
	background-position:top center;
	background-repeat: no-repeat;
	position:relative;
	border-top:8px solid #ff2d25;
	margin-bottom:-10px;
}
#warbird #h {
	background-image:url(/images/bg-header-warbird.jpg);
}
#javelin #h {
	background-image:url(/images/bg-header-javelin.jpg);
}
#spider #h {
	background-image:url(/images/bg-header-spider.jpg);
}
#leviathan #h {
	background-image:url(/images/bg-header-leviathan.jpg);
}
#terrier #h {
	background-image:url(/images/bg-header-terrier.jpg);
}
#weasel #h {
	background-image:url(/images/bg-header-weasel.jpg);
}
#lancaster #h {
	background-image:url(/images/bg-header-lancaster.jpg);
}
#l {
	float:left;
	margin-top:25px;
	margin-left:40px;
	text-indent:-9000px;
	background:url(/images/logo-continuum.png) no-repeat top left;
	width:283px;
	height:40px;
}
#download-button a:link, #download-button a:visited {
	position:absolute;
	top:160px;
	left:40px;
	background:url(/images/button-download_040.png) no-repeat top left;
	height:100px;
	width:312px;
	text-decoration:none;
	display:block;
	overflow:hidden;
}
#download-button a:hover, #download-button a:active {
	background:url(/images/button-download_040.png) no-repeat bottom left;
	text-decoration:none;
}
#download-button span {
	display:none;
}
p#description {
	float:left;
	margin-top:1.5em;
	margin-left:40px;
	font-size:1.2em;
	width:300px;
	clear:left;
	color:#fff;
}
#c {
	width:680px;
	padding:0 40px 40px;
}
#m {
	width:320px;
	float:left;
	margin-right:20px;
}

#m2 {
	width: 100%;
	float:left;
	margin-right:20px;
}

#s {
	float:right;
	margin-left:20px;
	width:320px;
}
.screenshot {
	position:relative;
	display:block;
	text-align:center;
	margin:.5em auto;
}
.screenshot .image {
	border:4px solid #fff;
	width:292px;
	height:184px;
	margin:.5em auto;
}
.screenshot ul.links {
	list-style:none;
	margin:.5em auto;
}
.screenshot ul.links a {
	float:left;
	padding:2px 4px;
	margin-left:10px;
	background:#222;
	display:block;
	text-align:center;
	border:2px solid #fff;
	text-decoration:none;
}
.screenshot ul.links a.next {
	float:right;
	margin-right:10px;
}
.screenshot ul.links a:hover {
	background:#000;
}
#f {
	padding:0 20px 20px;
	width:720px;
}
.clear {
	clear:both;
	height:.5em;
}
/* Headings */
h1, h2, h3, h4, h5 {
	color:#fff;
}
#l h1 {
	display:none;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.6em;
	margin:1em 0 .25em;
	padding-top:1px;
}
/* Paragraph and Link Styles */
p {
	padding:.5em 10px;
	font-size:1.2em;
}
a:link {
	color:#ffbc3f;
}
a:hover {
	color:#ffff33;
}
a:visited {
	color:#ff2d25;
}
a:active {
	color:#000;
}
code {
	position:relative;
	font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
	background-color:#aaa;
	color:#333;
	padding:5px;
	display:block;
	overflow:auto;
	width:310px;
	margin:.5em 0;
}
/* Navigation and Lists */
#c ul {
	padding:0 10px;
	list-style:none;
	font-size:1.2em;
}
#c ul li {
	margin:2px 0;
}
#f ul {
	list-style:none;
}
#f ul li {
	margin:1px 0;
}
/* Other Styles */ 
/* Colors */
