@charset "utf-8";
/* CSS Document */

body {
	background-image: url(background1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #003333;
	margin: 0px;
	padding: 0px;
}

.rtc #container {
	width: 1024px;
	margin: 10px auto;
	height: auto;
	

}

.rtc #header {
	width: 1024px;
	padding: 0px;
	margin: 0px;

}

#navmenu {

}

#content {
	float: left;
	font: "Courier New", Courier, monospace;
	width: 400px;
	height: 280px;
	background-image: url(seal.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFFFCB;
	color: #010066;
	margin: 10px 10px 10px 10px;
	padding: 20px 20px 20px 20px;
	border: 5px solid #FFCC00;
}

#facebook {
	float: left;
	width: 400px;
	height: auto;
	background-color: #FFFFCB;
	color: #010066;
	margin: 10px 10px 10px 10px;
	padding: 20px 20px 20px 20px;
	border: 5px solid #FFCC00;
}

#footer {
	width: auto;
	height: auto;
	background-color: #FFFFCB;
	color: #010066;
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #FFCC00;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	margin-top: 0px;
	padding-top: 0px;
	overflow: auto;
	height: 1px;
    font-size: 1px;
    line-height: 0px;
}

.clearright {
	clear: right;
	margin-top: 0px;
	padding-top: 0px;
	overflow: auto;
    height: 1px;
    font-size: 1px;
    line-height: 0px;
}	

.clearleft {
	clear: left;
	margin-top: 0px;
	padding-top: 0px;
	overflow: auto;
    height: 1px;
    font-size: 1px;
    line-height: 0px;
}	