@charset "utf-8";
/* CSS Document */

body  {
	font: 100%;
	background-color:#ccc;
	background-image:url(images/bck.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin: 0; 
	padding: 0;
	font-family:Arial, Helvetica, sans-serif; 
	color: #000;
}

.twoColFixLtHdr #container { 
	width: 800px;  
	background:url(images/back.jpg);
	background-repeat:repeat-y;
	margin: 0 auto;
	text-align: left; 
} 
.twoColFixLtHdr #header { 
	background:url(images/wasingertech.jpg);
	height:75px; 
	width:800px;
	margin:0 auto;
} 

.twoColFixLtHdr #header h1{
float:left;
margin:16px 0 0 15px;
}

.twoColFixLtHdr #header form{
float:right; 
margin:32px 10px 0 0; 
}

.twoColFixLtHdr #sidebar1 {
  list-style:none;
  display:block;
  padding:0;
  margin:0 0 0 5px;
  position:relative;
  width:790px;
  height:23px;
  background:#fff;
  border-bottom:1px solid #ccc;
}

.twoColFixLtHdr #sidebar1 li {
  list-style:none;
  display:inline;
  padding:0;
  margin:0;
  position:relative;
}
.twoColFixLtHdr #sidebar1 li a{
display:block;
background-image:url(images/button2.jpg);
text-align:center;
list-style:none;
width:115px;
float:left;
font-size:12px;
line-height:23px;
text-decoration:none;
color:#fff;
}

.twoColFixLtHdr #sidebar1 li a:hover{
background-image:url(images/button.jpg);
color:#fff;
text-decoration:underline;
}
.twoColFixLtHdr #mainContent {  
	padding:5px 0px 0 5px; 
	margin:0 15px 0 10px;
	position:relative;
} 

#content{
 float:right;
 width:400px; 
 display:inline; 
 margin:14px 10px 10px 10px; 
 border-left:1px dotted black; 
 padding-left:10px;
}

#footer{
line-height:23px;
width:800px;
text-align:center;
font-size:13px;
color:#394a78;
margin-top:10px;
}

a{color:#394a78;}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}