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

#wrap {
width:860px;
margin:0 auto;
background:#99c;
}

#main {
float:right;
width:600px;
height:675px;
background:#fff;
}

#sidebar {
float:left;
width:260px;
height:675px;
background:#fff;
}

h1 { 
color:#000; 
font-size: 24px;
}

.bigText { 
font-size:40px; }

.backButton { 
float:left;}

.nextButton { 
float:right; 
padding-right:30px;}

table#menu{border:1px solid gray; width:90%; font-size:.85em; margin-left:2em; margin-bottom:30px;}
table#menu tr th{background:#eee; text-align:center; width:23%;}
table#menu tr th, table#menu tr td{padding:.5em; border:1px solid gray; }
table#menu tr td.highlight{color:green; font-weight:bold;}
table#menu tr td { vertical-align:top }
table#menu ul li { margin-left:0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; list-style-position:outside; }