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

* {margin:0;padding:0;border:0;}
.clear {clear:both;}

body {
font-family:lucida grande,lucida sans,lucida sans unicode,arial,helvetica,sans-serif;
font-size:12px;
background:url(bg.jpg) repeat-x #fcd6a0;
}

#back {
position:absolute;
top:0;
right:0;
}

#container {
width:800px;
margin:0 auto;
}

#header {
background:url(header.jpg) no-repeat;
width:800px;
height:191px;
margin:0 auto;
}

#main {
width:563px;
height:366px;
float:left;
overflow:auto;
background:#fff;
}

h3 {
font-size:20px;
color:#d07b00;
padding:5px 0 5px 15px;
font-weight:normal;
}

p {
padding:5px 0 5px 15px;
line-height:1.5em;
width:530px;
}

#sidebar {
width:237px;
height:366px;
float:left;
background:url(right-bg.jpg) bottom;
}

#sidebar h3 {
font-size:16px;
font-weight:normal;
color:#fff;
padding:30px 0 0 40px;
}

#sidebar ul {
margin-left:60px;
}

#sidebar ul.times {
margin-left:50px;
}

#sidebar li {
padding:3px 0 0;
color:#fff;
}

#sidebar .times li {
list-style-type:none;
}

#footer {
background:url(footer.jpg) no-repeat;
width:800px;
height:44px;
color:#fff;
text-align:center;
line-height:50px;
}