/*** Reset Elements ***/
p, form, ol, ul, h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0;}
ul, ol {list-style: none;}

/*** Global Classes ***/
body {background: #fff; color: #000; font-family: Georgia, Arial, Helvetica, sans-serif; font-size: 15px; margin: 0px; padding: 0px;}
a img {border: none;}
a {color: #000; text-decoration: none;}

.floatLeft {float: left;}
.floatRight {float: right;}
.floatNone {float: none;}
.left {float: left;}

.aLeft {text-align: left;}
.aRight {text-align: right;}
.aCenter {text-align: center;}

.bold {font-weight: bold;}
.italic {font-style: italic;}

/*** Global Structure ***/
#header {height: 101px; margin: 0px auto; width: 960px;}
#container {margin: 0px auto 20px auto; width: 960px;}
#footer {background: #2566c7; color: #FFF; text-align: center; padding: 6px;}

/*** Header ***/
#header h2 {float: left; height: 101px; text-indent: -2000px; width: 400px;}
#header h2 a {display: block; height: 101px; width: 377px;}
#header ul#menu {color: #000; float: right; font-weight: bold; margin: 68px 0px 0px 0px;}
#header ul#menu li {color: #000; display: inline;}
#header ul#menu li.rss {background: url(../img/feed.png) no-repeat 0px 3px; padding: 0px 0px 0px 18px;}
#header ul#menu li a{color: #000; text-decoration:none;}

h3 {border-bottom: 1px dotted #000; color: #000; font-weight: bold; margin: 10px 0px 10px 0px; text-decoration:none;}
ul#options{overflow: hidden; margin: 10px auto 20px auto; padding: 0px; width: 935px;}
#options li {float: left; width: 85px; height: 85px; list-style: none; cursor: pointer;}
#options li img {padding: 5px 0px 0px 5px; width: 75px;}
#options li:hover img {padding: 0px; width: 85px;}
#options a {outline: none;}

#footer p a {color: #fff; text-decoration: none;}