/* Colors
Base Red: #b50000
Shade up Red: #C20000
Mid-Red: #750000
Crimson: #360000
Crimson Compliment Red: #820d0d

Rich Green: #114211
Leaf Green: #2b690a

*/
html {
	overflow-y: scroll;
}

body {
	background: #360000;
	font-family: ariel, helvetica, sans-serif;
/*	width: 1080px; */
	margin: 0;
	padding: 0;
	color: #ffffff;
}

a {
	color: #ffffff;
}

img {
	border: none;
	vertical-align: bottom;
}

#container {
/*	width: 990px; */
}

#header {
	height: 90px;
	margin-top: 30px;
	background: #820d0d;
}

#banner {
	height: 60px;
	margin: 0 auto;
	width: 990px;
	padding: 0;
	font-size: 200%;
	line-height: 60px;
}

#banner a {
	text-decoration: none;
}

#nav a {
	text-decoration: none;
	color: #ffffff;
}

#nav a:hover {
	text-decoration: underline;
}

#nav ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 990px;
}

#nav ul li {
	text-align: center;
	line-height: 28px;
	font-weight: bold;
	float: left;
	margin-right: 6px;
	padding: 0;
	width: 90px;
	height: 28px;
	background: #b50000;
	border-right: 2px solid #750000;
}

#content {
	background: #ffffff;
	width: 984px;
	margin: 0 auto;
	padding: 3px;
	color: #000000;
	border-left: 3px solid #820D0D;
	border-right: 3px solid #820D0D;
	border-bottom: 3px solid #820D0D;
}

#content a {
	color: #2b690a;
}

#content h2 {
	width: 617px;
	border-bottom: 1px dotted #B50000;
}

#footer {
	height: 60px;
	font-size: 70%;
}

#projects {
	text-align: center;
	margin-left: 68px;
	width: 916px;
}

.project {
	float: left;
	width: 250px;
	height: 300px;
	margin: 15px;
	background: #ffffff;
	border: 1px solid #aaaaaa;
	position: relative;
}

.project-image {
	height: 200px;
	width: 200px;
	display: block;
	background: #eee;
	margin: 10px auto 0;
}

.project-content {
	font-size: 80%;
	padding: 5px;
}

.project-version {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 250px;
	text-align: center;
	font-weight: bold;
	border-top: 1px dotted #aaaaaa;
	padding: 3px 0;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer-content {
	width: 984px;
	margin: 0 auto;
	padding: 3px;
}

.small {
	font-size: 80%;
}

.clear {
	clear: both;
	line-height: 0;
	height: 0;
	margin: 0;
	padding: 0;
}
