/* Global styles */

body{
 font: .75em arial, helvetica, sans-serif;
}

h2{
 margin-top: 1.5em;
 margin-bottom: .5em;
}

#header h1{
 font-size: 25px;
}

#header h1 img{
 width: 100px; height: 68px;
 vertical-align: top;
}



/* Hide navigation and Flash box */

#navi, #flashani{
 display: none;
}


/* Style "Register Now" box */

#register{
 border: 4px double #000;
 padding: 4px;
 font-style: italic;
 margin-bottom: 1.5em;
}

#register h2, p{
 margin: 0;
}



/* Float main content to the right */

#content{
 float: right;
 width: 72%;
}



/* Sidebar to the left */

#sidebar{
 width: 25%;
 border: 1px solid #000;
 padding: 2px;
 font-size: .9em;
}


/* Style the sidebar text */

#sidebar h2{
 margin-top: 0;
}

#sidebar dl dt{
 font-weight: bold;
 margin-top: 1em;
}

#sidebar dl dd{
 margin-left: 0;
}