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

body {
margin: 0 auto;
background: #626c6b url(bg.gif) top center no-repeat;
font-family:arial,sans-serif;
color: #000;
font-size: 12px;
}

#page {
width: 790px;
margin: 0 auto;
}

#head { padding: 21px 0px 0px 110px; }

#content {
width: 665px;
padding: 29px 0px 0px 103px;
line-height: 2em;
}

#left {float:left;width:336px;height:290px;}
#right {float:right;width:259px;height:290px;padding-left:70px;}

#bleft {float:left;width:325px;padding-top: 7px;}
#bright {float:right;width:325px;padding:7px 0px 0px 15px;}

#foot {
text-align: center;
padding-top: 22px;
}

h1 {font-size:33px; display:inline;}
h2 {display:inline;}

a {color: #3178c0;}

#clear {clear:both;}

#spacer {height:26px;}