/* -----------------------------------------------Main Containers */
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #C3D9FF;
    font-size: 12px
    }
.maincontainer {
	width: 910px;
	height: auto;
	margin: auto;
	background: #fff;
    padding: 10px;
	}
.bodytext {
	text-align: justify;
	padding-top: 0px;
	}
.clearboth {
	clear: both;
	line-height: 5px;
	}
.bodytextright {
	float: right;
	width: 50%;
	padding: 10px;
	}
.footer {
	text-align: right;
	font-size: smaller;
	background: #eee;
	clear: both;
	padding: 5px;
	height: 13px;
	}
.teamphoto {
        background: #F9F7ED;
        clear:both;
	}
.teamphoto img{
	padding-bottom: 0px;
border-top: 3px solid #ddd;
border-right: 3px solid #bbb;
border-bottom: 3px solid #666;
border-left: 3px solid #888;
margin-bottom: 10px;
}
.floatleft {
	float:left;
	padding-right: 10px;
	}


/* -----------------------------------------------Links */
a {
	text-decoration: none;
	color: #D01F3C;
	}
a:visited {
	text-decoration: none;
	color: #D01F3C;
	}
a:hover {
	text-decoration: none;
	color: #D01F3C;
	}
.menu {
	width: 90px;
	height: 215px;
	text-align: right;
	float:right;
	background: #F9F7ED;
	padding: 10px;
        background-image: url(images/menubkg.jpg);
	}
.menu a {
	text-decoration: none;
	color: #000;
    font-size: 12px;
    font-weight: bold;
	}
.menu a:visited {
	text-decoration: none;
	color: #000;
	}
.menu a:hover {
	text-decoration: none;
	color: #D01F3C;
	}
.footermenu {
	text-align: center;
	background: #F9F7ED;
	padding: 5px;
	}
.footermenu a {
	text-decoration: none;
	color: #000;
    font-size: 12px;
    font-weight: bold;
	}
.footermenu a:visited {
	text-decoration: none;
	color: #000;
	}
.footermenu a:hover {
	text-decoration: none;
	color: #D01F3C;
	}
.floatright {
	width: 200px;
	float: right;
	padding-left: 10px;
}
h4 {
	margin-top: 5px;
	padding-top: 5px;
}
.adult_warning {
	color:#f00;
}