html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #c5c5c5;
	SCROLLBAR-FACE-COLOR:#4c4c4c;
	SCROLLBAR-HIGHLIGHT-COLOR:#FFFFFF;
	SCROLLBAR-SHADOW-COLOR:#FFFFFF;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-BASE-COLOR: #5a5a5a;
	SCROLLBAR-DARK-SHADOW-COLOR:#FFFFFF;
}
	 
#left {
	position: absolute;
	left:100px;
	top:200px;
	height:400;
	width:110px;
	background-image: url("left_pilates.jpg");
	background-repeat: no-repeat;
	padding-left:5px;
	color: white;
	font-size: 7pt;
	text-align: left;
	FONT-family:Arial,sans-serif;
}

#left2 {
	position: absolute;
	left:100px;
	top:200px;
	height:900;
	width:110px;
	background:#4c4c4c;
	padding-left:5px;
	color: white;
	font-size: 7pt;
	text-align: left;
	FONT-family:Arial,sans-serif;
}

#left3 {
	position: absolute;
	left:100px;
	top:200px;
	height:1700;
	width:110px;
	background:#4c4c4c;
	padding-left:5px;
	color: white;
	font-size: 7pt;
	text-align: left;
	FONT-family:Arial,sans-serif;
}

#header {
	FONT-family:Comic Sans MS, cursive;
	letter-spacing: 3px;
	text-align: left;
	color:darkblue;
	/* IE 5.5 */
	padding-left:10px;
	margin-Top: 50px;
	margin-left: 100px;
}
#left a { color:white; }
#left a:hover { color:yellow; }
#left a:visited { color:lightgrey; }
#left2 a { color:white; }
#left2 a:hover { color:yellow; }
#left2 a:visited { color:lightgrey; }
#left3 a { color:white; }
#left3 a:hover { color:yellow; }
#left3 a:visited { color:lightgrey; }

#news {
	position: absolute;
	left:100px;
	top:100px;
	z-index:10;
}
#pageheader {
	position: absolute;
	left:100px;
	top:100px;
	height:77;
	width:750;
	background-color:#4250f0;
	FONT-family:Arial,sans-serif;
	color: darkblue;
	font-size: 17pt;
	padding-top:30px;
	padding-right:15px;
	text-align: right;
}
html>body #pageheader {
	/* Mozilla and Safari */
	height:50;
}

#main {
	/* these two margins affect IE 5.5 */ 
	position: absolute;
	left:210px;
	top:200px;
	height:400;
	width:640;
	border:0px solid #000;
	background:#fff;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	FONT-family:Arial,Sans-Serif;
	font-size: 10pt;
	color:darkblue;
	overflow:auto;
}
#main a { text-decoration: underline; }
html>body #main {
	/* these two margins affect Mozilla and Safari */ 
	width: 615;
	height:380;
}
#main2 {
	/* these two margins affect IE 5.5 */ 
	position: absolute;
	left:210px;
	top:200px;
	height:900;
	width:640;
	background:#fff;
	border:0px solid #000;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	FONT-family:Arial,Sans-Serif;
	font-size: 10pt;
	color:darkblue;
	overflow:auto;
}
html>body #main2 {
	/* these two margins affect Mozilla and Safari */ 
	width: 615;
	height:880;
}
#main3 {
	/* these two margins affect IE 5.5 */ 
	position: absolute;
	left:210px;
	top:200px;
	height:1700;
	width:640;
	background:#fff;
	border:0px solid #000;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	FONT-family:Arial,Sans-Serif;
	font-size: 10pt;
	color:darkblue;
	overflow:auto;
}
html>body #main3 {
	/* these two margins affect Mozilla and Safari */ 
	width: 615;
	height:1680;
}
#main table {
	font-size:8pt;
	width:90%;
	padding:10px;
	background: #c5c5c5;
	border: solid darkblue; 
	border-width: 1px;

}
#main a { color:darkblue; }
#main2 a { color:darkblue; }

#footer {
	position: absolute;
	left:100px;
	top:600px;
	width:750;
	height: 15px;
	border: solid #000000; 
	border-width: 1px 0;
	background:#4c4c4c;
	padding-left:10px;
	margin-bottom: 1cm; 
	color: white;
	font-size: 7pt;
	text-align: left;
	FONT-family:Arial,sans-serif;
}
#footer2 {
	position: absolute;
	left:100px;
	top:1100px;
	width:750;
	height: 15px;
	border: solid #000000; 
	border-width: 1px 0;
	background:#4c4c4c;
	padding-left:10px;
	margin-bottom: 1cm; 
	color: white;
	font-size: 7pt;
	text-align: left;
	FONT-family:Arial,sans-serif;
}
#footer3 {
	position: absolute;
	left:100px;
	top:1900px;
	width:750;
	height: 15px;
	border: solid #000000; 
	border-width: 1px 0;
	background:#4c4c4c;
	padding-left:10px;
	margin-bottom: 1cm; 
	color: white;
	font-size: 7pt;
	text-align: left;
	FONT-family:Arial,sans-serif;
}
html>body #footer3 {
	width:755;
}
html>body #footer2 {
	width:755;
}
html>body #footer {
	width:755;
}
a { text-decoration: none; }
#nav {
	position: absolute;
	left:100px;
	top:177px;
	height:23;
	width:750;
	background:#4250f0;
	padding-left:120px;
	FONT-family:Arial,sans-serif;
	font-size: 10pt;
	color: white;
	border:0px solid #000;
	text-align: center;
}
html>body #nav {
	width:645;
}
ul#navigation {
	padding: 0;
	margin: 0;
	background:#4250f0;
	color: yellow;
	float: center;
	width: 100%;
}
ul#navigation li { display: inline; }
ul#navigation li a {
  padding: .25em 1em;
	background:#4250f0;
  color: white;
  text-decoration: none;
  float: left;
}
ul#navigation li a:hover {
	color: #000;
	background-color: #fff;
}


