
/* Basic Elements */
#container {
	width: 770px;
	margin: 0px auto;
    background: #FFFAE4;
	}
#containerAdmin {
    background: #FFFAE4;
	}
#TopNav {
	border-top: 5px solid #07B2E6;
    padding: 3px 0px;
	background: #252122;
	}
#header {
	}
#header h1{
	display:none;
	}
#wrapper {
	clear: both;
	}
#content {
	padding: 0px 10px 10px 10px;
	}
#footer {
    margin-top:10px;
	clear: both;
	border-top: 1px solid #A1D5FD;
	text-align: right;
	padding: 5px 10px;
	color: #CCC;
	background: #26393D;
    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;}

