/* 
	--> Inspired Education Coaching
	--> http://www.IEC.co.uk
	--> Designed By Pryde Design - http://www.pryde-design.co.uk
*/
* {padding: 0; margin: 0;} /* Reset the browser defaults to 0*/
.clear {clear:both;} /* Clear the float*/
/* \*/
 * html #main { height: 1%; }
/* */
body 
{
	background: url('images/bg.jpg') repeat-x;
	text-align: center;
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size:15px;
	height:100%;
	color: #405661;
}
p
{
	padding-top: 10px;
}
#page-wrap 
{
	margin: 0 auto; 
	width: 800px; 
}
#head 
{
	background: url('images/head.jpg') no-repeat; 
	height: 277px;
}
	#nav 
	{
		display: block;
		list-style: none;
		margin-left: 444px;
		margin-right: 50px;
		padding-top: 21px;
	}
		#nav li
		{
			display: inline;
			width: 92px;
			height: 31px;
			float: left;
			margin-top: 100px;
			margin-right: 10px;
			text-indent: -9999px; /* Kick Text off side of page */
		}
			#nav li a 
			{
				width: 108px;
				height: 32px;	
				display: block;
			}
		#nav .home 
		{
			background: url('images/home.jpg') top center no-repeat; 
		}
			#nav .home:hover 
			{
				background-position: bottom center; 
			}
		#nav .about
		{
			background: url('images/about.jpg') top center no-repeat; 
		}
			#nav .about:hover 
			{
				background-position: bottom center; 	
			}
		#nav .contact 
		{
			background: url('images/contact.jpg') top center no-repeat; 
		}
			#nav .contact:hover 
			{
				background-position: bottom center; 
			}
#main 
{
	margin: 0 auto; 
	width: 680px; 
	background: url('images/main.jpg') repeat-y;
	text-align: left;
}
	#main h1 
	{
		border-bottom:1px dotted #405661;
		font-family:"Trebuchet MS",Tahoma,Arial;
		font-size:190%;
		letter-spacing:-1px;
		margin:0 0 2px;
		width: 300px;
	}
#main-base 
{
	height: 54px; 
	background: url('images/main-base.jpg') no-repeat center;
	margin-left: 1px;
	margin-bottom: 10px;
}
#main-base span 
{
	display: block;
	padding-top: 10px;
}
	#content 
	{
		float: left;
		width: 450px;
		padding: 10px 0px 10px 10px;
		text-align: left;
	}
	#side-bar
	{
		float: right;
		width: 183px;
		padding-left: 20px;
		margin-top: 40px;
		background: url('images/side.jpg') no-repeat;
		height: 393px;
	}
	#content ul {
		list-style: circle;
		list-style-position: outside;
		margin-left: 25px;
	}
/* Contact Form Variables */
#mailsent 
{
	display: block;
	min-height: 30px; 
	width: 90%;		background: #FFFECC url(images/sent.gif) no-repeat scroll left center;
	border:1px solid #FAEBB1;
	color:#00d52d;
	margin-bottom:20px;
	padding:15px 8px 8px 30px;
	margin: 10px auto;
	font-weight: bold;
}
#mailerror
{
	display: block;
	min-height: 30px; 
	width: 90%;
	background: #FFFECC url(images/error.gif) no-repeat scroll left center;
	border:1px solid #FAEBB1;
	color:#D57D00;
	margin-bottom:20px;
	padding:8px 8px 8px 30px;
	margin: 10px auto;
}
#mailerror a {color: blue;}
#mailerror a:hover {color: black; }