*{
margin:5px;
padding:05px;
}
body{
font-family:Calibri,arial,"Times New Roman";
}
#wrap{
   width: 800px;
    margin: auto;
 
background-color:#ff99;
    outline-style:  solid;
    outline-color: #ff99ff;
border:5px dashed #000;
}
#header{
width:800px;
}
h1{
font-size:34pt;
font-weight:600;
}
#nav{
width:700px;
}
#nav li{
background-color:#ff99ff;
color:#000;
text-align:center;
list-style-type:none;
margin:5px;
padding:10px;
width:170px;
float:left;
}
#main{
width:600px;
float:top;
}
#footer{
width:750px;
clear:both;
}
#pic{
width:640px;
float:bottom;
}
