/****************************************************************/
/*	Design: 	AFirst											*/
/*	Author: 	David Kaye										*/
/*	Date:		September 2006									*/
/*	Release:	1.00											*/
/*	Website: 	http://www.webstarhosting.co.uk					*/
/****************************************************************/ 

/********************************/
/*	Main Body 					*/
/********************************/

body 
{
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 75%;
  background-color: #393939;
  margin: 0 auto;
  padding: 0;
  color: #4b4b4b;
  
}

/********************************/
/*	Page Container				*/
/********************************/

#wrapper
    {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #4b4b4b;
    }

/********************************/
/*	Main Header					*/
/********************************/

#header
{
	background-color: #ffffff;
	color: #ffffff;
	height: 261px;
	width: 755px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	padding-top: 10px;
	padding-left:15px;
	border-bottom: solid #cccccc 0px;
}

/************************************/
/*	Content							*/
/************************************/

#content
{
	background-color: #ffffff;
	color: #4b4b4b;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	font-size: 0.9em;
	border: solid #c4c4c4 1px;
	
}

#content h2
{
	border-bottom: 1px dashed  #330099;
	background-color: #ffffff;
	color:  #330099;
	font-size: 1em;
}

/****************************/
/*	Sidebar and Navigation 	*/
/****************************/

#navigation
{
	clear: both;
	float: right;
	width: 160px;
	padding: 10px 5px 5px 5px;
	margin: 5px;
	color: #4b4b4b;
	background-color: #ffffff;
	border: solid #c4c4c4 1px;
}

#sub-navigation
{
	clear: both;
	float: right;
	width: 160px;
	padding: 10px 5px 5px 5px;
	margin: 5px;
	color: #4b4b4b;
	background-color: #ffffff;
	border: solid #c4c4c4 1px;
}

.infobar
{
	clear: both;
	float: right;
	width: 150px;
	padding: 10px 15px 5px 5px;
	margin: 5px 5px 5px 5px;
	font-size: 0.9em;
	border: solid #c4c4c4 1px;
}

.infobar-title
{
	color:  #330099;
	background-color: #ffffff;
	border-bottom: 1px dashed  #330099;
}

#navigation-header
{
	border-bottom: 1px dashed  #330099;
	color:  #330099;
	background-color: #ffffff;
	font-size: 0.9em;
}

#subnavigation-header
{
	border-bottom: 1px dashed  #330099;
	color:  #330099;
	background-color: #ffffff;
	font-size: 0.9em;
}

#navigation p
{
	color:  #330099;
	font-size: 0.9em;
	background-color: #ffffff;
}

#sub-navigation p
{
	font-size: 0.9em;

}


#navigation li p
{
	font-size: 0.9em;
}

#navigation ul li
{
	list-style-type: none;
	text-decoration: none;
	font-size: 0.9em;
}	
	
#navigation a
{
	list-style-type: none;
	text-decoration: none;
	color:#4b4b4b;
	background-color: #ffffff;
}

#sub-navigation a
{
	list-style-type: none;
	text-decoration: none;
	color:#4b4b4b;
	background-color: #ffffff;
}

#navigation a:hover
{
	list-style-type: none;
	text-decoration: underline;
	color: #4b4b4b;
	background-color: #ffffff;
}

#sub-navigation a:hover
{
	list-style-type: none;
	text-decoration: underline;
	color: #4b4b4b;
	background-color: #ffffff;
}

/********************************/
/* Footer						*/
/********************************/

#footer
{
	clear: both;
	text-align: center;
	padding-bottom: 5px;
	font-size: 0.8em;
	margin: 5px;
	border: solid #c4c4c4 1px;
}

#footer a
{
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
	color: #000000;
	background-color: #ffffff;
}
