/*
    R e s e t
---------------------------*/
*{
   	margin:0;
	padding:0;
}
/*
    b o d y
---------------------------*/
body{
       background-color:#FFE4C4;
}
/*
    w r a p p e r
---------------------------*/
#wrapper{
width:800px;

margin:20px auto;
}
/*
     h e a d e r
--------------------------*/
header{
width: auto;
height: 100px;
background-image: url("HEADERSTITLE.JPG"); 

}
/*
     n a v b a r
--------------------------*/
#bob{
     	width: 800px;
	height: 30px;
	background-color: green;
	margin:0;
	padding-top:5px;
} 
#bob li{
	display:inline;
	float:right; 
	padding-right:10px;
	color:yellow;       
}
#bob a{
  	color:yellow;
	text-decoration:none;
}
/*
   c o n t e n t
-------------------------*/
#content{
width: 800px;
height: 500px;
background-color: #7FFF00;

}

#contentTxt{
           padding: 20px 0 0 20px;
}
/*
    f o o t e r
------------------------*/
footer{
width: 800px;
height: 30px;
background-color: green; 
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
}