html {
	height:100%;
}

body {
	height:100%;
	background: url(http://www.athletic-preparation.com/images/background.png) repeat-y ;
	background-position: center;
}

h1, h2, h3, h4, h5, h6 {
	margin: 20px;
}
  
h1 { 
	font-size: 1.8em;
}
  
h2 {
	font-size: 1.3em;
}
  
h3 {
	font-size: 1.08em;
}

p {
	margin: 15px 20px;
}

img {

border:0;

}
  
blockquote {
	margin-left: 55px;
	margin-right: 40px;
}

a.navigation {
	font-size: 1em;
	font-weight: bold;
	padding-left: 0.7em;	
	text-decoration: none;
}

a.navigation:link  {
	color: #FFF;
}

a.navigation:visited {
       color: #f3f3f3;
}

a.navigation:active, a.navigation:hover {
	color: #CC0000;
}

p.footer {
	  
	  font-weight: bold;
	  color: #FFF;
	  margin: 0;
	  
}
	  
  

a.footer:link, a.footer:active, a.footer:visited, a.footer:hover {
	  
	  color: #FFF;

	  font-weight: bold;
	  
	  text-decoration: none;
}
  
    

  
a.footer:hover {
	  text-decoration: underline;
	  
  }

a:hover {
color: #7d0101;
}
  

*{margin:0; padding:0;}

#wrapper {
	width:820px;
	margin: 0 auto;
	min-height:100%;
	/*height: expression('100%');*/
}

* html #wrapper {
	height: 100%;
}

#header {
	width:820px;
	height:100px;
	margin:0 auto;
	background: #7d0101;
	background-image: url(http://www.athletic-preparation.com/images/logo.jpg);
	
}

#navigation {
	width:820px;
	height:40px;
	margin:0 auto;
	background: #333;
}

#navigation ul {
	padding: 10px;
	list-style-type: none;
}

#navigation ul li {
	display: inline;
	}

#content {
	text-align: left;
	width:820px;
}


#clearer {
	clear:both;
}

#footer {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	width:820px;
	color:white;
	background:#7d0101;
}


    form {
    width: 450px;
    margin-left: 15px;
    margin-bottom: 15px;
    }
    	#person label {
    	display: block;
    	font-weight: bold;
    	} 
    	fieldset {
    	border: 1px solid #dbd;
    	background: #fafafa;
    	}
    	legend {
    	font-weight: bold;
    	font-size: 140%; 
    	color: #999;
       margin: 5px;
    	}
    	textarea {
       margin: 15px;
    	width: 375px;
    	height: 125px;

      }


	#error {
		
		color:red;
		
	}
	
	p.error {
		
		color:red;
		font-weight: bold;
		
	}
	
	p.input, p.textarea {
		
		margin-left: 1px;
		
	}
	  
   


