@charset "UTF-8";
/*
	Tom Hirst
	Advanced Web Design Concepts
	Dearne Valley Scooter Club
	Year 3
*/

* 
{
	margin : 0 auto;
}

html, body 
{
	background-color: #cc0000;
	font-family : "Verdana";
	font-size : 12px;
	text-align: center;
	
}

#container 
{
     width: 750px;
	 text-align: left;
}
	 
a 
{
	color: #9c9c9c;
	text-decoration: none;
	
}

a:hover 
{
	color: #9c9c9c;
	text-decoration: underline;
}

p
{
	color: #FFFFFF;
}

h1
{
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 1px;
}

h2
{
	font-size: 9px;
	color: #000000;
}

/* Top */


#header
{
	margin : 0 auto;
	height : 238px;
	width : 751px;
	background-image: url(top.png);
}


#links
{
	position: relative;
	top: 170px;
	left: 78px;
	
}

#links a 
{
	color: #FFFFFF;
	text-decoration: none;
	
}

#links a:hover 
{
	color: #cc0000;
}

#links p 
{
	letter-spacing: 1px;
}

/* Content */

#content
{
	width: 731px;
	background-color: #FFFFFF;
	padding: 10px;

}

#content p
{
	color: #000000;
	font-size: 12px;
}

#content h1
{
	font-size: 20px;
	color: #cc0000;
}

#content img
{
	border: dashed 1px #cc0000;
}

/* Bottom */

#footer 
{
	height : 30px;
	width : 751px;
}

#footertext 
{
	position: absoloute;
	padding: 5px;
	text-align: right;
	font-size: 9px;
	color: #000000;
}