﻿/* GLOBAL */
body { background: #000 url(../App_Images/bckg.png) repeat-x top; font: normal 12px/16px "Segoe UI", Tahoma, Verdana, Arial; }
.clear { clear: both; }

/* TYPOGRAPHY */
h1 { font-size: 16px; color: #982a28; margin-bottom: 20px; }
h2 { font-size: 12px; color: #FFF; text-align: center; }
h3 { font-size: 13px; color: #982a28; margin-bottom: 20px; display: inline; }
h3 a:link, h3 a:visited, h3 a:active { color: #982a28; text-decoration: underline; }
h3 a:hover { color: #333; }
p { margin-bottom: 10px; }
.sp-item p { color: #FFF; }
.sp-item a:link, .sp-item a:visited, .sp-item a:active { color: #FFF; }
.sp-item a:hover { color: #CCC; }

/* LAYOUT */
#wrapper { width: 940px; margin: 0 auto 10px auto; background-color: #FFF; }
#header { height: 200px; }
#menu-cntr { padding-left: 200px; height: 26px; background: #1A1A1A url(../App_Images/bckg_nav.png) repeat-x; }
#cnt-cntr { background: #555; }
#spotlight { width: 200px; float: left; background-color: #555; }
.sp-item { margin: 10px; padding: 10px; border: solid 1px #CCC; background-color: #333; text-align: center; }
#content { width: 720px; float: left; padding: 10px; background: #FFF; }
#scrollpane { width: 660px; height: 260px; }
#scroller { width: 940px; height: 300px; display: block; }
#footer { height: 30px; text-align: right; padding-right: 20px; line-height: 28px; background: #CCC; }

/* LISTS */
#footer ul li { display: inline; }