@charset "utf-8";
#index {
	text-align: center;
	width: 1005px;
	margin-right: auto;
	margin-left: auto;
}
#footer-top {
	width: 1005px;
}
#footer-bottom {
	width: 1005px;
}
#maria-img img {
	text-align: center;
}
#outer {
	width: 953px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	height: auto;
}
#outer #menu-left {
	float: left;
	width: 150px;
}
#top-right {
	width: 163px;
	background-image: url(IMAGES/layout/top-right.jpg);
	float: left;
	background-repeat: no-repeat;
	height: 115px;
}
#content {
	width: 953px;
	margin-top: 313px;
	float: none;
}
#right-long-div {
	background-image: url(IMAGES/layout/home_05.jpg);
	background-repeat: no-repeat;
	text-align: center;
	float: right;
	width: 162px;
}
#left-content {
	background-repeat: no-repeat;
	height: 662px;
	width: 31px;
}
#main {
	width: 791px;
	background-image: url(IMAGES/layout/content%20bg.jpg);
	background-repeat: repeat-y;
	float: left;
}


#top-middle {
	float: left;
	width: 638px;
}
.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
