body
{
	 background-image:url('../images/top.jpg');
	 background-repeat: repeat-x;
	 background-color: #393939;
	 font-family: Arial,Verdana;
	 font-size:80%;
}

h2,h3,h4
{
	color:#333333;
}

#wrapper
{
	margin-top:30px;
	height:250px;
	text-align:center;
	
	
}

#centreBox
{
	margin-left:auto;
	margin-right:auto;
	width:90%;
	text-align:left;
}	

#logo
{
	background-image:url('../images/logo.jpg');
	width:604px;
	height:65px;
	margin-left: 120px;	
}

#topBox
{
	background-image:url('../images/top-box.jpg');
	width:900px;
	height:34px;	
	margin-left:auto;
	margin-right:auto;
}

#bodyBox
{
	background:#ffffff url('../images/body-box.jpg');
	width:900px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
}

#textContent
{	
	position:relative;
	float:left;
	width:600px;
	margin-left:20px;
}

#contactForm
{	
	position:relative;
	float:left;
	width:200px;
	
}

#topForm
{
	background-image:url('../images/top_form.jpg');
	width:250px;
	height:23px;	
}

#bodyForm
{
	background:#ffffff url('../images/body-form.jpg');
	width:250px;
	position:relative;
	float:left;
}

#bottomForm
{
	background-image:url('../images/form-bottom.jpg');
	width:250px;
	height:23px;	
}


#bottomBox
{
	background-image:url('../images/bottom-box.jpg');
	background-repeat: no-repeat;
	width:900px;
	height:50px;	
	margin-left:auto;
	margin-right:auto;
}


.globalText
{
	margin-top:0;
	margin-bottom:0;
	margin-left:7px;
}

#footer
{
	color:#ffffff;
	font-size:0.9em;
	padding-top:35px;
	margin-left:15px;
}