body { background: url('background.jpg') center no-repeat #231f20; font-family:Arial, Helvetica, sans-serif; }

h1 { font-size: 30px; margin: 20px 0 0 0; text-shadow:1px 1px 1px #000000; }

h2 {  font-size: 24px; padding: 55px 0 0 0; text-shadow:1px 1px 1px #000000; }

img { border:0; }

/*
    HEADER CSS
*/



#wrapper { width:960px; margin: 0 auto; padding:0;  }

.header { }

.navigation { float: right; position: relative; margin-top: 15px; }

.logo { width: 140px; float: left; }

.heading { width: 100%; padding: 20px 0; display: table; }


/*
    ROUND ABOUT SLIDESHOW
*/


ul#roundabout {
    margin: 0 auto;
    list-style: none;
    width: 550px;
    height:500px;
    list-style:none outside none;
    margin:0 auto;
    padding:0;
    width:800px;
}

.roundabout-moveable-item {
    border: 2px solid #FFF;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    height: 240px;
    overflow: hidden;
    width: 480px;
    padding: 0px;
    margin-top: -8px;
    margin-left: -7px;
}

.roundabout-moveable-item img {
    width:100%;
}

.roundabout-in-focus {
	   border-width:4px;
      
}

.select_msg { background:url(up_arrow.png) center top no-repeat; height:100px; }
.select_msg h2 { }



