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

h1 {

font-size:22px;

}

#wrapper {

width:800px;
margin-left:auto;
margin-right:auto;

}

#header {

}

#gad {

}

#content {
width:600px;
float:right;
font-size:18px;
}

#navbar {
width:200px;
float:left;

}

#footer {

clear:both;
text-align:center;

}
