/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html { height: 100%; }
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E0E0E0;
	background-color:#000000;	
	}

/* Container */	
#container {
	background-color:#000000;
	}	
a { text-decoration: none; color: #FF6600; font-size: 1em;}
a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
/* Header */	
#header {
	width: 960px;
	padding: 0;
	height: 280px;
	margin-top: 28px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #151515;
	background-image: url(images/header.jpg);
	border: 1px solid #2A2A2A;
	}
#header div { 
	background: url(header.jpg) no-repeat 0px 100px; 
	text-align: right;
	padding: 45px 0 100px 20px;	
	}	
#header h1 {
	font-size: 1.6em;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 0.1em;
	padding-top: 190px;
	font-weight: strong;
	text-align: right;
	
	}
#header h1 a { 
	color: #000;
	font-family: tahoma, sans-serif;
	font-weight: normal;
	}	
#header h2 {
	margin: 0;
	clear: both;
	font-size: 1.5em;
	color: #009933;
	padding-top: 13px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0px;
	letter-spacing: 0.4em;
	}

/* Navigation */
#header ul {
	margin: 10px;
	padding-bottom: 0px;	

	}
#header li {
	display: inline;
	list-style-type: none;
	font-size: 16px;
	width: 112px;
	height: 25px;
	float: right;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;

	
	}	
#header li a {
	display: block;
	width: 100%;
	color: #FF6608;
	border: 1px solid #2A2A2A;
	;
	background-image: url(images/button-back.gif);
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	}		
#header li a.on,
#header li a:hover {
	background-image: url(images/button-back-hover.gif);
	color: #FFFFFF;
}

/*Content*/
#content {
	width: 960px;
	padding-top: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
* html #content {
	padding-bottom: 60px;
}	

#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content h1 {
	font-size: 1.7em;
	color: #AA002B;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4B030D;
	border-right-color: #4B030D;
	border-bottom-color: #4B030D;
	border-left-color: #4B030D;
	letter-spacing: 1px;
	}	
#content h1 em { 
	color: #CC0000; 
	font-style: normal;
	}
#content h2 {
	font-size: 1.7em;
	color: #FFFFFF;
	font-weight: normal;
	}		
#content p {
	line-height: 1.8em;
	letter-spacing: 0.1em;
	margin-left: 10px;
	margin-right: 10px;
	}
		
#content p big{
	text-indent: 3em;
	line-height: 2em;
	letter-spacing: 0.1em;
	font-size: 1.8em;
	}		
	
#content ul {
	margin: 20px 0;
	padding: 0 0 0 10px;
	}	
#content li {
	list-style-type: none;
	background: url(img/bullet.gif) no-repeat 0px 8px;
	padding: 0 0 0 25px;
	line-height: 2em;
	letter-spacing: 0.1em;	
	}	
#content blockquote { 
	background-color: #1A1A1A; 
	margin: 20px; 
	padding: 8px;
	border: 1px solid #666666;
	}
#content blockquote p {
	margin: 0;
	text-indent: 0;
	color: #FFFFFF;
}

/* Thumbnails */
#content img {
	border: 1px solid #333333;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	}
	
/*left*/
#left {
	float: left;
	width: 675px;
	text-align: left;
	background-color: #070707;
	border: 1px solid #333333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	}
	

/* right */
#right {
	float: right;
	width: 230px;
	text-align: center;
	background-color: #070707;
	border: 1px solid #333333;
	padding: 5px;
	}
		
/* centre */		
#centre{
	float: left;
	width: 800px;	
	text-align: left;	
	}
	
		/* Footer */		
#footer {
	width: 950px;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #070707;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 26px;
	border: 1px solid #333333;
	}	
#footer p {
	margin: 0 10px;
	text-align: center;
	color: #999999;
}	
#footer a { text-decoration: none; 	font-size: 12px; color: #FF6600;}
#footer a:hover {
	color: #FFFFFF;
}

