* { margin: 0; padding: 0; }

/* red 6F2E39 */

body {
	background: #222;
	color: #fff;
	font-family: times;
}

a {
	color: #fff;
	text-decoration: none;
}

#contain {
	position: relative;
	width: 680px;
	background: #777777;
	font: 9pt arial, sans-serif;
	margin: 0 auto 0 auto;
	padding: 15px 20px 20px 20px;
	border: 7px solid #222;
}
#contain h1 {
	width: 115px;
	height: 55px;
	background: transparent url('../img/spacer.gif') 0 0 no-repeat;
	margin: 10px 0 0 0;
}
#contain h1 a { display: block; height: 100%; }
#contain h1 span { display: none; }

#contain h2 {
	width: 430px;
	height: 29px;
	background-color: transparent;
	background-position: center 0;
	background-repeat: no-repeat;
	font: normal small-caps 29pt times;
	text-align: center;
	margin: 10px 0 20px 0;
}
#contain h2 span { display: none; }

#contain h2.reel { background-image: url('../img/heading-reel.gif'); }
#contain h2.games { background-image: url('../img/heading-games.gif'); }
#contain h2.student { background-image: url('../img/heading-student.gif'); }
#contain h2.resume { background-image: url('../img/heading-resume.gif'); }

#contain .left_col {
	position: relative;
	float: left;
	width: 155px;
}
#contain .right_col {
	position: relative;
	float: right;
	width: 525px
}

#disclaimer {
	padding: 0 0 10px 0;
	text-align: left;
	width: 410px;
}

.label {
	font-weight: bold;
}

.menu {
	font-size: 15pt;
	font-variant: small-caps;
	list-style-type: none;
	margin: 30px 0 60px 0;
}
.menu li { margin: 0 0 30px 0; }
.menu li a {}
.menu li a:hover { border-bottom: 1px solid #ccc; }

.menu li.active { font-weight: bold; }


#feature {
	width: 410px;
	height: 273px;
	background: #ccc;
	color: #222;
	margin: 0 0 13px 0;
	border: 3px solid #AAAAAA;
}
#feature img { display: block; border: none; }
#feature p { font-size: 12pt; padding: 10px; }


#thumbs {
	padding: 0 0 10px 0;
}
#thumbs .left_col, #thumbs .right_col { width: 48%; }
#thumbs .left_col { float: left; }
#thumbs .right_col { float: right; }
#thumbs .left_col div, #thumbs .right_col div { clear: both; }
#thumbs img {
	float: left;
	width: 60px;
	height: 60px;
	background: #888;
	margin: 0 6px 8px 0;
	border: 2px solid #AAAAAA;
}
#thumbs img.bare{
	width: 27px;
	height: 27px;
	background: #777;
	border: none;
}
#thumbs h3 {
	font-size: 10.5pt;
}
#thumbs h4 {
	font-size: 8pt;
}

/*************************
	FOOTER
*************************/
#footer {
	font-size: 14pt;
	padding: 18px 0 5px 0;
}
#footer a:hover { border-bottom: 1px solid #ccc; }

/*************************
	HEADER IMAGE
*************************/
#header-image {
	position: relative;
	width: 720px;
	height: 80px;
	background: #5E5E5F;
	background-image: url('../img/header.jpg');
	margin: 30px auto 0 auto;
}

/*************************
	FOOTER IMAGE
*************************/
#footer-image {
	position: relative;
	width: 720px;
	height: 80px;
	background: #5E5E5F;
	background-image: url('../img/footer.jpg');
	margin: 0 auto 30px auto;
}

/*************************
	GENERAL STYLES
*************************/

.cleaner { clear: both; height: 1px; }

.no_margin { margin: 0 !important; }