body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #4D4D4D;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.thrColFixHdr #container { 
	width: 1010px;  
	height: 643px;
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #header { 
	background: #FFFFFF;
	padding: 28px 0 30px 28px;
	/*margin: 0 0 31px 0;*/
} 

#logo {
	margin: 28px 0 0 28px;
}

.thrColFixHdr #sidebar1 {
	float: left; 
	width: 186px; 
	background: #FFFFFF;
}

.thrColFixHdr #sidebar2 {
	float: right;
	width: 261px; 
	background: #FFFFFF; 
}

.thrColFixHdr #mainContent { 
	width: 556px;
	background-color:#FFFFFF;
	margin: 0 261px 0 186px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
} 

#content {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6d6d6d;
	margin: 0 28px 15px 12px;
}

#content a:link
{
	text-decoration: none;
}

#content a:hover
{
	text-decoration: none;
	border-bottom: 1px dotted;
	border-color: #999999;
	
}

#content a:visited
{
	color: #6d6d6d;
	text-decoration: none;
}

#seal {
	position: absolute;
	z-index: 10;
	margin: 408px 0 0 87px;
	/* margin: 78px 0 0 112px; */
}


/* ---------- NAV ---------- */

#nav-about {
	width: 115px;
	height: 20px;
	border: none;
	margin: 0 39px 15px 0;
}

#nav-about2 {
	width: 115px;
	height: 20px;
	border: none;
	margin: 0 39px 18px 0;
}

#nav-web {
	width: 31px;
	height: 20px;
	border: none;
	margin: 0 39px 15px 0;
}

#nav-web2 {
	width: 31px;
	height: 20px;
	border: none;
	margin: 0 39px 18px 0;
}

#nav-print {
	width: 114px;
	height: 20px;
	border: none;
	margin: 0 40px 15px 0;
}

#nav-print2 {
	width: 114px;
	height: 20px;
	border: none;
	margin: 0 40px 18px 0;
}

#nav-motion {
	width: 55px;
	height: 20px;
	border: none;
	margin: 0 40px 15px 0;
}

#nav-motion2 {
	width: 55px;
	height: 20px;
	border: none;
	margin: 0 40px 18px 0;
}

#nav-resume {
	width: 59px;
	height: 20px;
	border: none;
	margin: 0 0 15px 0;
}

#nav-resume2 {
	width: 59px;
	height: 20px;
	border: none;
	margin: 0 0 18px 0;
}


/* ---------- SUBNAV ---------- */

.hr-top {
	margin: 38px 0 22px 28px;
}

.hr-bottom {
	margin: 22px 0 0 28px;
}

.subnav {
	height: 13px;
	width: 146px;
	border: none;
	margin: 0 0 11px 28px;
}

.subnav-last {
	height: 13px;
	width: 146px;
	border: none;
	margin: 0 0 0 28px;
}


/* ---------- SUBTITLE & THUMBS ---------- */

#subtitle {
	height: 25px;
	width: 219px;
	border: none;
	margin: 38px 0 5px 12px;
}

#launch {
	width: 104px;
	height: 11px;
	border: none;
	margin: 10px 0 5px 12px;
}

#launch2 {
	width: 104px;
	height: 11px;
	border: none;
	margin: 15px 0 5px 12px;
}

#launch3 {
	width: 104px;
	height: 11px;
	border: none;
	margin: 5px 0 5px 12px;
}

.thumbs-first {
	width: 47px;
	height: 31px;
	border: none;
	margin: 0 5px 5px 12px;
}

.thumbs {
	width: 47px;
	height: 31px;
	border: none;
	margin: 0 5px 5px 0;
}

.thumbs5 {
	width: 47px;
	height: 31px;
	border: none;
	margin: 0 5px 0 12px;
}

.thumbs-rest {
	width: 47px;
	height: 31px;
	border: none;
	margin-right: 5px;
}

.link-red {
	color:#E35816;
}

.link-green {
	color:#BBCE2C;
}

.link-blue {
	color:#57B6DD;
}




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


