/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #E5E5E5; /*grey*/
	color: #FFF; /*white (text)*/
}

#outer
{
	margin:0 auto;
	width:780px;
	height:auto;
	background-color: #000; /*black*/
	position: relative;
}
#header, #middle, #bottom, #footer
{
	left:0;
	margin:0;
	padding:0;
	width:100%;
	clear: both;
}
.hd {
	background-color:#000;
}
.mid {
	background-color: #000;
}
.centre {
	text-align: center;
}
.desc {
	background-image: url(../images/grey-bg.jpg);
	background-repeat:repeat;
	color: #000; /*black text*/
	height:419px;
}
.narrow, .wide {
	width:340px;
	float:left;
}
.wide {
	width:440px;
}
.widein, .narrowin, .rightin {
	width:310px;
	float:left;
	margin:6px;
	margin-left:12px;
	padding:0;
}
.widein {
	width:410px;
}
.right, .rightin {
	float:right;
}
#bottom, #footer {
	background-color: #000;
	height: 6.5em;
}
#footer {
	background-color:#E5E5E5; /*grey*/
	height:1em;
}

#ruler1, #ruler2, #ruler3  {
	left:0;
	margin:0;
	padding:0;
	width:100%;
	height:4px;
	font-size: 1px;
	clear: both;
	background-color: #e20030;	
}
#ruler3 {
	height: 5em;
	font-size: small;
	text-align: right;
}

p, ul, ol, dl, li, dt, dd, tr, td
{
	margin-top:0.2em;
	margin-bottom:0.2em;
	padding: 0;
	line-height: 140%;
}
td
{
	text-align: center;
	line-height:100%;
}
ul {
	text-indent: 0;
	margin-left: 20px;
	padding-left: 0;
	list-style-position: outside;
	list-style-image:url(../images/redbull8.gif)
}
td {
	margin-left:0.2em;
	left: 0.2em;
}
li {
	margin-top:0;
	line-height:120%;
}
h1, h2, h3, h4
{
	font-size:large;
	font-weight:normal;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0.2em;
	color: #FFF; /*white*/
}
h2 {
	font-size:medium;
}
h3 {
	font-size:102%;
	line-height: 115%;
}
h4 {
color:#e20030;
}
a, a:link, a:visited {
	color: #FFFF99;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	color: #FFFF00; /*yellow*/
}
.content {
	margin:6px;
	padding:0;
}
.rev {
	color: #000; /*black text*/
}
.rev h1, .desc h1{
	color:#FF0000; /*red*/
}

#gallery-left {
	display:inline;
	float:left;
	margin:0;
	padding: 0;
	height: auto;
	width:144px;
	height:450px;
	overflow: auto;
	text-align: center;
}
#gallery-right {
	display:inline;
	float:right;
	width:620px;	
	margin:0;
	padding: 0;
	height:auto;
	width: 332px;
	text-align: center;	
}
.left, .leftin, .leftinrr {
	width:auto;
	height:auto
	display:inline;
	float:left;
}
.leftin, .leftinrr {
	margin:6px;
	padding:0;
}
.right, .rightinrr  {	
	width:auto;
	height:auto;
	display:inline;
	float:right;
}
.rightinrr {	
	margin:6px 6px 6px 0px;
	padding:0;
	text-align:right;
}
a.lma, a.lma:link, a.lma:visited {
	color: #e20030;
	text-decoration: none;
}
a.lma:hover, a.lma:active {
	color: #FF9933;
}
.image-l{
	display:inline;
	width:auto;
	height:auto;
	float:left;
	margin:0;
	margin-right:1em;
	padding: 0;
}
.image-r {
	display:inline;
	width:auto;
	height:auto;
	float:right;
	margin:0;
	margin-left:1em;
	padding: 0;
}
.bg1 {
	background-color: #000; /*black*/
}
.bg2 {
	background-color: #e20030; /*red*/
}
.bg3 {
	background-color: #72797e; /*grey*/
}
.lma {
	margin:0;
	margin-left:1em;
	margin-right:1em;
	padding:0em;
	color: #FFFFFF;
	font-size: 90%;
}
