@charset "utf-8";
/* CSS Document */
/**
{
margin: 0;
padding: 0;
}*/
body
{
text-align: center;
font-family: Helvetica, Arial, sans-serif;
}
#wrapper
{
margin: 0 auto;
text-align:left;
width: 900px;
}
#banner
{
margin: 24px 0;
background-image:   url("../../2009/logo_gd.gif");
background-repeat: no-repeat;
height: 125px;
}
.logoinbanner
{

}
.maintitle
{
font-size: 24px;
text-transform:uppercase;
}
#contentphoto
{
background-image: url();
background-position: bottom right;
background-repeat: no-repeat;
width: 800px;
height: 400px;
}

#content
{

font-size: 16px;
width: 300px;
}


