* {
	padding: 0;
	margin: 0;
} 

body {
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 28px;
	color: #993300;
}

img { border: none; }
a {
	color: #91C891;
	text-decoration: none;
}
a:hover { text-decoration: underline; color : #aaa; }

#wrap {
	margin: 10px auto 0 auto;
	width: 800px;
}

#header {
	border: 5px solid #222;
	height: 96px;
	background: #5F876F url(images/BTBlogo_burnt.jpg) no-repeat right bottom;
}
#header h1 {
	font-size: 36px;
	font-weight: 100;
	letter-spacing: -3px;
	padding: 12px 0 5px 10px;
}
#header h1 a {
	color: #FFFFFF;
	text-decoration: none;
}
#header h1 a:hover {
	text-decoration: none;
	color: #990000;
}
#header h2 {
	color: #990000;
	font-size: 15px;
	font-weight: 100;
	padding: 0 0 0 11px;
	letter-spacing: -1px;
	line-height: normal;
}

.left {
	margin-top: 10px;
	width: 570px;
	float: left;
	text-align: justify;
	border: 5px solid #222;
	padding: 10px;
	background: #333;
	color: #FFFFFF;
}
.left h2 {
	color: #82A891;
	font-size: 24px;
	letter-spacing: -3px;
	font-weight: 100;
	padding : 10px 0 15px 0;
}
.left h3 {
	color:#82A891;
	font-size:14px;
}

.right {
	margin-top: 10px;
	width: 160px;
	float: right;
	border: 5px solid #222;
	font-size: 12px;
	padding: 10px;
	background: #333;
	color: #990000;
}
.right ul {
	list-style-type: square;
	padding: 5px 10px 10px 20px;
	;
}
.right h2 {
	height: 30px;
	font-size: 12px;
	color: #82A891;
	line-height: 30px;
}
.right a {
	text-decoration: none;
	color: #990000;
}

#footer {
	text-align: right;
	color: #FFFFFF;
	font-size: 11px;
	border: 5px solid #222;
	background-color: #5f876f;
	line-height: normal;
	background-image: url(images/BTBlogo_burnt.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 96px;
	font-style: normal;
	font-variant: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer  h1 a {
	font-size: 11px;





	color:#00CCFF
	font-weight: 100;
	color: #FFFFFF;
}
#footer  h1  a:hover {
	color: #990000;
	text-decoration: none;
