
body{
background-color:#474747;
background-image:url(../images/bg_grad.jpg);
background-repeat:repeat-x;
text-align:center;
font-family: "Century Gothic","Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
font-size:16px;
}

h1{
font-size:18px;
}

.centered_wrapper{
margin-bottom:10px;
background-color:#ffffff;
margin: 0px auto;
text-align:left;
width:900px;
height:auto;
position:relative;
}

.inner_wrapper{
background-color:#ffffff;
padding-bottom:0px;
height:auto;
width:900px;
float:left;
display:inline;
}


.header{
background-image:url(../images/header_lowQ.jpg);
height:239px;
width:900px;
float:left;
display:inline;
}


.menu{
margin-top:-32px;
margin-left:-20px;
float:left;
display:inline;
}

.menu_item{
margin-left:40px;
float:left;
display:inline;
}
.menu_item a{ 
text-decoration:none;
color:#000;
}
.menu_item a:hover{ 
text-decoration:underline;
color:#233c6e;
}

.content_left{
margin-top:20px;
margin-left:20px;
width:500px;
font-size:14px;
text-align:justify;
float:left;
display:inline;
}


.content_right{
margin-top:20px;
margin-left:20px;
width:330px;
float:left;
display:inline;
}


.footer{
background-image:url(../images/footer.jpg);
margin-top:20px;
width:900px;
float:left;
text-align:center;
color:#fff;
font-size:12px;
display:inline;
}

