body {
	background-color: #000;
	font-family: "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: lighter;
	margin: 0;
}

table.body {
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
}

table.container {
	width:610px;
	height:500px;
	border-spacing: 0px;
	border: 5px solid #333;

}

img.header {
	border: 0px;
}

tr.header {
	width:100%;
	height: 65px;
	background-color: #666;
}

td.logo {
	text-align: left;
	width: 195px;
}

td.nav {
	text-align: right;
	width: 100%;
}

img.nav {
	padding: 10px;
	margin-right: 5px;
	margin-left: 15px;
	border: 0px;
}

a.link {
	color: #aa2;
	text-decoration: none;
}

a.link:hover {
	color: #666;
	text-decoration: underline;
}

a.link2 {
	color: #aa2;
	text-decoration: none;
}

a.link2:hover {
	color: #ccc;
	text-decoration: underline;
}


#twitter_update_list {
	display: inline;
	list-style: none;
}

#twitter_update_list li {
	padding-left: 30px;
	background-image: url(/tweet.png);
	background-repeat: no-repeat;
}

#twitter_update_list a {
	color: #aa2;
	text-decoration: none;
}

#twitter_update_list a:hover {
	color: #666;
	text-decoration: underline;
}

a.download {
	color: #aa2;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

a.download:hover {
	color: #666;
	text-decoration: underline;
}

td.topalign {
	vertical-align: top;
}

td.content {
	vertical-align: top;
	background-color: #fff;
	height: 388px;
	border-spacing:0px;
	border-top: 3px solid #cc3;
}

#contentheader {
	width: 97%;
	text-align: right;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;

}

#padded {
	padding: 10px;
}

#contenttext {
	height: 100%;
	width: 97%;
	font-size: 12px;
	line-height: 25px;
	padding: 0px;
	text-align: justify;
}

td.footer {
	background-color: #666;
	height: 45px;
	color:#fff;
	text-align: right;
	font-size: 10px;
	border-top: 3px solid #cc3;
}

#footertext {
	padding: 5px;
}

table.project {
	width: 100%;
}

table.contact {
	width: 100%;
}

td.screenshot {
	width: 230px;
	padding: 5px;
}

img.screenshot {
	border: 3px solid #cc3;
}


td.description {
	width: 360px;
	padding: 5px;
	font-size: 12px;
	text-align: justify;
	vertical-align: top;
}

td.fieldname {
	width: 85px;
	text-align: right;
	padding: 5px;
	font-weight: bold;
}

td.required {
	padding: 5px;
	width: 10px;
	color: #f00;
}

td.formfield {
	padding: 5px;
	width: 510px;
	text-align: right;
}

#navlink {
	color:#fff;
	padding-left:20px;
	padding-right:10px;
	font-size:10px;
	text-decoration:none;	
}

#navlink:hover {
	text-decoration:underline;	
}
