/****************************************************************/
/*	Design: 	AutumnLeaves									*/
/*	Author: 	David Kaye										*/
/*	Date:		September 2006									*/
/*	Release:	Alpha											*/
/*	Website: 	http://www.webstarhosting.co.uk					*/
/****************************************************************/ 

/********************************/
/*	Main Body 					*/
/********************************/

body 
{
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color: #6B6B6B;
  color: #333333;
  margin: 0 auto;
  padding: 0;
}

/********************************/
/*	Page Container				*/
/********************************/

#wrapper
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 770px;
	background-color: #2f2f2f;
	color: #333333;
	border: 2px solid gray;
}

/********************************/
/*	Main Header					*/
/********************************/

#top-bar
{
	background-color: #2f2f2f;
	color: #333333;
	height: 40px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
}

#header
{
	background-image: url(img/header.jpg);
	width: 770px;
	height: 150px;
	border-bottom: 2px solid gray;
}
.floatright { float:right;}
.header-title
{
	font-size: 110%;
	color: #fff;
	background-color: inherit;
	padding-left: 20px;
	padding-top: 30px;
}
.header-title a, .header-title a:visited, .header-title a:hover {
text-decoration: none;
	color: #fff;
	background-color: inherit;
}

.header-title a:hover {
text-decoration: underline;
}

/********************************/
/*	Level 2 Navigation			*/
/********************************/

#navigation-2
{
	clear: both;
	background-color: #C91A84;
	color: inherit;
	font-size: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	height: 25px;
	border-bottom: 2px solid gray;
	font-weight: bold;
}

#navigation-2 ul li
{
	display: inline;
}


#navigation-2 a
{
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	border-right: 1px solid #fff;
	color: #fff;
	background-color: inherit;
	font-size: 80%;
}

#navigation-2 a:hover
{
	color: #2f2f2f;
	background-color: inherit;
}

/*
#navigation-2 a
{
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #fff;
	padding-left: 10px;
	padding-right: 10px;
}
*/
/********************************/
/*	Pathway	(Not Used)			*/
/********************************/

#pathway
{
	clear: left;
	background-color: #99aaaa;
	color: inherit;
	width: 500px;
	float: left;
	height: 50px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 5px;
	margin-left: 1px;
	margin-right: 5px;
}

/************************************/
/*	Content							*/
/************************************/

#content
{
	clear: left;
	background-color: #ffffff;
	color: inherit;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 20px;
	margin-right: 5px;
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 35px;
	border-right: 2px solid gray;
	float: left;
}

#content p
{
 
	padding-bottom: 10px;
	padding-top: 5px;
	font-size: 12px;
	line-height: 16px;
}

#content h1
{
	color: #C91A84;
	background-color: inherit;
	font-size: 1em;
	padding-top: 10px;
}

#content h2
{
	color: #C91A84;
	background-color: inherit;
	font-size: 0.9em;
	padding-top: 10px;
	padding-left:20px;
}
#content a
{
	text-decoration: none;
	color: #C91A84;
	background-color: inherit;
}

#content a:hover
{
	text-decoration: underline;
}


/********************************/
/*	Right Side					*/
/********************************/

#side-bar
{
	float: right;
	width: 150px;
	padding: 20px 20px 0 20px;
	color: #fff;
	background-color: inherit;
	font-size: 0.7em;
	margin-right: 10px;
}

#side-bar h1
{
	color: #fff;
	background-color: inherit;
	font-size: 1em;
	padding-bottom: 10px;
	padding-top: 10px;
}

#side-bar p
{
	border-bottom: 1px dashed #fff;
	padding-bottom: 10px;
}

#side-bar a
{
	text-decoration: none;
	color: #C91A84;
	background-color: inherit;
}

#side-bar a:hover
{
	text-decoration: underline;
}


/********************************/
/* Footer						*/
/********************************/

#footer
{
	background-color: #8D155D;
	clear: both;
	text-align: center;
	padding-bottom: 5px;
	font-size: 0.6em;
	border-top: 2px solid gray;
	padding-top: 10px;
	color: #fff;
}

#footer ul li
{
	display: inline;
	padding: 10px;
	color: #fff;
	background-color: inherit;
}

#footer a
{
	text-decoration: none;
	color: #fff;
	background-color: inherit;
}

#footer a:hover
{
	text-decoration: underline;
}

/************************************/
/*	Misc							*/
/************************************/


*
{
	padding:0;
	margin:0;
}	

a img {
border: 0;
}
