	A:link {text-decoration: none; color: green;}
	A:visited {text-decoration: none; color: green;}
	A:active {text-decoration: none; color: green;}
	A:hover {text-decoration: underline; color: green;}
	
	#main{
		float:left;
		width: 1000px;
		font-family: Arial, sans-serif;
		color:#222222;
		
	}
	#fillerleft{
		width:215px;
		height:150px;
		float:left;
	}
	#header{
		width: 900px;
		border-bottom: 1px solid #ccc;	
		height: 150px;
		margin: 0 auto;
		text-align:center;
		font-size:50px;
		text-transform: uppercase;
		color: green;
		font-weight: bold;
		font-family: Arial, sans-serif;	
	}
	#headercontent{
		width:650px;
		float:left;
	}
	#leftnav{
		width:200px;
		float:left;
		min-height:60px;
		padding-left:40px;
		color: green;
		
	}
	#leftnav li{
		padding:5px;
		list-style: none;
		text-transform: uppercase;
		font-weight: bold;
		font-family: Arial, sans-serif;
		border-bottom:1px solid #ccc;
	}
	#leftnav li:hover{background:#eee;}
	#leftnav a {display:block;}
	
	
	#content{
		font-size:13px;
		float:left;
		width:650px;
		padding-top: 30px;
		border-left:1px solid #ccc;
		padding-left: 15px;
		
	}
	#content img{border-style: none;}
	#footer{
		float:left;
		width: 900px;
		margin: 0 auto;
		border-top:1px solid #ccc;
		
	}
	#wristband{
		margin: 0 auto;
		float:left;
		text-align:center;
		width:650px;
	}
	#shirt{
		margin: 0 auto;
		text-align:center;
		width:650px;
		float:left;
	}
																	
	#textcontent{
		float:left;
		width:650px;
	}
