body{
	font-family: sans-serif;
	font-size: 13px;
	background-color: white;
}

#header{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120px;
	background-color: black;
}

img {
	border: 0;
}

#title{
	position: absolute;
	top: 0px;
	left: 230px;
	top: 23px;
	color: white;
	font-family: sans-serif;
	font-size: 65px;
	font-variant: small-caps;
}

.screenshotDescription {
	font-weight: bold;
	width: 900px;
}

UL{
	list-style-type: square;
}

#contributors p {
	margin-bottom: 5px;	
}

#contributors UL{
	margin-top: 5px;	
	margin-bottom: 3ex;	
}


#menu{
	font-size: medium;
	position: absolute;
	background-color: #AAF;
	top: 120px;
	left: 0px;
	width: 100%;
	height: 30px;
	padding-top: 5px;
	padding-left: 225px;
	padding-right: -230px;
	padding-margin: -230px;
}

A{
	text-decoration: underline;	
	color: #000AC8;
}

A:VISITED{
	text-decoration: underline;	
	color: #000AC8;
}
.menuitem{
	padding: 4px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	white-space: nowrap;
    display: inline;
    position: relative;
}
.menuitem a{
	text-decoration: none;
	color: black;
}

.menuitem a:visited{
	text-decoration: none;
	color: black;
}
#sponsors{
	padding-top: 20px;
	position: absolute;
	width: 200px;
	top: 160px;
	left: 0px;
	height: 450px;
	text-align: center;
}
.logo{
	margin: 8px 8px 20px 8px;
}
#cubicLogo{
	position: absolute;	
	height: 120px;
	left: 40px;
	
}
#body{
	position: absolute;
	left:230px;
	top:170px;
	width: 780px;	
}
.introduction{
	font-style: italic;	
	width: 680px;	
}

.introduction em{
	font-style: normal;	
}

p:first-letter{
	font-size: large;
}

.news{
	float: left;
	margin: 0;
}

.newsItem{
	display: block;
	margin: 20px 0 35px 0;
}

.newsHeader{
	font-size: large;
	font-style: italic;
}

.newsDate{
	font-style: italic;
	color: graytext;
}

.newsBody{
	
}

.screenshot{
	margin-bottom: 40px;
}

.screenshotTitle {
	font-size: large;
	font-variant: small-caps;
	margin-bottom: 2ex;
}

.screenshotDescription {
	margin-top: 10px;
}

#body h1{
	font-size: x-large;
	font-variant: small-caps;
}

#body h2{
	font-size: medium;
	font-weight: bold;
	margin-top: 3ex;
}

.mainLink {
	margin-top: 2ex;
	margin-bottom: 3ex;
}

body li {
	margin-left: 4ex;
}

.comment {
	margin-left: 4ex;
}

body p {
	margin-bottom: 3ex;
}

.troubleshooting{
}

.troubleshooting .group{
	margin-left: 40px;
}

.troubleshooting h3{
	margin-left: 20px;
}

.features{
	margin-top: 50px;
	margin-bottom: 50px;
	float: left;
	width: 1050px;	
}

.feature{
	float: left;
	width: 220px;
	border: 1px solid blue;
	margin: 8px;
	padding: 7px;
	text-align: center;
}

.feature img{
	width: 200px;
	margin-bottom: 10px;	
}

.feature .caption {
	text-align: left;
}

.feature .header {
	font-weight: bold;
}
