﻿/* CSS layout */
#body {
    background-position: 800px;
    background-image: url('http://stockton.gymstars.com/images/Backgrounds/purpleblackgrad.jpg');
    background-repeat: repeat-y;
    background-color: #FFFFFF;
}


#masthead {
	position: absolute;
	width: 800px;
	top: 0em;
	left: 0px;
	border-right-style: solid;
	border-right-width: medium;
	border-right-color: #000000;
}
#top_left {
    width: 113px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url('http://stockton.gymstars.com/images/Default_Page/Top_circle.jpg');
    background-repeat: no-repeat;
    height: 89px;
}
#header {
	margin-left: 113px;
	position: absolute;
	background-image: url('http://stockton.gymstars.com/images/Default_Page/topback.jpg');
	background-repeat: repeat-x;
	font-weight: bold;
	height: 89px;
	table-layout: fixed;
	border-collapse: collapse;
	width: 687px;
	border-right-style: solid;
	border-right-width: medium;
	border-right-color: #000000;
}

h1 {
    padding: 0em;
    margin: 0em;
    font-family: "Arial Black";
    font-size: 18px;
    text-align: center;
    color: black
}

h2 {
    padding: 0em;
    margin: 0em;
    font-family: "Arial Black";
    font-size: 18px;
    text-align: center;
    color: white;
    font-style: italic;
}

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

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

#container {
				position: absolute;
				width: 800px;
				margin-top: 89px;
				left: 0px;
				height: auto;
				border-right-style: solid;
				border-right-width: medium;
				border-right-color: #000000;
}
#left_col {
	width: 71px;
	background-image: url('http://stockton.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: 1000;
	margin-top: 0px;
}
