﻿@charset "UTF-8";

    BODY {
		font-family:arial,helvetica,sans-serif;
		background-color:#100005;
		text-align: center;
		color: #000000;
		overflow-y:auto; 
		padding: 0;
		margin: 0;
		z-index: 1;
		text-align:center;
		text-decoration:none;
	}

	div { display: block;
		 position:relative;
		 overflow:hidden; 
	}

	A:link { color:#5520ff;text-decoration:none; }
	A:visited { color:#5520ff;text-decoration:none;}
	A:hover { color:#ffffff}
	
	#mainpane {
		width: 1000px;
		background-image: url(/images/ad_bg.gif);
		background-repeat: repeat-y;
		background-position: center top;
		padding-top: 30px;
		padding-bottom: 20px;
		z-index: 2;
	}
#mailform {
	width:700px;
	font-size: 14px;
	color: #000000;
	text-align: left;
}	
#contactform {
}	
.inputbox {
	clear: both;
	position: relative;
	overflow: hidden;
}
.inputlabel {
	float: left;
	width: 150px;
}
.inputfield {
	float: left;
	width: 150px;
}
#msg_text_prompt {
	clear: both;
	margin-top: 10px;
	margin-bottom: 5px;
}
#msg_text {
}
#submit_button {
	padding-top: 10px;
	text-align: center;
}
#mail_send_msg {
	position: absolute;
	width: 900px;
	top: 260px;
	left: 50px;
	color: #A00000;
	text-align: center;
}
#mail_send_msg h1{
	padding-bottom: 0px;
	margin-bottom: 5px;
}
#IndexPageFeatureBlock a:link { color:#aaaacc} 
#IndexPageFeatureBlock a:visited { color:#aaaacc} 
#IndexPageFeatureBlock a:hover { color:#ffffff}  
#IndexPageFeatureBlock {
	width:600px;
	border:1px solid blue;
	margin:10px 10px 10px 10px;
	padding:0px 20px 0px 20px;
	text-align:center;
	background-image:url(/images/london.jpg);
	background-color:aqua;
	color:white;
	font-size:larger;
}
