* {
		margin: 0;
		padding: 0;
	}
body {
	  margin: 20px auto; 
    background: rgb(205, 205, 205);
    width: 1000px;
	}
#header {
    width: 1000px;
    height: 50px;
    background-color:rgb(255,234,213);
    border: 1px solid;
    border-color: rgb(131,131,131);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; 
    font-family: Arial;
    font-size: 25px;
    text-align:center;
}
#header p{
    margin-top: 15px;
    text-align: center;
    font-style: Verdana;
    font-size: 20px;
    color: rgb(89,45,0);
}
#center {
    width: 1000px;
    height: 520px;
    background-color: rgb(255,255,255);
    border: 1px solid rgb(131, 131, 131);
    border-top: none;
}
#center #menu {
    width: 225px;
    height: 520px;
    float: left;
    background-color: rgb(255,234,213);
    border-right: 1px solid rgb(131,131,131); 
}
#center #menu ul{
  	list-style:none;
  	margin:0px;
  	padding: 0px;
  }
#center #menu a{
    text-decoration: none;
    background-color:rgb(255,234,213);                    
  	padding: 6px 30px 6px 30px;
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid rgb(117,117,117);
    display: block;
    font-family: Verdana;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    color: rgb(89,45,0);
    }  
#center #menu a:hover{
    color:rgb(255,234,213);
    background:rgb(89,45,0);
  }

#center #menu img {
    width: 225px;
    height: 150px;
    border-bottom:1px solid rgb(117,117,117);
}
#center #menu h3{
    text-align: center;
    margin-top: 8px;
    padding-bottom: 5px;
}
#wrapper{
    width:1000px;
    height: 30px;
    background-color:rgb(255,234,213);
    border: 1px solid rgb(131, 131, 131);
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;  
}
#wrapper p{
    text-align:center;
    font-family: Verdana;
    font-size:14px;
    font-weight: normal;
    position: relative;
    top: 5px;
    color: rgb(89,45,0);
}