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

#header_wrapper {
	width: 100%;
	margin: 0px;
	height: 120px;
}

#header {
	width: 1000px;
	margin: auto;
	height: 120px;
}

#content_wrapper {
	width: 100%;
	background-color: rgba(86,155,239,1.00);
	height: 600px;
}

#content {
	width: 980px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	height: 510px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content1 {
	background-color: rgba(255,255,255,1.00);
	height: 490px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: rgba(66,66,66,1.00);
	line-height: 1.2;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

#content1_header {
	font-size: xx-large;
	color: rgba(255,255,255,1.00);
	padding-bottom: 20px;
	background-color: rgba(73,66,52,1.00);
}

#content1_footer {
	margin: 0px;
	padding: 0px;
}

#rcorners1 {
    border-radius: 25px;
    background: #73AD21;
    padding: 20px; 
    width: 200px;
    height: 150px; 
}

#copywright {
	width: 1000px;
	margin: auto;
	}

.floatleftimgnoborder {
	float: left;
	margin-right: 1em;
	margin-bottom: .5em;
}
.floatrightimgnoborder {
	float: right;
	margin-bottom: .5em;
	margin-left: 1em;
}
