* {
		padding:0;
		margin:0;
}

body, h1, h2, h3, h4, h5, h6, pre, blockquote, label, dl, fieldset, address { 
	margin:0px 10px; 
	}
	
li, dd { 
	margin-left:5%; 
	}

fieldset { 
	padding: 0.5em; 
	}
	
/*-------------------------------------------------------------------------------------*/
	
a {
	text-decoration:		none;
	color:					#800080;
	}
	
a:hover {
	text-decoration:		none;
	}

#bikes {
	height:					20px;
	}
	
#bikes li {
	float:					left;
	margin:					0px;
	padding:				0px;
	text-align:				center;
	color:					#800080;
	font-size:				12px;
	font-weight:			bold;
	}


body {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				10px;
	background:				#ccc;
	color:					#444;
	
	}
	
.clear {
	clear:					both;
	/*height:				2px;
	background:				red;*/
	}
		
#container {
	margin:					0px auto;
	position:				relative;
	background:				#800080;
	width:					800px;
	height:					600px;
	}
	
#content {
	position:				absolute;
	left:					154px;
	top:					104px;
	bottom:					6px;
	background:				#FFFFFF;
	width:					492px;
}


#content p a {
	font-size:				14px;
	font-weight:			bold;
}

#content p a:hover {
	text-decoration:		underline;
}
	
#first_aid {
	position:				absolute;
	top:					340px;
	left:					154px;
	background:				#FFFFFF;
	width:					316px;
	height:					254px;
	}
	
#goodpractice {
	border: 1px solid #ddd;
	width: 190px;
	position: absolute;
	top: 64px;
	left: 10px;
}
	
h1 {
	font-size:				22px;
	margin-top:				12px;
	margin-bottom:			4px;
	font-family:			"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:					#800080;
	text-decoration:		underline;
	}
	
h2 {
	font-size:				16px;
	margin-top:				4px;
	font-family:			"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:					#800080;
	}
	
h3 {
	margin-top:				6px;
	font-family:			"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:					#800080;
	}

#header {
	position:				absolute;
	margin-left:			7px;
	}
	
#img_thebike {
	position:				absolute;
	top:					340px;
	left:					476px;
	width:					170px;
	height:					130px;
	background:				url(../images/bike_img.jpg);
	}
	
#img_theroute {
	position:				absolute;
	top:					476px;
	left:					476px;
	width:					170px;
	height:					118px;
	background:				url(../images/route_img.jpg);
	}

.logo {
	margin-top:				4px;
	margin-right:			8px;
	width:					151px;
	height:					65px;
	background:				url(../images/tef_logo.gif) no-repeat;
	}
	
.member {
	position:				relative;
	border:					3px solid #800080;
	margin-top:				12px;
	margin-right:			36px;
	margin-bottom:			0px;
	margin-left:			36px;
	height:					120px;
	}
	
.member_img {
	float:					left;
	height:					120px;
	width:					120px;
	border-right:			3px solid #800080;
	}
	
.member_data {
	padding-top:			0px;
	padding-right:			12px;
	padding-bottom:			0px;
	padding-left:			132px;
	}

	
.member_data span {
	color:					#aaa;
	}

#nav {
	margin:					0px 0px 0px -1px;
	color:					#800080;
	font-weight:			bold;
	width:					800px;
	font-size:				12px;
	}
	
#nav li {
	margin:					2px;
	padding:				7px;
	float:					left;
	background:				#FFFFFF;
	text-transform:			uppercase;
	}
	
#nav .nav_last {
	padding-right: 20px;
	padding-left: 19px;
	}
	
#news_content {
	position:				absolute;
	top:					104px;
	left:					8px;
	width:					140px;
	height:					490px;
	float:					left;
	background:				#FFFFFF;
	font-size:				12px;
	/*text-align:				center;*/
	}
	
#news_content .small_shirt {
	text-align:				center;
}
	
#news_content li {
	margin:				0px 10px 0px 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 		1px solid #800080;
	font-size: 10px;
	}


p {
	margin:					1em 8px;
	}


	
#shirt_back {
	margin-top:				0px;
	margin-left:			auto;
	margin-right:			auto;
	width:					369px;
	margin-bottom:			64px;
	}
	
#shirt_front {
	margin-top:				0px;
	margin-left:			auto;
	margin-right:			auto;
	width:					369px;
	}
	
.slogo {
	width: 118px;
	height: 37px;
	background: red;
	display: block;
	text-align: center;
	border: 1px solid #ccc;
}

#sponsor_content #eglinton {
	background: url(../images/img_sponsors_eglinton.gif) no-repeat;
	height: 37px;
}

#sponsor_content #goodp {
	background: url(../images/img_sponsors_goodpractice.gif) no-repeat;
	height: 37px;
}

#sponsor_content #durham {
	background: url(../images/img_sponsors_durham.gif) no-repeat;
	height: 36px;
}

#sponsor_content #hartfield {
	background: url(../images/img_sponsors_hartfield.gif) no-repeat;
	height: 37px;
}

#sponsor_content #cqm {
	background: url(../images/img_sponsors_cqm.gif) no-repeat;
	height: 37px;
}
	
.small_shirt {
	text-decoration:		none;
	}
	
.small_shirt img {
	margin-top:				12px;
	margin-bottom:			6px;
	border:					none;
	}	
	
#sponsor_content {
	position:				absolute;
	top:					104px;
	right:					8px;
	width:					140px;
	height:					490px;
	background:				#FFFFFF;
	font-size:				12px;
	}
	
#sponsor_content ul {
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
	

#sponsor_content li {
	margin-left:			0px;
	margin-top: 4px;
	}

#sponsor_content a{
	font-size: 				11px;
	text-indent: -999em;
	}
	
.support {
	clear: both;
	margin-bottom: 30px;
	display: block;
}

.support img {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
		
ul {
	list-style-type:		none;
	}
	
#welcome {
	position:				absolute;
	left:					154px;
	top:					104px;
	background:				#FFFFFF;
	width:					492px;
	height:					230px;
	}
	
#wide_content {
	background:				#FFFFFF;
	position:				absolute;
	top:					104px;
	left:					0px;
	right:					0px;
	min-height:				484px;
	border-left:			8px solid #800080;
	border-right:			8px solid #800080;
	border-bottom:			8px solid #800080;
	}
	
/* ----------------------------------- */

a:hover {
	color:				#777;
	}

body#home #nav_home a,
body#team-epilepsy-forward #nav_teamef a,
body#sponsors #nav_sponsors a,
body#about-epilepsy #nav_epilepsy a,
body#about-raam #nav_raam a,
body#the-bike #nav_thebike a,
body#training-and-nutrition #nav_training a,
body#contact #nav_contact a,
body#donate #nav_donate a {
	color:				#777;
}

body#home #nav_home,
body#team-epilepsy-forward #nav_teamef,
body#sponsors #nav_sponsors,
body#about-epilepsy #nav_epilepsy,
body#about-raam #nav_raam,
body#the-bike #nav_thebike,
body#training-and-nutrition #nav_training,
body#contact #nav_contact,
body#donate #nav_donate {
	border-bottom:		6px solid white;
}

/* -------------------------------------------------*/

	



