/*DSCA style sheet 3-31-07 Margo Warner*/

body
{
   font-family: Arial, Helvetica, sans-serif;
   /*background: #060;*/
   background: url(../images/wr2454r.gif) repeat;
   font-size: 90%;
   margin-top: 5em;
   margin-bottom: 5em;
  
}


/*The style for the main area of the page.*/
#container
{
    margin: 0 auto;
    width: 90%;
    background: #fff url(../images/header-base-2.gif) repeat-y; 
}

h1
{
   background: #ff6dd;
   color: #060;
   padding-top: 20px;
   font-size: 200%;  
  
}


h2
{
   margin-top: 0;
   color: #060;
   font-weight: bold;
   font-style: italic;
}

h3
{
   color: #060;
     
}


#banner
{
    background: #fff6dd;
    /*border-bottom: 5px solid #060;*/ 
    height: 45px;
    padding: 15px 0 10px 10px;	
}

#banner img 
{
    float: left;
    padding-right: 10px;
    border: 0;		
}

#nav
{
   float: left;
   width: 150px;
   display: inline;
   margin-left: 20px;
   padding: 15px 0;      
}

#nav ul
{
   margin: 0;
   padding: 0;
   list-style-type: none;
   text-align: left;
}

#nav li
{
   background: #fff6dd;
   padding: 5px 10px 5px 5px;
   font-weight: bold;
}

#nav a:hover 
{
   
   text-decoration:none;  
}


#content
{
    float: left;
    width: 475px;
    margin-left: 25px;
    padding: 15px 0;
}

#content a:hover
{
   text-decoration:none;
   background-color: #fff6dd;
}

#footer
{
   clear: both;
   background: #fff6dd;
   color: #060;
   margin-top: 5px;
   padding: 5px 10px;
   font-size: 90%;
   text-align: center;
   border-top: 2px solid #060;
   border-bottom: 2px solid #060;
}

#footer a:hover
{
    text-decoration:none;
}


.castle
{
   border: 1px solid #060;  
   margin-left: 250px;     
}

/*Used to center and format the first lines on the games page*/
.games
{
   font-size: 125%;
   color: #060;
   text-align:center; 
}
/*The following 2 divs are used to place photos in text*/
div.photo_right
{
   float: right;
   width: 153px;
   margin: 0 1em 1em 1em;
   display: inline;
}

div.photo_left
{
   float: left;
   width: 153px;
   margin: 0 1em .25em 1em;
   display: inline;
}
/*Game_info is used to format the information about parking etc. at the bottom of games.html*/ 
p.parking
{
   font-weight: bold;
   text-align: center;
}

