* {
	margin: 0px;
	padding: 0px;
}

* html #content {
	height: 400px;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	background-color: #333;
}

div#wrapper-container {
	background-image: url("../images/bkgnd.jpg");
	background-repeat: repeat-x;
	background-color: #fff;
}

div#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

div#header {
	height: 39px;
	width: 900px;
}

div#logo {
	width: 330px;
	height: 39px;
	background-image: url("../images/header.gif");
	background-repeat: no-repeat;
	float: left;
}

div#navigation {
	width: 570px;
	height: 39px;
	float: right;
}

div#content {
	width: 900px;
	min-height: 400px;
}

div#page-header {
	width: 900px;
	height: 70px;
	background-image: url("../images/header_sliver.gif");
	background-repeat: repeat-x;
}

div#date {
	font-size: 20px;
	margin-top: 30px;
	margin-left: 12px;
	float: left;
}

div#page-header-title {
	font-size: 40px;
	text-align: right;
	margin-top: 12px;
	margin-right: 12px;
	float: right;
}

div#tag-line {
	width: 900px;
	height: 70px;
	margin-top: 10px;
	margin-left: 12px;
	font-size: 30px;
}

div#column-full {
	width: 900px;
	padding-bottom: 20px;
}

div#column-full-content {
	padding-right: 34px;
	margin-left: 12px;
}

div#column-one {
	width: 576px;
	float: left;
	padding-bottom: 20px;
}

div#column-one-content {
	padding-right: 34px;
	margin-left: 12px;
}

div#column-one p {
	font-family: "Times New Roman", arial;
	font-size: 16px;
	margin-bottom: 15px;
}

div#column-two {
	width: 324px;
	float: right;
	padding-bottom: 20px;
}

div#column-two-content {
	padding-left: 45px;
}

div#column-two p {
	font-family: "Times New Roman", arial;
	font-size: 18px;
	margin-bottom: 15px;
}

div#column-two hr {
	height: 1px; 
	width: 100%;
	margin-bottom: 15px;
	border: 0;
	color: #96D7FE; /* needed for IE */
	background-color: #96D7FE;
}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

h3 {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: normal;
}

div#footer {
	background-image: url("../images/footer.gif");
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 166px;
	width: 900px;
}

div#footer-container {
	background-color: #333;
	height: 166px;
}

div#footer-group-one {
	margin-left: 330px;
	padding-top: 45px;
	width: 285px;
	color: #A6A6A6;
	font-size: 20px;
	line-height: 30px;
	position: absolute;
}

div#footer-group-two {
	margin-left: 695px;
	padding-top: 35px;
	position: absolute;
}

div#footer-group-two a {
	text-decoration: none;
	color: #A6A6A6;
	font-family: arial, helvetica;
	font-size: 14px;
}

div#footer-group-two a:hover {
	text-decoration: underline;
}

table#history {
	font-size: 14px;
	font-family: arial;
}

div#resume p {
	font-size: 16px;
	margin-bottom: 10px;
}

div#resume li {
	font-size: 16px;
	margin-left: 20px;
}

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

a:hover {
	text-decoration: underline;
}

.resume {
	font-size: 16px;
	padding-left: 40px;
}
