@charset "UTF-8";
/* CSS Document */

body  {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
.twoColFixLtHdr #container {
	width: 800px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
} 
.twoColFixLtHdr #header {
	background-image: url(images/pcswebsite.png);
	height: 176px;
	width: 799px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
} 
#mainContent p {
	line-height: 1.5em;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #660000;
	margin-top: 200px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border: 2px solid #660000;
	margin-left: 20px;
}
#sidebar1 p {
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	color: #FFFFFF;
	line-height: 1.6em;
	padding-right: 10px;
	padding-left: 10px;
}
#bbb img {
	padding-right: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#face {
	background-color: #660000;
	float: right;
	width: 200px;
	margin-left: 40px;
	margin-right: 20px;
	border: 2px solid #660000;
	margin-top: 5px;
	margin-bottom: 20px;
}


#face p {
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 5px;
	text-decoration: none;
	margin: 0px;
}
.twoColFixLtHdr #footer {
	background-color: #DDDDDD;
	background-image: url(images/footer2.jpg);
	height: 90px;
	width: 800px;
	padding: 0;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	padding-top: 8px;
	padding-right: 150px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 9px;
	line-height: 40px;
}
.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;
}
#header ul {
	margin: 0;
	list-style: none;
	position: relative;
	top: 0px;
	left: 0px;
	}
#header ul li {
	float: left;
	display: block;
	width: auto;
	margin-left: 0px;
	font-size: 16px;
	text-align: center;
	
	font-style: italic;
	font-weight: bold;
	}
	
#header ul li a {
	text-decoration: none;
	color: #000;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	}

#nav {
	position: relative;
	left:210px;
	/*hack the left position for IE*/
	*left: 240px;
	top: 130px;
}
	
	
/* Fix IE. Hide from IE Mac \*/
* html #header ul li { float: left; }
* html #header ul li a {
	height: 1%;
	text-decoration: none;
}
/* End */
#header ul li a:hover {
	display: block;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	}
	.onit {
	display: block;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #600;
	
	}
	#mainContent a:link {
	color: #600;
	text-decoration: none;
	}
	#mainContent a:hover {
	color: #fff;
	background-color: #600;
	text-decoration: none;
	}
	#footer p a:link {
	color: #600;
	text-decoration: none;
	}
	#footer p a:visited {
	color: #600;
	text-decoration: none;
	}
	#footer p a:hover {
	color: #fff;
	background-color: #600;
	text-decoration: none;
	}
	#footer p a:active {
	color: #600;
	text-decoration: none;
	}
	#mainContent ul {
	font-style: italic;
	font-weight: bold;
	line-height: 1.5em;
	}
.twoColFixLtHdr #container #sidebar1 h3 {
	padding-right: 10px;
	padding-left: 10px;
}
#mainContent p {
	padding-right: 30px;
	padding-left: 10px;
}
#bbb a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}
.star {
	color: #660000;
}
 html{overflow-y:scroll;
 }
#bbb {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 800px;
}

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
#bbb a:link,#bbb img{
	padding-right: 15px;
	padding-left: 15px;
}
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 0px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
#chamber {
	margin: 5px;
	float: left;
}

