#d_code {
	font-size : 10px;
	color : #000000;
	font-family:Tahoma,Verdana,Arial;
	text-align: center;
padding-top: 10px;
	
	}
#d_code1 {
	font-size : 10px;
	color : #ffffff;
	font-family:Tahoma,Verdana,Arial;
	padding-top: 10px;
text-align: right;
padding-right: 10px;
	
	}
#d_code a {
		color : #000000;
		text-decoration: none;
		}
#d_code1 a {
		color : #ffffff;
		text-decoration: none;
		}

#d_code a:link{
		color : #000000;
		text-decoration: none;
	}
#d_code1 a:link  {
		color : #ffffff;
		text-decoration: none;
	}

#d_code a:hover{
		color : #B3000A;
		text-decoration: underline;
	}
#d_code1 a:hover  {
		color : #B3000A;
		text-decoration: underline;
}
/*
	Author	:	Christopher Robinson
	Email		:	christopher@edg3.co.uk
	Website	:	http://www.edg3.co.uk/
*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#b3000a;
	text-decoration:none;
}
a:hover {
	color:#555;
	text-decoration:none;
}

/* body */
body {
	background:#343434 url('images/background_body.jpg') 0 50% repeat-x;
	color:#666;
	font:0.8em "trebuchet ms", helvetica, sans-serif;
}

/* container */
#container {
	background:url('images/background_container.jpg') no-repeat;
	height:530px;
	left:50%;
	margin:-265px 0 0 -380px;
	position:absolute;
	top:50%;
	width:760px;
}

/* navigation */
#navigation {	
	height:88px;
	padding:32px;
	width:696px;
}
#navigation ul {
	list-style:none;
}
#navigation ul li {
	float:right;
	height:88px;
	list-style:none;
	width:75px;
}
#navigation ul li a {
	color:#fff;
	display:block;
	height:50px;
	line-height:50px;
	padding:50px 0 0;
	text-align:center;
	width:75px;
}
#navigation ul li a:hover {
	background:url('images/navigation.jpg') repeat-x;
	color:#111;
}
#navigation ul li a.active {
	background:url('images/navigation.jpg') repeat-x;
}

/* content */
#content {	
	height:320px;
	overflow:auto;
	padding:0 42px;
	width:676px;
}
#content h1 {
	color:#333;
	font-size:160%;
}

/* footer */
#footer {
	color:#fff;
	height:20px;
	padding:35px;
	text-align:right;
	width:696px;
}
#footer a {
	color:#fff;
}
#g{
text-align: center;
padding-top: 20px;
}
h2{
color:#333;
font-size:200%;
text-align: center;
padding-top: 35px;
}