@charset "UTF-8";
/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;
background:url(images/bg.jpg) repeat;
padding:0;
margin:0;
color:#666;
}

.wrapper{
width:100%;
background:url(images/headerbg.png) repeat-x;
height:auto;
}

.header{
width:900px;
margin:0px auto;
height:177px;
padding:0;
}

.content{
width:900px;
margin:0px auto;
background:#FFF;
padding:10px;
height:500px;
}

.middle{
width:880px;

}

.left{
width:300px;
float:left;
}

.right{
float:left;
width:580px;
margin-top:10px;
}

h1{
color:#000;
}

h2{
font-size:14px;
}

img{
border:none;
}

a{
border:none;
outline:none;
color:#000;
text-decoration:none;
background:#FFFF00;
}

a:hover{
border:none;
outline:none;
color:#000;
text-decoration:underline;
background:#FFFF00;
}

.clear{
clear:both;
}

