/* 
  -----------------------------------
  Center For Athletes Style Sheet
  by Echo Web Services
  www.echowebservices.com
  -----------------------------------
*/

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #000;
	margin: 12px auto;
	padding: 0;}
/*Pagewrapper is set to a fixed width of 608 pixels for the home page in order to make it 
800 pxs plus the table borders (800 + content(4 + 4) + cellfive(4 + 4) = 812) */
#pagewrapper{
	margin: 0 auto;
	width: 816px;
	min-width: 800px;}
#main {
	color:#fff;
	margin:0;
	padding:0;
	}
/*Left margin can be set to clear the area occupied by a floated sidebar should we add one.*/
#content {
	padding: 0;}
/*Paragraph margins are set to 0 to keep the blocked shape if needed.*/
#content p {margin: 0;}

#footer {
	color:#fff;
	font-size:90%;
	text-align:center;
	padding-top:.5em;
	background: none;}
#footer a{
	color:#f00;}

/* Styles for the tables cells on the home page - incase we want to add material */
#columnOne {
	width:200px;
	border-right:2px solid #9a0304;}
#columnOne p {margin-top:4px;}
#cellone, #celltwo, #cellthree, #cellfour, #cellfive, #cellsix, #columnOne {text-align:center;}
#cellone{}
#celltwo{
	border-left:2px solid #9a0304;
	border-right:2px solid #9a0304;}
#cellthree{}
#cellfour{border-top:2px solid #9a0304;}
#cellfive{
	border-left:2px solid #9a0304;
	border-right:2px solid #9a0304;
	border-top:2px solid #9a0304;}
#cellsix{border-top:2px solid #9a0304;}

