/*  Typo
----------------------------------------------- */

a:link, a:visited
{
	text-decoration: underline;
	color:#EC4413;
}
a:active { 	text-decoration: underline; }
a:hover { text-decoration:none; }

h2 {
text-transform: uppercase;
}

p {
font-style: Georgia, serif;
font-size:1.1em;
font-color:#EFB35D;
padding-bottom:1.1em;
}

/*  Layout
----------------------------------------------- */

body {
	background-color: black; /*mandy, this is the color of the background*/ 
	padding:0;
	margin:0;
}

#container
{
margin:0 auto;
padding:0;
width:900px;
background:black; /*mandy, this is the color of the background of the content*/
color:white; /*mandy, this is the color of text*/
}

#header
{
	padding:0;
}

#header h1,
#header a
{
	padding:0;
	font-family:"Helvetica","Lucida Sans Unicode",Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:30px;
	font-weight:normal;
	text-decoration:none;
	line-height:1.3em;
	color:#;
	text-align:right;
}

#header a:hover { text-decoration:none;  }


#navigation
{
	float:left;
	width:150px;
	padding:30px 0 0 0;

}
#sidebar
{
float:right;
width:200px;
padding:20px 0 0 0;
}

#content
{
	float:left;

	width:480px;
	padding:17px;

}

#footer
{
	clear:both;
	margin-top:10px;
	background:url(footer-bg.gif) repeat-x top;
	height:65px;
}

#footer .gutter 
{
	background:url(mega.gif) no-repeat left;
	height:30px;
	padding:35px 15px 0 90px;
}

/*  Navigation
----------------------------------------------- */

ul#mainNav1,
ul#mainNav2
{
	margin:0;
	padding: 0;
}


ul#mainNav1 li,
ul#mainNav2 li
{
	display: inline;
	margin: 0;	
	padding: 0;
}


ul#mainNav1 li a,
ul#mainNav2 li a
{
	font:normal 17px/160% Helvetica, Trebuchet, sans-serif;
font-stretch:semi-condensed;	
text-decoration: none;
	display: block;
	color:#;
	
}


ul#mainNav1 li a { padding:4px 4px 4px 4px; }
ul#mainNav2 li a { padding:4px 4px 4px 14px; }


ul#mainNav1 a:hover
{
	background:#F55C33;/*Mandy, this is the background colour of the navigation when hovered over*/
	color:white;
}

ul#mainNav1 a.current { font-weight:bold; }