/* CSS Document */

body{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0px; background:url(../images/bg.jpg) repeat-x top;}

#main_wrapper{width:1002px;  margin:0px auto; background:#FFFFFF; background:url(../images/bg.jpg) repeat-x top;}

#div_gym{width:500px; float:left; height:550px; background:url(../images/gym_bg.gif) no-repeat top left;}

.gym_logo{width:600px; height:550px; margin:0px auto; float:left}
 
.school_logo{width:400px; height:550px; margin:0px auto; float:left}

#div_school{width:500px; float:left; height:550px; background:url(../images/sch_bg.gif) no-repeat bottom right;}

#footer{ width:100%; height:25px; margin:0px auto; font-weight:bold; padding:0px; background:#c41c14; float:left; border-bottom:5px solid #F5DA5B;}

#footer .left{
	width:340px;
	height:20px;
	margin-top:5px;
	color:#fff;
	margin-left:15px;
	float:left;
}

#footer .right{
	width:335px;
	height:20px;
	margin-top:5px;
	color:#fff;
	float:right;
}

#footer .right a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

#footer .right a:hover{
	color:#000;
	text-decoration:underline;
}

