/* ampowrel.css relative positioning css style sheet for americanpowerlifter.com
Author Richard Miller Jr Copyright 2005-2006. 
Version 2.4 July 20, 2006 */

body
	{
		margin: 0px;
		padding: 0px;
		background-color: #666; /* medium gray */
	}

#all
	
	{
		padding: 10px 0px;
		width: 90%;
	
	}


#logo

	{
		position: relative;
		top: 10px;
	}

#nav

	{
		position: relative;
		top: 10px;
		width: 550px;
		border-width: 1px;
		border-style: none;
		border-color: #333; /* dark blue */
		padding: 4px;
	}

#main-content

	{
		position: relative;
		top: 20px;
		width: 90%;
		text-align: center;
		border-width: 1px;
		border-style: none;
		border-color: #333; /* dark blue */
		padding: 6px;
	}

#footer

	{	
		position: relative;
		width: 360px;
		top: 20px;
		text-align: center;
		font-size: 100%;
		border-width: 1px;
		border-style: none;
		border-color: #333; /* dark blue */
		padding: 3px;
	}


	a 	{
		font-family: "MS Sans Serif", "Verdana", "Tahoma", 				"Arial","Helvetica";
		font-size: 100%;
		font-weight : bold;
		color: #3300CC; /* blue */
		text-decoration: underline;
		}

	a:visited {
		font-family: "MS Sans Serif", "Verdana", "Tahoma", 				"Arial", "Helvetica";
		font-size: 100%;
		font-weight : bold;
		color: #FF0000;  /* red */
		text-decoration: underline;
		}

	a:hover {
		font-family: "MS Sans Serif", "Verdana", "Tahoma", 				"Arial", "Helvetica";
		font-size: 100%;
		font-weight : bold;
		color: #FFFFFF; /* white */
		text-decoration: none;
		}

	h1
		{
		font-weight: bold;
	 	text-align: center;
	 	color: #000000; /* black */
	 	font-family: 'Gill Sans', Arial, sans-serif
		}

	h2	{
		font-weight: bold;
	 	text-align: center;
		color: #0000FF; /* blue */
	 	font-family: 'Gill Sans', Arial, sans-serif
		}

	h3	{
		font-weight: bold;
	 	text-align: center;
		color: #FF0033; /* red */
	 	font-family: 'Gill Sans', Arial, sans-serif	
		}

	p 	{
		color: #000000;  /* black */
	  	text-align: center;
  	  	font-family: arial; 
  	  	font-size: 120%;
		font-weight: bold; 
		}

	.pleft 	{
		color: #000000;  /* black */
	  	text-align: left;
  	  	font-family: arial; 
  	  	font-size: 120%;
		font-weight: bold; 
		}

	.pred	{
		color: #FF0000;  /* red */
		text-align: left;
  	  	font-family: arial; 
  	  	font-size: 120%;
		font-weight: normal;
		}
	
	ul	{
		font-color: #000000; /* black */
	  	text-align: center;
  	  	font-family: arial; 
  	  	font-size: 1.2em;
		font-weight: bold; 
		}



	table 	{
 		   margin-left: auto;
		   margin-right: auto;
		}


.red	{
		color: #FF0000;  /* red */
		text-align: left;
  	  	font-family: arial; 
  	  	
		font-weight: bold;
		}
