html {background:#ffc40c; font-size:12px;}
body {padding:0; text-align:center; font-family:Georgia, "Times New Roman", Times, serif;}
#header {width:950px; height:119px; background:url(images/header.png) no-repeat; margin:auto;}
#header div {float:left; width:300px; margin:25px 0 0 65px;}
#header ul  {padding-top:60px; float:right;}
#header ul li {float:left; display:block; padding:0 15px}
#header ul li a {color:#FFFFFF; text-decoration:none; font-size:15px; font-weight:bold; text-shadow: 1px 1px #666}
#scroller {position:relative;width:900px; height:390px; margin:0 auto;}
#scroller img {display:none; position:absolute; top:0; left:0; width:900px; height:390px;}

#content {width:850px; margin:20px auto; text-align:left; overflow:auto;}
#footer {width:850px; margin:0 auto 20px auto; text-align:right;}

h1 {font-size:120%; text-transform:uppercase; color:#FFFFFF;}
h2 {font-size:100%; color:#FFFFFF;}
ul {list-style-image:url(images/bullet.png)}
a {color:#FFFFFF;}

#footer, #footer a {color:#FFE79D; text-decoration:none; font-size:11px}
#footer img {margin-bottom:-10px}

/* Tiny Slider */
#container {position:relative; height:600px}
.sliderbutton {float:left; width:25px; height:600px; cursor:pointer}
.slideleft {background:url(images/icons.png) -50px -260px no-repeat}
.slideleft:hover {background-position:-0 -260px}
.slideright {background:url(images/icons.png) 0 260px no-repeat}
.slideright:hover {background-position:-50px 260px}
.slider {float:left; position:relative; overflow:auto; width:800px; height:600px}
.slider ul {position:absolute; list-style:none; top:0; left:0; margin:0; padding:0}
.slider li {float:left; width:800px; height:600px}
.pagination {position:absolute; top:40px; right:61px; list-style:none; height:25px}
.pagination li {float:left; cursor:pointer; height:8px; width:8px; background:#ccc; margin:0 4px 0 0; border:1px solid #fff}
.pagination li:hover, li.current {background:#fff}
