        body {
		margin:0;
		padding:0;
		color:#000;
		background:#a7a09a;
                font-family:comic sans MS;
	}
	#wrap {
		width:1000px;
		margin:0 auto;
		background:#99c;
                
	}
	#header {
    	padding:5px 10px;
		background:#ddd;
                text-align:center;
                text-shadow: 0.1em 0.1em 0.2em black
	}
	h1 {text-shadow: 0.1em 0.1em 0.2em black
	    
    }
	#nav {
		padding:5px 10px;
		background:#c99;
	}
	#nav ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li {
		display:inline;
		margin:0;
		padding:0;
	}
	#main {
		float:right;
		width:760px;
		padding:10px;
		background:antiquewhite;
                
	}
	h2 {
                text-align:center;
		margin:0 0 1em;
	}
        h4 {
                text-align: center;
        }

	#sidebar {
		float:left;
		width:200px;
		padding:0px;
                margin-bottom: 30px;
		background:#99c;
	}

        #sidebar img{
                width: 50%;
                margin-left: 35px;
                margin-top: 20px;

        }

        a{
              text-decoration:none;
}

        

	#footer {
		clear:both;
		padding:5px 10px;
		background:#cc9;
	        text-align: center;
         }

	 #left-div{
                   display: inline;
                   float: left;
         }

         #right-div{
                    display: inline;
                    float: right;
         }
         #center-div{
                    display: inline;
         }











	

