
/* Basic Elements */
#container {
	width: 770px;
	margin: 0px auto;
	background: #3B4041;
	border: 5px solid #3B4041;
    padding:2.5px;
	}
#containerAdmin {
	width: 960px;
	margin: 0px auto;
    background:#E8EAD2;
}
#header {
	background: #FFF;
	width: 100%;
	}
#wrapper {
	border-top: 10px solid #FFF;
	clear: both;
	}
#content {
	background: #FFF;
	margin: 0px;
	}
#footer {
	clear: both;
	border-top: 1px solid #3B4041;
	text-align: center;
	padding: 5px 10px;
	color: #CCC;
	background: #3478d8;
    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;}
