body {
	font-family: Helvetica, sans-serif;
	background-color: #000;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #fff;
}

.sitebar {
	width: 100%;
	height: 40px;
	color: white;
	padding: 0;
	margin-bottom: 40px;
	border-bottom: 1px solid #222;
}

.sitebar a {
	font-size: 18px;
	float: left;
	color: white;
	text-decoration: none;
	padding: 10px 40px 0 10px;
}

.navbar {
	background-color: gray;
	border-bottom: 1px solid #595959;
	margin-bottom: 60px;
}

.navbar a {
	float: left;
	padding: 8px 20px;
	color: #595959;
	text-decoration: none;
	font-size: 18px;
}
.navbar a:hover {
	color: white;
}

.navbar .right {
	float: right;
}

.navbar a.current {
	color: white;
}



img {
	border: none;
}

#content {
	width: 800px;
	text-align: center;
	margin: 0 auto;
}

.header {
	background-color: black;
	padding: 5px 0;
	color: #fff;
	border-bottom: 1px solid #000;
}
.header table {
	width: 100%;
}
.header td {
	vertical-align: middle;
	border: 0 solid yellow;
}
.header a:hover,
.header a.selected,
.header .nav .breadcrumbs a:hover {
	color: #fff;
}
.header-ledge {
	background-image: url('images/header_ledge.gif');
	background-repeat: repeat-x;
	height: 11px;
}


.nav {
	text-align: center;
}
.nav a {
	text-align: center;
	color: #ff2200;
	font-size: 150%;
	letter-spacing: 0px;
	text-decoration: none;
}
.nav {
	border-top: 0px solid #831b18;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.nav td {
	padding: 0 2em;
}

.nav .breadcrumbs {
	width: 90%;
	text-align: left;
	color: #ff2200;
}
.nav .breadcrumbs a {
	text-decoration: none;
	border-bottom: 0px dotted #b67d63;
}
.nav .breadcrumbs a.apps {
	color: #b67d63;
}

.nav .breadcrumbs span {
	color: #b67d63;
}

#screenshots {
	margin: 0 auto;
	text-align: center;	
}

#screenshots img {
	padding: 1em;
	border: 1px solid #111;
}

.footer {    		
	padding-top: 30px;
	clear: both;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.footer a {
	padding: 0.5em 2em;
	background-color: #333;
	color: #555;
	border-radius: 15px;
	font-weight: bold;
}
.footer a:hover {
	background-color: yellow;
	color: #000;
}




