body {
	margin: 0px;
	padding: 0px;
	background: url('../images/tile.jpg') repeat-x;
	background-color: #FFEFD4;
}

#shadow {
	background: url('../images/shadow.jpg') repeat-y top center;
}

#fixed {
	background: url('../images/fixed_bg.jpg') no-repeat top center;
}

#container {
	width: 1000px;
	text-align: left;
}

#header {
	height: 60px;
	background: url('../images/header_gears.gif') no-repeat;
	background-color: #FFF;
}

#nav ul {
	width: 1000px;
	height: 30px;
	padding: 0px;
	margin: 0px;
}
#nav li {
	background: url('../images/nav.jpg') no-repeat;
	display: block;
	float: left;
	width: auto;
	height: 30px;
	text-indent: -999999px;
	outline: none;
}
#nav li a {
	display: block;
	height: 30px;
	background: url('../images/nav.jpg') no-repeat;
}

#nav li#nav_updates { width: 185px; background-position: 0px 0px; }
.sub #nav li#nav_updates { background-position: 0px -90px; }

#nav li#nav_home a { width: 162px; background-position: -185px 0px; }
#nav li#nav_apps a { width: 163px; background-position: -347px 0px; }
#nav li#nav_about a { width: 162px; background-position: -510px 0px; }
#nav li#nav_blog a { width: 163px; background-position: -672px 0px; }
#nav li#nav_contact { width: 165px; background-position: -835px 0px; }

#nav li#nav_home a:hover { width: 162px; background-position: -185px -30px; }
#nav li#nav_apps a:hover { width: 163px; background-position: -347px -30px; }
#nav li#nav_about a:hover { width: 162px; background-position: -510px -30px; }
#nav li#nav_blog a:hover { width: 163px; background-position: -672px -30px; }

#nav li#nav_home.current a { width: 162px; background-position: -185px -60px; }
#nav li#nav_apps.current a { width: 163px; background-position: -347px -60px; }
#nav li#nav_about.current a { width: 162px; background-position: -510px -60px; }
#nav li#nav_blog.current a { width: 163px; background-position: -672px -60px; }

#main {
	margin-top: 5px;
	background: #FFF;
}

.sidebar {
	background: url('../images/sidebar_grad.jpg') repeat-x top;
	background-color: #D5C8B5;
	vertical-align: top;
}

.update {
	padding: 6px 10px 6px 0px;
	margin-left: 10px;
	border-bottom: 1px #EAE4DA solid;
}

.subnav {
	width: 100%;
	padding: 25px 10px 6px 0px;
	margin: 0px;
	margin-left: 10px;
}
.subnav li {
	display: block;
	border-bottom: 1px #EAE4DA solid;
}
.subnav a {
	display: block;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	padding: 4px;
}
.subnav li.current {
	background: #FFF;
	color: #686418;
}

.content {
	background: url('../images/content_grad.jpg') repeat-x top;
	background-color: #FFF;
	vertical-align: top;
}

.content .padded {
	padding: 20px;
}



#blackbar {
	height: 5px;
	background: #000;
}

#footer {
	width: 1000px;
	padding: 6px 0px;
	text-align: left;
	font-size: 10px;
}