@charset "UTF-8";
body {
	background-color: #000000;
}

.menu {
	margin-left:auto;
	margin-right:auto;
	width:820px;
	height:120px;
}

.menucell {
	height:120px;
	vertical-align:top;
}

.menudiv {
	height:120px;
	overflow:hidden;
}

.mainbg {
	background-image:url(images/main_background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:820px;
	margin-left:auto;
	margin-right:auto;
}

.bodyarea, .bodyareaspaced {
	padding:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#e5e5e5;
	vertical-align:top;
}

.bodyareaspaced {
	line-height:1.3;
}


.resumearea {
	padding:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#e5e5e5;
	vertical-align:top;
}

.subhead2 {
	font-size:15px;
	font-weight:bold;
}

li.lispace {
	margin-bottom:13px;
	margin-left:-10px;
}


.contactarea {
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#e5e5e5;
	text-align:right;
	width:780px;
}

.samplethumb {
	border-width:2px;
}

.spacer1 {
	width:1px;
	height:1px;
	font-size:1px;
	display:inline;
}

a:link {
	color:#d2964b;
}

a:visited {
	color:#d2964b;
}

a:hover {
	color:#6273b0;
	background-color:#ffaf50;
	text-decoration:none;
}

a:active {
	color:#ffffff;
}

