/* Inspiraweb Ltd. */

body {
	background: #000000;
	background-image: url(http://www.inspiraweb.co.uk/style/backgrounds/bgwithshadow.jpg);
	background-repeat: no-repeat; /*stops image tiling/repeating to fill the screen*/
	background-attachment: fixed; /*fixes position and stops image scrolling*/
	background-position: 50% 0%; /*fixes image in centre of page 50% and hard up against the top 0%*/

	}
	
/*Used to place the access keys outside of the browser window*/
#accessibility_keys{
	position:absolute;
    width:30em;
    left:-200em
}
	
DIV#accessibilityHeader{
	width: 80%;
	height:20px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 10px;
	float: right; 
	text-align: right;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
}

.accessibilityTop{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
}

.accessibilityS{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
}

.accessibilityM{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
}

.accessibilityL{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
}

p.contentHeader{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 1.2em;
}
	
/*=============================
	Container
==============================*/
#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 730px;
	}
	
		
/*==========================
Page wrapper
============================*/	
/* START Content wrapper (brochure page) Div style*/


#contentcontainer{
	background: #8D8E92;
	background-image: url(http://www.inspiraweb.co.uk/style/backgrounds/contentbgtop.gif);
	 /*opacity, ranging from 0 to 100. 0 being completely transparent, and 100 being not transparent at all*/
	 /* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	/*opacity: 0.7;*/
	/*For mozilla*/
	/*-moz-opacity:0.7;*/
	background-repeat: no-repeat; /*stops image tiling/repeating to fill the screen*/
	width: 715px;	
	padding-top: 20px;
	padding-left: 15px;

}

#contentfooter{
	background-image: url(http://www.inspiraweb.co.uk/style/backgrounds/contentbgbtm.gif);
	 /* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	/*opacity: 0.7;*/
	/*For mozilla*/
	/*-moz-opacity:0.7;*/
	background-repeat: no-repeat; /*stops image tiling/repeating to fill the screen*/
	width: 715px;	
	text-align: center;
	padding-left: 15px;
}

#footercontent{
	position: relative;
	display: block;
	background: transparent;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left:0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	width: 700px;	
}

.frm_msg_ok{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color: #ff0000;
	font-size: 1.2em;
}