﻿/* 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://www.gymstars.com/images/Default_Page/GSScircle.jpg');
    background-repeat: no-repeat;
    height: 89px;
}
#header {
	margin-left: 113px;
	position: absolute;
	font-weight: bold;
	height: 89px;
	table-layout: fixed;
	border-collapse: collapse;
	width: 574px;
}
#top_right {
	width: 113px;
	position: absolute;
	top: 0px;
	background-image: url('http://www.gymstars.com/images/Default_Page/GSMcircle.jpg');
	background-repeat: no-repeat;
	height: 89px;
	margin-left: 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 {
	background-position: left top;
	position: absolute;
	width: 800px;
	margin-top: 89px;
	left: 0px;
	height: 100em;
	border-right-style: solid;
	border-right-width: medium;
	border-right-color: #000000;
	background-image: url('../images/Default_Page/contentback.jpg');
	background-repeat: repeat-y;
	top: 0px;
}
#left_col {
	width: 71px;
	background-image: url('http://stockton.gymstars.com/images/Default_Page/GSSnavbck.jpg');
	background-repeat: repeat-y;
	height: 100%;
	margin-left: 0px;
	top: 0px;
	position: absolute;
}
#page_content {
	position: absolute;
	top: 0px;
	left: 71px;
	table-layout: inherit;
	margin-top: 0px;
	width: 658px;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
#right_col {
	width: 71px;
	background-image: url('http://www.gymstars.com/images/Default_Page/GSMnavbck.jpg');
	background-repeat: repeat-y;
	height: 100%;
	margin-left: 729px;
	top: 0px;
	position: absolute;
}
