/* Global Styles */
* {margin:0; padding:0;}
body {font-family:Arial, Helvetica, sans-serif; background:#b1714b url(images/bodybg.jpg) top repeat-x;} 
h1 {color:#04499d; font-size:22px; margin-bottom:8px;}
p {font-size:15px; margin:0 0 15px 0; line-height:1.35em;}
a {color:#04499d;}
a:hover {text-decoration:none;}

/* Container Blocks */
#wrap {width:730px; background:#fff; padding:10px; margin:25px auto 10px auto;}
#content {background:url(images/contentbg.jpg) bottom right no-repeat #fcead4; padding:15px; overflow:hidden; height:100%; margin-top:-4px;}
#left {float:left; width:185px; border-right:1px solid #964616;}
#right {float:right; width:500px;}
#botlinks {margin:15px auto;}
#footer {clear:both; text-align:center; color:#fff; font-size:12px; padding-bottom:15px;}

/* Container Styles */
#left ul {margin-left:10px;}
#left ul li {list-style-type:none; padding:10px 0;}
#left ul li a {color:#964616; font-size:16px; display:block; left no-repeat; text-decoration:none; border-bottom:1px solid #964616; padding-bottom:5px; font-family:Verdana, Arial, Helvetica, sans-serif;}
#left ul li a:hover {color:#04499d; border-bottom:1px solid #04499d; left no-repeat;}
#left h1 {margin:8px auto; font-size:20px;}
#right ul {margin:-5px 0 15px 25px;}
#right ul li {padding:6px 0;}
#footer a {font-size:12px; color:#fff;}
#footer a:hover {text-decoration:none;}
#botlinks ul {text-align:center;}
#botlinks ul li {display:inline; padding:5px 8px; border-right:1px solid #c0c0c0;}
#botlinks ul li.last {border:0;}
#botlinks ul li a {font-size:12px; text-decoration:none;}
#botlinks ul li a:hover {text-decoration:underline;}

/* Classes */
.right {float:right;}
.left {float:left;}
.center {text-align:center;}
.small  {font-size:12px; color:#04499d;}
h1.center {margin-bottom:15px;}
img.right {margin:0 0 15px 15px;}