body { color: black; font-family: myriad, Verdana, Arial, Helvetica, sans-serif; background: #c4c5c6; margin: 0px; font-size: 10pt; text-align:center; min-width: 792px }

#container_front { /* this is the holder for the front page content */
	position:relative;
	text-align: left;
	height: 100%;
	background-color: #729ac7;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    margin: 0px auto; /* this centers the container */
    width: 792px; 
}


#container_tall { /* this is the holder for the taller sub page content */
	position:relative;
    width: 792px;
	text-align: left;
	background-color: #93abd2;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    margin: 0px auto; /* this centers the container */
}

#container_short { /* this is the holder for the shorter sub page content */
	position:relative;
	text-align: left;
    width: 792px;
	height: 100%;
	background-color: #93abd2;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    margin: 0px auto; /* this centers the container */
}


#headerlogo { position:relative; left:0; top:0; width:100%; height: 108px; background-color: #729ac7; }
#front_navigation { position:relative; left:0; }
#page_headers {position:relative; left:0; height:23px; background-color: #000000;}
.header_image {float: right; margin-left: 10px;}
#content { padding: 10px; margin-right: 15px; margin-left: 10px;}
#contact { position: absolute; bottom:5px; right: 5px }
#resume_contact {position: absolute; top:61px; right:5px}

.rezhead { font-weight:bold; font-size: 13pt; margin-left: 3px}
.rezcompany {font-weight: bold; font-size: 11pt; margin-left: 3px}
.rezcompanydates {font-weight: bold; font-size: 11pt; float: right;}
.rezposition {font-weight: bold; text-decoration: underline; margin-left: 3px}
.rezindent {margin-left: 35px;}