@charset "utf-8";
body {
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #23252e;
	color: #dbdbdb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#leftcol {
	width: 380px;
	float: left;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #6c708a;
	background-color: #60647c;
}
#header {
	margin: 0px;
	background-color: #444758;
	color: #FFFFFF;
	height: 120px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	line-height: 40px;
}
#grey {
	color: #8e8e8e;
	font-size: 40px;
}
#indent {
	font-size: 40px;
	margin-left: 35px;
}
#header a {
	display: block;
	width: 75px;
	margin-left: 265px;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	height: 35px;
	padding: 0px;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#nav {
	background-image: url(images/nav.jpg);
	height: 68px;
	background-repeat: repeat-x;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: block;
	width: 85px;
	float: left;
	text-decoration: none;
	list-style-type: none;
	color: #FFFFFF;
	text-align: center;
	margin-left: 8px;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#nav  a:link, #nav a:visited {
	color: #dbdbdb;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#nav a:hover {
	color: #f2d367;
}
a:link, a:visited {
	font-weight: bold;
	color: #DBDBDB;
}



#content {
	height: 210px;
	padding: 25px;
	overflow: auto;
}
#content img {
	border: 3px solid #CCCCCC;
	margin-bottom: 10px;
}
h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#content a {
	margin-right: 15px;
}
.formfield {
	width: 200px;
}



#rightcol {
	margin-left: 380px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;
	height: 408px;
	color: #000000;
	font-weight: bold;
	padding: 25px;
}

#footer {
	clear: both;
	background-image: url(images/footer.jpg);
	height: 44px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
}
.resume:hover  {
	background-color: #444758;
}

.resume {
	background-color: #6C708A;
	display: block;
	height: 35px;
	width: 200px;
	padding-top: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
