
/* Basic Elements */
#container {
	width: 550px;
	margin: 10px auto;
	border: 5px solid #603811;
	}
#header {
	background: #72CCD8;
	width: 100%;
	}
#header h1{
	display:none;
	}
#header p{
 font-size:10px;
}
#wrapper {
	clear: both;
	}
#content {
	background: #72CCD8;
	padding: 0px 10px 10px 10px;
	}
#footer {
	clear: both;
	border-top: 1px solid #3B4041;
	text-align: center;
	padding: 5px 10px;
	color: #CCC;
	background: #476B90;
    font-size:10px;
	}
#footer A:link { text-decoration: underline; color: #8BC68B;}
#footer A:visited { text-decoration: underline; color: #8BC68B;}
#footer A:active { text-decoration: underline; color: #006600;}
#footer A:hover { text-decoration: underline; color: white;}



