body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.thrColFixHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 550px;
	font-size: 16px;
} 
.thrColFixHdr #header {
	background: #000000;
	padding: 5px 40px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 25px;
	text-align: right;
	color: #999;
	font-size: 14px;
	vertical-align: middle;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 12px;
	padding-top: 5px;
	float: right;
	margin-right: 40px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin-left: 40px;
	width: 376px;
	height: 300px;
	position: absolute;
	z-index: 5;
	top: 29px;
} 
.thrColFixHdr #footer {
	background:#000000;
bottom;;
	top: 550px;
	width: 800px;
	z-index: 2;
	height: 25px;
	float: none;
} 
.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: 5px 0px 0px 40px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #999;
}
.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;
}

#mainimage .padding {
	z-index: 1; padding-top: 20px; padding-left: 20px; padding-right: 425px;
}

#navbar {
	position:absolute;
	top:350px;
	margin-left: 0px;
	width: 800px;
	z-index: 10;
	height: 205px;
	margin-left: 0px;
	margin-right: 0px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	padding: 0px;
}

#nav-menu ul
{
font-family: Arial, Helvetica;
list-style: none;
line-height: 145%;
letter-spacing:1px;
color: #ffffff;
display:block;
padding: 0;
margin-left: 40px;
margin-right: 605px;
opacity: 10;
border-right: 1px solid #FFFFFF;

}

#nav-menu li a
{
font-family: Arial, Helvetica;
line-height: 145%;
letter-spacing:1px;
text-decoration: none;
color: #666666;

}
#nav-menu li a:hover
{
color: #ffffff;
background: #333333;

}

#subnav-menu
{

	font-size: 13px;
letter-spacing:1px;
line-height: 160%;
top:392px;

}

#subnav-menu ul
{
	position:absolute;
	top:392px;
	margin-left: 215px;
	z-index: 30;
	width:109px;
	list-style: none;
	font-family: Helvetica, Arial;
	color: white;
	font-size: 13px;
	height: 200px;
	padding: 0px;
	font-weight: lighter;
}

#subnav-menu li a
{
font-family: Arial, Helvetica;
font-size: 13px;
line-height: 160%;
letter-spacing:1px;
text-decoration: none;
color: #666666;

}
#subnav-menu li a:hover
{
color: #ffffff;
background: #333333;

}

#logo2 { 
margin-left: 40px;
margin-top: 10px;
font-family: Arial, Helvetica;
letter-spacing:1px;
line-height: 145%;
list-style: none;
textdecoration: none;

	
}

#footertext {
	position:absolute;
	bottom:2px;
	margin-left: 40px;
	width: 200px;
	z-index: 30;
	height: 20px;
	margin-right: 0px;
	padding: 0px;
	float: left;
}

#footer {
	position:absolute;
	top:550px;
	margin-left: 0px;
	width: 800px;
	z-index: 30;
	height: 25px;
	background: black;
	padding: 0px;
	color: #666666;
	font-family: Arial, Helvetica;
	font-size: 11px;	
}

#desctext {
	position:absolute;
	top:392px;
	margin-left: 325px;
	z-index: 30;
	width:425px;
	font-family: Helvetica, Arial;
	color: white;
	font-size: 13px;
line-height: 145%;
	height: 250px;
	padding: 0px;
	font-weight: lighter;
}

#desctext a { 
font-family: Arial, Helvetica;
font-weight: lighter;
line-height: 160%;
letter-spacing:1px;
text-decoration: none;
color: #666666;
	
}

#desctext a:hover { 
color: #ffffff;
background: #333333;
	
}

h1
{
	color: #fff;
	font-size: 18px;
	font-weight: bolder;
	margin: 0 0px;
	padding: 0.08em 0;
}

h1 sup
{
	color: #fff;
}

h1 a
{
	color: #fff;
	text-decoration: none;
}

h1 .company, h1 a .company
{
	color: #fff;
}

h2
{
	color: #fff;
	font-size: 2.8em;
}

h3
{
	color: #fff;
	font-size: 18px;
}

h4
{
	font-size: 1.3em;
}



.content
{
	margin: 0 0px;
	color: #FFF;
}

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 2.5em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

#myGallery
{
	text-align: left;
	margin: 0 auto;
	color: #FFF;
	z-index: 30;
}

