<!-- 
body  {
	
	margin: 0; 
	padding: 0;
	text-align: center; 
	background-color: #000;
}
.twoColFixLtHdr #container {
	width: 800px;	
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
	background-color: #FC6;
} 
.twoColFixLtHdr #header {
	padding: 10px 10px 10px 20px;
	background-color: #FC6;
	border:solid #000 thick;
	border-bottom-style: groove;
	margin: 0;
	padding: 10px 0;
	text-align:center;
	font-family: "Heavy Heap";
	background-image: url(../images/homepagelogo.jpg);
	background-repeat: no-repeat;
	}
	
.twoColFixLtHdr #header h1 {
	font-family: "Heavy Heap";
	font-size: 50px;
	color: #369;
	font-style: italic;
	text-align: center;
}

.twoColFixLtHdr #nav {
	margin-left:0px;
	padding-left: 0px;
	list-style-type: none;
	text-align:center;
	background-color: #000;
	border-bottom-style: solid;
}
.twoColFixLtHdr #nav a {
	width: 6em;
	display: inline-block;
	border: solid 3px #000;
	padding: 4px;
	margin-left: 5px;
	margin-right: 5px;
	background-color:#369;
	text-decoration:none;
	text-align:center;
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: small;
	height: 3em;
}

.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 300px;
	background: #F90;
	padding: 15px 10px 15px 20px;
	background-color: #FC6;
	font-size:small;
	
	}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 350px;
	padding: 0 20px;
	background-color: #FC6;
	font-family: "Tahoma Small Cap";
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	
} 
.twoColFixLtHdr #mainContent p {
	margin: 0 0 0 0;
	padding: 0 20px;
	background-color:#FC6;
	font-family:"Tahoma Small Cap";
	font-weight: bold;
	font-size: 14px;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; 
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}

.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;
}

.Heading {
	font-family: "Heavy Heap";
}
--> 
</style>

<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]-->

<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
