@charset "UTF-8";
body  {
	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: #C0C0C0;
	font-family: "Lucida Grande, Lucida Sans, Lucida sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #232323;
	margin-top: 0px;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
h1 {
	color: #D5D5D5;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 24px;
	margin-bottom: 0px;
}
h2 {
	color: #D5D5D5;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-weight: bold;
	text-transform: none;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #D5D5D5;
}
h4 {
	font-size: 11px;
	font-weight: normal;
	color: #C0C0C0;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
}
h5 {
	font-size: 10px;
	font-weight: normal;
	color: #C0C0C0;
	line-height: 15px;
	margin-top: 4px;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
}
.thrColFixHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	background-color: #232323;
} 
.pEnd {
	margin-top: 2px;
	margin-bottom: 5px;
}
.thrColFixHdr #header {
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8D8D8D;
	background-color: #232323;
	padding: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 167px; /* 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 */
	background: #232323;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	padding-top: 25px;
}
.thrColFixHdr #sidebar1alt {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* 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 */
	background: #232323;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	padding-top: 25px;
	margin-right: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 202px; /* 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 */
	background: #232323;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 25px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 195px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 475px;
	background-color: #232323;
}
.thrColFixHdr #mainContent2 {
	width: 400px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
	width: auto;
	background-color: #232323;
}
.thrColFixHdr #imageholder {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	width: 450px;
	background-color: #232323;
	margin: 0;
	height: 450px;
}
.thrColFixHdr #footer {
	background: #232323;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8D8D8D;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
} 
.thrColFixHdr #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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.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;
}
a {
	color: #C0C0C0;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #C0C0C0;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #D5D5D5;
}
.intro {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	font-variant: normal;
	text-transform: none;
	letter-spacing: .08em;
}
.tiltle {
	text-align: center;
}
.collection {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	text-transform: none;
}	
	
