﻿/* CSS layout */
body {
	background-color: #FFFFFF;
}


#masthead {
	margin: 0em;
	position: absolute;
	width: 800px;
	top: 0em;
	left: 0em;
}
#top_left {
	width: 113px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url('http://modesto.gymstars.com/images/Default_Page/Top_Circle.jpg');
	background-repeat: no-repeat;
	height: 89px;
}
#header {
	margin-left: 113px;
	position: absolute;
	background-image: url('http://modesto.gymstars.com/images/Default_Page/Topback.jpg');
	background-repeat: repeat-x;
	font-weight: bold;
	height: 89px;
	table-layout: fixed;
	border-collapse: collapse;
	width: 687px;
}
h2 {
	padding: 0em;
	margin: 0em;
	font-family: "Arial Black";
	font-size: 18px;
	text-align: center;
}
h1 {
	padding: 0em;
	margin: 0em;
	font-family: "Arial Black";
	font-size: 18px;
	text-align: center;
}
h1 {
	color: black
}

h2 {
	color: white;
	font-style: italic;
}

h4 {
	padding: 0em;
	margin: 0em;
	font-family: "Arial";
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

h3 {
	padding: 0em;
	margin: 0em;
	font-family: "Arial";
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
h3 {
	color: black
}

h4 {
	color: white;
}

#container {
				position: absolute;
				width: 800px;
				margin-top: 89px;
				left: 0px;
}
#left_col {
	width: 71px;
	background-image: url('http://modesto.gymstars.com/images/Default_Page/navback.jpg');
	background-repeat: repeat-y;
	height: 100%;
}
#page_content {
				position: absolute;
				top: 0px;
				left: 71px;
				table-layout: inherit;
				z-index: auto;
}
