body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	background-color: #CCCCCC;	
}
h1 {
	font-size: 1.4em;
}
p {
	font-size: .85em;
}

/* ~~~~~~~ No need to change anything above this line ~~~~~~~ */
/* ~~~~~~~ Do not use inline styles or class selectors ~~~~~~~ */

#wholething {
width: 800px;
background-color:white;
margin: 0 auto 0 auto;
background-image: url(images/cool_logo.jpg);
background-repeat: no-repeat;
background-position: bottom right;
padding-top: 10px;
padding-left: 10px;

}

#header {
border: 5px green groove;
background-color: red;
color: white;
text-align: center;
width: 700px;

}

#navbar {
width: 125px;
font-size: 90%;
background-color: #D0D9D2;
float: left;
line-height: 25px;
padding-left: 7px;

}

#content {
border: 5px green groove;
margin-left: 7px;
width: 500px;
margin-left: 160px;

}