div.header
{
background-color:rgb(252,252,252);
/*position:fixed;
top:0px;*/
z-index:2;
}

div.header_right
{
background-color:rgb(252,252,252);
}

div.header_left
{
background-color:rgb(252,252,252);
z-index:3;
}

	div.title
	{
		color: green;
		font-size:450%;
    text-align:center;
		
		
		/*margin-left:auto;
		margin-right:auto;
		background-color: white;*/
		background-color:rgb(252,252,252);
	}
	
div.header_bottom
{
position:absolute;
top:75px;
height: 45px;
z-index:3;
background-color:rgb(252,252,252);
}
	
	div.heads
{
background-image: url(../images/rams_small.gif);
background-color:rgb(252,252,252);
}

div.body
{

position:absolute;
left:150px;
top:110px;
right:150px;
/*background-color: white;*/
font-size: 110%;
background-color:rgb(252,252,252);		
}

div.left
	{
	background-color:rgb(252,252,252);
		top:50px;
		left:0px;
		float:left;
		width:110px;
		height:500px;
		margin:0;
		padding:1em;
		position:relative;
		background-image: url(http://peterkupfer.net/images/Gchs90p.PNG);
		
	}

	div.left_links
	{
		top:100px;
		left:0px;
		float:left;
		width:135px;
		margin:0;
		position:relative;
		/*background-color:#FFFFFF;
		border-width:2px;
		border-style:solid;
		border-color:#0511A6;*/
		background-image: url(http://peterkupfer.net/images/Gchs90p.PNG);
	}
	div.right
	{
		top:50px;
		right:0px;
		float:right;
		width:115px;
		height:600px;
		margin:0;
		padding:1em;
		position:relative;
		/*background-color: white;*/
		background-color:rgb(252,252,252);
		z-index:0;
	}
html
{
background-color:rgb(252,252,252);
}

		a:visited
	{
		color:rgb(0,102,102);
	/* The vlink command above changes the color of visited links on the page. I did this so that the didn't blend in so much with the background. */
	}

	table
	{
		/*background-image: url(http://peterkupfer.net/images/lblue055_water721.jpg);*/
	/* Is used this so the google search would have the right background. */
	/*	background-color: #A5DBF6;
	background-color: #005228;
	/*background-image: url(http://peterkupfer.net/images/Gchs79p.PNG);*/
	}

	p
	{
		font-size: large;
		color: #000099;
		color: rgb(0, 0, 153);
	}
p.instructions
{
font-size:120%;
font-style: italic;
}
	p.left_links
	{
		font-size: 80%;
	/*	background-color: white;*/
	background-image: url(http://peterkupfer.net/images/Gchs90p.PNG);
	}

	

	h1
	{
		font-size: xx-large;
		text-align: center;
		color: #000099
	}

	li
	{
		font-size: large;
		color: #000099;
	}

	.center
	{
		text-align: center;
	}

	.blue
	{
		color:blue;
	}
	.red
	{
		color:red;
	}
