body {
	background: #1D1D1D url(img/bgtile.jpg) repeat-x;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: white;
}

* {
	margin-top: 0px;
	padding: 0px;
}

#header {
	width: 637px;
	height: 215px;
	background: #1D1D1D url(img/header.jpg) no-repeat;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#navigation {
	width: 80%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
} 

#navigation ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
	
#navigation li a {
	display: block;
	display: inline;
	padding: 8px;
	text-transform: uppercase;
	text-decoration: none;
	background: black;
	color: white;
	border-bottom: 3px solid white;
}

#navigation li a:hover {
	background: black url(img/buttonsbgtile.gif);
}

#navigation li a.navred {
	border-bottom: 3px solid #F14910;
}

#navigation li a.navorange {
	border-bottom: 3px solid #FFA823;
}

#navigation li a.navyellow {
	border-bottom: 3px solid #FFEB07;
}

#navigation li a.navgreen {	
	border-bottom: 3px solid #B3DE3F;
}

#content {
	background: url(img/contentbgtile.jpg) repeat-y;
	width: 80%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	background: #0F0E0E;
	padding: 3px;
	width: 80%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	font-weight: bold;
	color: white;
	text-align: center;
}

#footerspacer {
	height: 15px;	
}

.project {
	border: 1px solid #3E3E3E;
	padding: 10px;
	background: #0F0E0E;
	width: 490px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.projectmedia {
	border: 1px solid #3E3E3E;
	padding: 10px;
	background: #0F0E0E;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.projectpreview {
	float: left;
	background: #1D1D1D;
	padding: 4px;
	border: 1px solid #3E3E3E;
	text-align: center;
}

.projectmediapreview {
	background: #1D1D1D;
	padding: 4px;
	border: 1px solid #3E3E3E;
	text-align: center;
}

.projectinfo {
	float: left;
	text-align: left;
	width: 270px;
	margin: 0px;
	padding: 0px 0px 0px 8px;
	
}

.project h3, .projectmedia h3 {
	background: #0F0E0E;	
}

.clear {
	clear: both;	
}

img {
	border: none;
}

blockquote {
	background: #2F2C2C;
	padding: 10px;
	margin-left: 30px;
	margin-right: 30px;
}

h1, h2, h3 {
	color: #BEE453;
	background: #1D1D1D url(img/hbgtile.gif) repeat-x;
	background-position: bottom center;
	border-bottom: 1px solid #3E3E3E;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 3px;
}

h1 {
	font-size: 20pt;	
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 14pt;
}

ul {
	list-style: none;
	margin-left: 20px;
}

ul li {
	background: URL(img/bullet.gif) no-repeat;
	background-position: top left;
	padding-left: 20px;
}

a:link {
	color: #BEE453;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #7C9F1D;
	font-weight: bold;	
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

textarea, select, input {
	background: black;
	border: 1px solid #3F3B3B;
	font-family: tahoma, arial, sans-serif;
	font-size: 10pt;
	color: white;
	padding: 3px;
}