body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#footer-wrapper {
	width: 1000px;
	padding-top: 5px;
}


#masthead {
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 297px;
	width: 1000px;
}
#footercap {
	background-image: url(images/footercap.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	width: 1000px;
}
#body-wrapper {
	width: 1000px;
	margin: 0px;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-y;
	padding: 0px;
}
#body-container {
	padding: 5px;
}
#col1-wrapper {
	float: left;
	width: 235px;
	height: 505px;
	margin-right: 5px;
	background-color: #EDEDED;
}
#col2-wrapper {
	float: left;
	width: 460px;
	height: 505px;
	margin-right: 5px;
	background-color: #ffebae;
	background-position: left top;
}

#col3-wrapper {
	float: left;
	width: 285px;
	height: 505px;
	background-color: #e9f5ff;
}
#form-wrapper {
	background-image: url(images/form-bg.jpg);
	background-repeat: no-repeat;
	height: 345px;
	width: 460px;
}
#form-container {
	width: 360px;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.form-input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#form-label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-right: 5px;
}
#resume {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-right: 30px;
	padding-left: 25px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#resume ul{
	list-style-type: none;
	margin:0;
	padding: 0;
}

#resume li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	padding-bottom: 10px;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	float: left;
}
#credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #cccccc;
	float: right;
}
#credits a:link {color: #cccccc;}
#credits a:visited {color: #cccccc;}
#credits a:hover, {color: #336699;}
