body 
{
background: url("/events/propptheeurope2010/background.jpg"); 
background-attachment: fixed; 
repeat-x #e8ffff; 
font-family: Calibri,Tahoma,Arial,sans-serif; 
font-size: 14px
}

#wrap 
{
position: relative; 
background: white; 
margin: 20px auto; 
width: 800px; 
border: solid 1px #b0b0b0; 
-moz-border-radius: 16px; 
-webkit-border-radius: 16px;
}

#sidebar 
{
float: left; 
width: 200px; 
/*background: #d0d0d0; 
height: 100%*/
}
 

#content 
{
float: left; 
width: 580px; 
padding-bottom: 40px;
}

#banner 
{
background: url("/events/propptheeurope2010/header.jpg"); 
width:800px; 
height: 200px;  
-moz-border-radius: 16px 16px 0 0; 
-webkit-border-radius: 16px 16px 0 0;
}

.clear, .footer 
{
clear: both;
}

h1 
{
font-size: 28px; 
line-height: 28px; 
border-bottom: solid 1px black; 
font-style: italic; 
margin: 18px 0;
}

.times 
{
text-align: right
}

a 
{
color: blue
}

.footer 
{
text-align: center; 
font-size: 10px; 
color: #606060; 
border-top: solid 1px #808080; 
margin: 20px; 
padding-top: 10px
}

.disclaimer 
{
letter-spacing: .25em; 
text-transform: uppercase; 
margin-bottom: 4px; 
font-family: Consolas,Arial,serif; 
font-size: 11px
}
    	
#sidebar ul 
{
list-style: none; 
padding-left: 20px; 
margin: 18px 0;
}

#sidebar li 
{
margin-bottom: 20px
}
    	
form 
{
margin: 0; 
padding: 0;
}