.twoColLiqLtHdr #container h1{

 font-family:"Times New Roman", Times, serif;

 font-size: 24px;

}

table {

float: left;

width: 184px;

border: 0;

margin-bottom: 20%;

}

#header {

	border: 1px solid #000;

	border-right: 1px solid #000;

	padding: 0 0px;

} 



#portfolios ul {

	font-size: 0.9em;

	list-style: none;

	margin-left: 0px;

	margin-top: 0px;

	padding-left: 0px;

}

#portfolios a:link {

	color: #FFFFFF;

	background: #cd8016;

	/*#C0751A #C18330 */

	text-decoration: none;

	display: block;

	padding: 2px;

	padding-left: 32px;

	width: 150px;

	border-bottom: 1px solid #000;

	padding-top: 6px;

}

#portfolios a:visited {

	color: #FFFFFF;

	background: #cd8016;

	text-decoration: none;

	display: block;

	padding: 2px;

	padding-left: 32px;

	width: 150px;

	border-bottom: 1px solid #000;

	padding-top: 6px;

}

#portfolios a:hover {

	color: #000000;

	background: #FFFFFF;

	text-decoration: none;	

}

#imprinteditemheader {
	display:block;
	color:#000;
	padding: 2px;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #000;
	padding-top:6px;
}

.twoColLiqLtHdr #sidebar1 {

	font-family:"Times New Roman", Times, serif;

	font-size: 18px;

	float: left;

	height: 750px;

	width: 184px; /* since this element is floated, a width must be given */

	background: #cd8016; /* the background color will be displayed for the length of the content in the column, but no further */

	padding: 0;

	border-right-width: 1px;

	border-bottom-width: 1px;

	border-left-width: 1px;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-right-color: #000;

	border-bottom-color: #000;

	border-left-color: #000;

}



/* Tips for mainContent:

1. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).

*/

body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	background: #e5d9a6;

	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;

}

.twoColLiqLtHdr #container { 

	width: 800px;  /* this will create a container 80% of the browser width */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	border: 1px solid #000000;

	border-right: 1px solid #000000;

	text-align: left; /* this overrides the text-align: center on the body element. */

	margin-top: 15px;

	background-color: #F6F4C0;

} 



.twoColLiqLtHdr #mainContent {

	padding: 20px;

	font-family:"Times New Roman", Times, serif;

	font-size: 18px;

	margin: 0 20px 0 30%;

} 

.twoColLiqLtHdr #footer { 

	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

	background-color: #F9F8C4;

	font-size: 80%;

	text-align: center;

	height: 45px;

} 

.twoColLiqLtHdr #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 */

	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

	border: #000000;

}



.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;

}


