@charset "UTF-8";
#card {
	width: 650px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
a:link, a:active, a:visited {
	color: #B65627;
	text-decoration: none;
}
a:hover {
	color: #D69D28;
	text-decoration: none;
}
#gallery  {
	margin-left: 40px;
	width: 600px;
}
body {
	background-color: #595a5c;
	background-image: url(images/bkgd.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
	font-family: "Times New Roman", Times, serif;
}
#container {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 2px solid #2A2E68;
	background-color: #FFFFFF;
	position: relative;
}
.logo {
	margin-left: 14px;
	margin-right: 46px;
}
#header ul {
	list-style-type: none;
	display: inline;
}
#header {
	background-image: url(images/header.gif);
	height: 140px;
	margin-bottom: 0px;
}
#content {
	margin: 0px;
	padding: 0px;
}
#nav {
	padding-top: 88px;
	padding-left: 500px;
	font-size: 16px;
	font-weight: bold;
}
#header li {
	display: inline;
	margin-right: 46px;
}
.drop {
	font-style: italic;
	color: #9A6034;
	font-size: 30px;
}
#indextext {
	width: 280px;
	margin-right: auto;
	margin-left: 360px;
}
#indeximg {
	width: 330px;
	position: absolute;
	background-image: url(images/serpent.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	bottom: 0px;
	left: 0px;
	height: 350px;
}
h1 {
	font-weight: normal;
	color: #CC3300;
}
#subnav {
	width: 300px;
	float: right;
	font-style: italic;
	font-size: 18px;
}
#subnav li {
	list-style-image: url(images/bullet.gif);
	margin-bottom: 20px;
	list-style-position: outside;
	margin-top: 40px;
}
#page {
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
}
#resume {
	margin-right: 100px;
	margin-left: 100px;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 0px;
}
#contact {
	width: 360px;
	margin-right: auto;
	margin-left: 400px;
}
.imgright {
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	font-size: small;
}
