/* CSS Document */
/* reset borwser defaults for consistency */
html, body, div, span, h1, h2, h3, p, a, img, li, ol, ul, fieldset, form, label, legend {
margin:0px;
padding:0px;
border: 0px;
font-weight: inherit;
font-style: inherit;
font-size: 1em;
line-height: 150%;
font-family:Tahoma, Helvetica, sans-serif;
text-align: left;
vertical-align:baseline;
}
/*remove bullits form list items*/
ol, ul {
list-style: none;
}
a:link{
text-decoration:none;color: #0000FF;
}
a:visited{
text-decoration:none;color: #0000ff;
}
a:active{
text-decoration:none;color: #0000ff;
}
a:hover{
text-decoration:none; color: #FF0000; 
}

body{
color: #000000; 
font-size:0.7em;

background-image:url(images/.jpg); background-repeat: repeat;
}
.wrapper{
position: absolute; top:0px; left:0px; width:100%; 
}
.container{
/*background-image:url(images/bg2.jpg);*/ 
background-color:#ffffff;
position:relative; margin-left:auto; margin-right:auto; width:900px;
border-color:#CCCCCC;
border-width:0px;
border-style:solid; 

}

.mainbody{
}
.nav li{
float:left; width:180px; height:20px;background-color:#eeeeee;
text-align:center;
}
.ajax_container{
width:800px; margin-left:auto; margin-right:auto; border:#CCCCCC 1px solid;
}

.about{ float:left; color: #666666;
width:460px; margin:30px; padding:10px;border:#CCCCCC 1px solid;background-color:#eeeeee;
}
.about_testing{ float:left; color: #666666;
width:168px; height:147px;margin:30px; padding:10px;border:#CCCCCC 1px solid;background-color:#eeeeee;
}
.about_testing_ie6{ float:left; color: #666666;
width:168px; height:147px;margin-top:30px; margin-left:0px; padding:10px;border:#CCCCCC 1px solid;background-color:#eeeeee;
}
.quote{ float:left; color: #666666;
width:168px; height:170px;margin:30px; padding:10px;border:#CCCCCC 1px solid;background-color:#eeeeee;
}
.quote_ie6{ float:left; color: #666666;
width:168px; height:170px;margin-top:30px; margin-left:0px; padding:10px;border:#CCCCCC 1px solid;background-color:#eeeeee;
}
.ajax1{ float:left; color: #cccccc;
width:463px; height:100%; margin:30px; padding:10px;border:#CCCCCC 1px solid;background-color:#ffffff;
}
.ajax1 img{
position:relative; top:20px; left:120px;
} 
.ajax1 p{
font-size:3.6em; color:#eeefff; 
} 
.ajax2{ float:left; color: #cccccc;
width:168px; height:170px;margin:30px; padding:10px;border:#CCCCCC 1px solid;background-color:#ffffff;
}
.ajax2{ float:left; color: #cccccc;
width:168px; height:170px;margin-top:30px;margin-left:0px; padding:10px;border:#CCCCCC 1px solid;background-color:#ffffff;
}
.ajax2 img{ position:relative; top:75px;
width:168px;
}
#credits{
position:relative; margin-left:auto; margin-right:auto; width:900px;
}
#credits li{
float:left;
}
.green{
color:#FF0000;
}