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