* { padding: 0; margin: 0; }


body {
font-family: georgia,"times new roman",serif;
background: #BAC3BC url(hg.jpg);
font-size: 12px;
line-height: 150%;
}






a { 
text-decoration: none;
}

a:link { 
color: #c00;
}

a:visited {
color: #c00;
}

a:focus, a:hover, a:active {
color: #fff;
}





img {
border: 0;
padding: 0;
margin: 0 12px 6px 0;
}

.imagefloat { 
float: left; 
}





h1 {
font-size: 32px;
letter-spacing: 5px;
font-style: italic;
font-weight: lighter;
text-align: center;
margin: 12px 0 0 0;
}


sup {
font-size: 12px;
font-weight: lighter;
text-align: center;
margin: 12px 0 0 0;
}



#wrapper { 
 margin: 0 auto;
 width: 922px;
}





#header {
 color: #ddd;
 width: 900px;
 float: left;
 padding: 10px;
 height: 200px;
 margin: 30px 0px 0px 0px;
 background: #fff;
}






#leftcolumn { 
 color: #000;
 background: #ffcc00;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 500px;
 width: 200px;
 float: left;
}

#content { 
 float: left;
 color: #000;
 background: #ffcc00;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 500px;
 width: 460px;
}

#rightcolumn { 
 color: #000;
 background: #ffcc00;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 500px;
 width: 200px;
 float: left;
 position: relative;
}

