@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
a:link {
	color: #999999;
	font-style: normal;
	text-decoration: none;
}
.thrColFixHdr #container {
	width: 800px;  
	background: #FFFFFF;
	text-align: left; 
	margin: 5px;
} 
.thrColFixHdr #header {
	background: #FFFFFF;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 85px;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
}
.thrColFixHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* 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 */
}
.thrColFixHdr #about {
	width: 400px;
	position: absolute;
	left: 500px;
	top: 30px;
}
.thrColFixHdr #about2 {
	width: 400px;
	position: absolute;
	left: 500px;
	top: 325px;
}
.thrColFixHdr #about3 {
	width: 400px;
	position: absolute;
	left: 500px;
	top: 665px;
}
.thrColFixHdr #lnk {
	width: 1730px;
	position: absolute;
	left: 110px;
	top: 126px;
}
.thrColFixHdr #mainContent4 {
	width: 8000px;
	visibility: hidden;
	position: absolute;
	left: 400px;
	top: 50px;
}
.thrColFixHdr #mainContent3 {
	width: 8100px;
	visibility: hidden;
	position: absolute;
	left: 400px;
	top: 150px;
}
.thrColFixHdr #mainContent2 {
	width: 8000px;
	visibility: hidden;
	position: absolute;
	left: 400px;
	top: 50px;
}
.thrColFixHdr   #mainContent {
	width: 8800px;
	visibility: hidden;
	position: absolute;
	left: 400px;
	top: 50px;
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; 
	background:#DDDDDD;
} 
.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: 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 {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.name {
	color: #FFFFFF;
}
.menu {
	float: left;
	padding-top: 3px;
	position: relative;
	left: 5px;
	top: 3px;
	color: #FFFFFF;
}
.submenu {
	float: left;
	padding-bottom: 18px;
	position: relative;
	top: 17px;
	padding-left: 10px;
}
.img {
	padding-right: 170px;
}
.arrow {
	position: fixed;
	height: 65px;
	width: 25px;
	right: 15px;
	bottom: 10px;
	visibility: hidden;
}
.arrow2 {
	position: fixed;
	height: 25px;
	width: 65px;
	right: 10px;
	visibility: hidden;
	top: 15px;
}