html, body {
   margin : 0;
   padding : 0;
   height: 100%;
   min-height: 101%;
}

body {
	font : 13px Verdana, sans-serif;
	color : #E5E5E5;
	background-color: #000000;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-position: top;
	margin-top: 0px;
}

a:link {
   color : #FFFFFF;
   background : transparent;
   text-decoration : none;
}

a:visited {
	color : #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}
h1 {
	text-align : left;
	margin : 1.2em 0 0.75em 0;
	color: #FFFFFF;
	font-size: 150%;
}
h2 {
	text-align : left;
	margin : 1.2em 0 0.75em 0;
	color: #FFFFFF;
	font-size: 130%;
}
h3 {
	text-align : left;
	margin : 1.2em 0 0.75em 0;
	color: #FFFFFF;
	font-size: 110%;
}
.image-top{
	padding:1px;
	border:1px solid #999999;
	background-color: #000000;
	margin-top: 2px;
	margin-right: 2px;
}
.image{
	padding:3px;
	border:1px solid #999999;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.image-left{
	float:left;
	padding: 3px;
	margin-right: 15px;
	border: 1px solid #333333;
	margin-top: 5px;
}

.image-right{
	float:right;
	padding: 3px;
	border: 1px solid #333333;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;

}
#wrap {
	margin : 0 auto;
	width : 750px;
	background-repeat: repeat-y;
	border: 1px solid #000;
}

#header {
	vertical-align: top;
	margin: 0;
	height: 121px;
	width: 790px;
}

#content {
	background-image: url(images/botbak.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px;

}
#content p {
	font-size : 100%;
	margin-top: 20px;
}

#right {
	float : right;
	width : 220px;
	position: inherit;
	background-color: #333333;
	border: 1px solid #990000;
	margin-left: 30px;
 }

#right p {
	margin : 1.2em 0.75em 1.2em 2.25em;
	font-size : 0.9em;
	color: #FFFFFF;
}

#right h3 {
	margin : 0 0.75em 0.75em 2.25em;
	color: #CC0000;
	text-align: center;
	font-size : 130%;
	background: transparent;
}

#right ul {
	margin : 0;
	padding: 0 0 0 15px;
	color: #666;
	font-size: 85%;
	list-style: none;
}

#right li {
 	margin : 0;
	padding: 5px 0 2px 0;
	line-height: 14px;
	border-bottom: 1px solid #ccc;
	
}

#right a {
	color : #FFFFFF;
	text-decoration : none;
	font-weight: bold;
	display: block;
}

#right a:hover {
	text-decoration: none;
	color: #FF0000;
}
ul {
	margin-right: 50px;
}


#news a { display: inline; }

#footer {
	margin : 0;
	padding : 5px;
	text-align:center;
	clear: both;
	font-size: 80%;
	background-color: #6F0000;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	background-color: #FFFFFF;
	color: #6F0000;
}
table.enquire 
{
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #993300;
	width: 400px;
	background-color: #000000;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #6A0000;
}

table.enquire td 
{
	background-color: #7E7E7E;
	color: #FFFFFF;
	padding: 4px;
	text-align: left;
	border: 1px solid #666666;
}

table.enquire td.heading
{
	background-color: #6A0000;
	color: #fff;
	padding: 4px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
} 
.question {
	color: #FFFFFF;
	background-color: #333333;
	padding: 2px;
	border: 1px solid #666666;
	margin-right: 240px;
}
.hilite {
	color: #FFFFFF;
	background-color: #333333;
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
	border: 1px solid #666666;
}
