@charset "utf-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #dddbd7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	background-image:url(images/hdr_bkgd.gif);
	background-position:top;
	background-repeat:repeat-x;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 201px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#face {
/*	width: 161px;
	height:156px;*/
	margin-left: 23px;
}
#navigation {
	margin-left: 6px;
}
.twoColFixLtHdr #mainContent { 
	width: 589px;
	float: left;
	/*margin: 0 0 0 201px;*/ /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 
#headerBox {
	width: 589px;
	float: left;
}
#title {
	width: 331px;
	height: 71px;
	float: left;
}
#tabs {
	width: 185px;
	height: 28px;
	float: left;
	margin: 43px 0px 0px 51px;
}
/* Illustration Portfolio Section Styles */
#illoBox {
	width: 568px;
	float: left;
	margin-top: 23px;
	padding-bottom: 20px;
}
#illoBoxTop {
	width: 568px;
	height: 13px;
	background-image:url(images/cornersTopIllos.gif);
	background-position:top;
	background-repeat:no-repeat;
	float: left;	
}
#illoBoxBottom {
	width: 568px;
	height: 12px;
	background-image:url(images/cornersBottomIllos.gif);
	background-position:top;
	background-repeat:no-repeat;
	float: left;	
}
#illoContainer {
	width: 564px;
	background-color: #cea6a6;
	border-left: 2px solid #6a5555;
	border-right: 2px solid #6a5555;
	background-image:url(images/gradientIlloBKGD.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	float: left;
}
#headerIllo {
	width: 523px;
	margin-left: 18px;
}
.thumbsIllo {
	width: 529px;
	margin-left: 18px;
	margin-top: 14px;
	line-height: 15px;
}
.thumbsIllo img {
	padding: 4px;
	margin-right: 8px;
	border: 1px solid #333333;
	background-color:#FFFFFF;
}

.thumbsIllo a {
	outline: none;
}

#portPiece {
	width: 523px;
	/*height: 202px;*/
	margin-top: 24px;
	margin-left: 18px;
}
/* Web Site Portfolio Section Styles */
#webBox {
	width: 568px;
	float: left;
	margin-top: 23px;
	padding-bottom: 20px;
}
#webBoxTop {
	width: 568px;
	height: 13px;
	background-image:url(images/cornersTopWeb.gif);
	background-position:top;
	background-repeat:no-repeat;
	float: left;	
}
#webBoxBottom {
	width: 568px;
	height: 12px;
	background-image:url(images/cornersBottomWeb.gif);
	background-position:top;
	background-repeat:no-repeat;
	float: left;	
}
#webContainer {
	width: 564px;
	background-color: #d0c8cf;
	border-left: 2px solid #585658;
	border-right: 2px solid #585658;
	background-image:url(images/gradientWebBKGD.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	float: left;
}
#headerWeb {
	width: 523px;
	margin-left: 18px;
}
#thumbsWeb {
	width: 529px;
	margin-left: 18px;
	margin-top: 14px;
}
#thumbsWeb img {
	padding: 4px;
	margin-right: 8px;
	border: 1px solid #333333;
	background-color:#FFFFFF;
}
/* Comics Portfolio Section Styles */
#comicBox {
	width: 568px;
	float: left;
	margin-top: 23px;
	padding-bottom: 20px;
}
#comicBoxTop {
	width: 568px;
	height: 13px;
	background-image:url(images/cornersTopComic.gif);
	background-position:top;
	background-repeat:no-repeat;
	float: left;	
}
#comicBoxBottom {
	width: 568px;
	height: 12px;
	background-image:url(images/cornersBottomComic.gif);
	background-position:top;
	background-repeat:no-repeat;
	float: left;	
}
#comicContainer {
	width: 564px;
	background-color: #c3c8b3;
	border-left: 2px solid #686a60;
	border-right: 2px solid #686a60;
	background-image:url(images/gradientComicBKGD.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	float: left;
}
/* Flash Portfolio Section Styles */
#flashBox {
	width: 568px;
	float: left;
	margin-top: 23px;
	padding-bottom: 20px;
}
#flashBoxTop {
	width: 568px;
	height: 13px;
	background-image:url(images/cornersTopFlash.gif);
	background-position:top;
	background-repeat:no-repeat;
	float: left;	
}
#flashBoxBottom {
	width: 568px;
	height: 12px;
	background-image:url(images/cornersBottomFlash.gif);
	background-position:top;
	background-repeat:no-repeat;
	float: left;	
}
#flashContainer {
	width: 564px;
	background-color: #ddc59d;
	border-left: 2px solid #897a61;
	border-right: 2px solid #897a61;
	background-image:url(images/gradientFlashBKGD.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	float: left;
}

/* Footer Styles */
.twoColFixLtHdr #footer { 
	text-align:center;
	background:#40464e; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color:#FFFFFF;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

/* Styles for transparent PNG files displaying in IE browsers */

img { behavior: url(iepngfix.htc); }