



#wrapper{
         margin: 0 auto;
         width: 900px;
         
}

#header {
                margin-bottom: 20px;
    	        padding:5px 10px;
		background:#ddd;
                text-align:center;
                border: 2px solid #0404B4;
                -moz-border-radius: 15px;
                -webkit-border-radius: 15px;
                border-radius: 15px;
}
	h1 {text-shadow: 0.1em 0.1em 0.2em #4000FF
	    
}

/* Tab Bar */
#bar a{

          padding:4px 6px; 
          background:#ddd; 
          text-decoration:none; 
          font-weight:bold;

/* The following four lines are to make the top left and top right corners of each tab rounded. */
          -moz-border-radius-topleft: 4px;
              border-top-left-radius: 4px;
          -moz-border-radius-topright: 4px;
           border-top-right-radius: 4px;
/* end of rounded borders */
}

#bar a:hover{
            color:#003366;
}
/* Content Layers */
#container{
            
            width: 900px;
            font-family: georgia;
            font-size: 10pt;
            background: #EOF8E6;
            padding:10px;
            border: 1px solid #0404B4;
            
}
            div.main div {display: none}
            div.main div:target {display: block}



