body {

background-color:#ffffff;

margin:0;

padding:0;

text-align:center;

font-family:Verdana;

font-size:12px;

color:#dcdcdc;

}

#page {


width:600px;

margin:auto;

padding:auto;

text-align:left;

}




#mainarea {

width:600px;

height:600px;

clear:both;
color:dcdcdc;
background-image:url(bg.jpg);

background-repeat:no-repeat;


}

#contentarea {

float:left;

width:380px;

padding-left:40px;

padding-right:10px;

margin-bottom:10px;



}

#sidebar {

float:right;
margin-right: 30px;
width:120px;
}
h3 {

font-size:14px;

color:#333333;

font-weight:bold;

}
a {

font-weight: lighter;

color:#333333;

text-decoration:none;

}
a:hover {

color:#686B63;

text-decoration:underline;

}



