@charset "utf-8";

a {
	color: #f26522;
	text-decoration: none;
}

a:hover {
	color: #F48753;
}

a:visited {
	color: #BE460C;
}

body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: "Times New Roman", Times, serif;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}

input, textarea {
	font-family: "Times New Roman", Times, serif;
	color: #444444;
	font-size: 12px;
}

td, tr {
	font-family: "Times New Roman", Times, serif;
	color: #444444;
	font-size: 12px;
}

li {
	margin-left: -18px;
}

.resumebullet {
}

.resumeheader {
	padding-left: 10px;
	font-style: italic;
	font-weight: bold;
}

#container {
	position: relative;
}

#contentarea {
	width: 900px;
}

#copyright {
	bottom: 0px;
	font-size: 10px;
	color: #444444;
	padding-bottom: 3px;
	padding-left: 3px;
}

#header, #headbg {
	background-attachment: fixed;
	background-position: left top;
	height: 79px;
}

#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;

}

#headbg {
	background-image: url(../images/headerbg.png);
	background-repeat: repeat-x;
}

#menu {
	font-size: 18px;
	font-weight: bold;
	color: #f26522;
	float: left;
	text-transform: uppercase;
	line-height: 24px;
	padding-left: 20px;
}

#content {
	font-size: 14px;
	color: #444444;
	padding-left: 10px;
	padding-top: 6px;
	height: 90%;
	float: none;
	margin-left: 200px;
}
