/* standard shell template */
html, body 
{
	margin: 0;
	padding:0;
	border:0;
}

body
{		
	font-family: Arial;
	font-size: 70%;
	background: #15123E;	
	text-align: center;	
	line-height: 18px;
	color: #000000;
}

.clear{
	clear:both;
	overflow: hidden;
	display: none;
	height: 0px;			
}

/* redefine */
form 
{
	padding: 0px;
	margin: 0px;
	border: 0px;	
}

input
{
	font-family: Tahoma;
	font-size: 100%;
	color: #424142;
}

a 
{
	color: #302C2D;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;	
}

textarea
{
	font-family: Tahoma;
	font-size: 100%;
	color: #424142;
}

/* construct */
#wrapper 
{
	width: 455px;
	float: left;
	margin-left: 100px;
	display: inline;
	margin-top: 200px;
	text-align: left;
}

#wrapper h1
{
	float: left;
	width: 455px;
	height: 33px;
	background: url(../Images/shellLogo_03.gif) no-repeat top left;
	padding: 0px;
	margin: 0px;
}

	#wrapper h1 span
	{
		display: none;
	}
	
#wrapper #date
{
	float: left;
	width: 455px;
	color: #FFF;
	text-align: left;
	font-size: 180%;
	margin-top: 45px;
}

#wrapper #enquiries
{
	float: left;
	width: 455px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	font-size: 160%;
	margin-top: 45px;
}

#wrapper #telephone
{
	float: left;
	width: 455px;
	text-align: left;
	font-size: 340%;
	color: #D4E509;
	line-height: 30px;
	margin-top: 10px;
}

#wrapper #emailus
{
	float: left;
	width: 455px;
	margin-top: 30px;
	font-size: 160%;
	font-weight: bold;
	text-align: left;
	color: #FFF;
}

#wrapper #email
{
	color: #FFF;
	float: left;
	width: 455px;
}

#wrapper #email a
{
	float: left;
	width: 455px;
	color: #3495D8;
	font-size: 160%;
	margin-top: 5px;
}