/********************************************************
 solent training style sheet
 copyright 2007 by solent training ltd

 Web48 Design 1 layout
 A web 48 project by Apollo Internet Media
 Design by Justin Kercher

 visit http://www.apollo-media.com for more information
 on the web48 project.
 ********************************************************/
 
body {
        font-family: Arial;
		font-size: 1.0em;
		background-color: #EEEEEE;
		background-image:url(../images2/bgtile.jpg);
		background-repeat: repeat-x;
		margin: 0px;
		padding: 0px;
 	  }	

/* Styling */
h1 { 
	font-size: 1.6em; 
	margin: 0px;
	color: #44678D;
}

a { 
	color:#336699;
	text-decoration:underline;
 }

a:hover {
	color: #336699;
	text-decoration:none;
}

a.footer { 
	color:#666666;
	text-decoration:none;
 }

a.footer:hover {
	color: #666666;

}

p, table {
	color: #666666;
	margin-bottom: 0px;
	margin-left: 20px;
}
	  
li {	
	color: #666666;
}
	 
/* Layout Elements */
#frame {
		width: 816px;
	}

#header_top {
	padding: 0px;
	margin: 0px;
}

#headermid {
	margin: 0px;
	padding: 0px;
	height: 134px;
	background-image: url(../images2/header2.jpg);
	background-repeat:no-repeat;
}

#header_bottom {
	margin: 0px;
	padding: 0px;
	height: 45px;
	background-image: url(../images2/header3.jpg);
	background-repeat:no-repeat;
}

#menu {
	height: 44px;
	background-image:url(../images/menu.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	
	color: white;
	
	font-weight: bold;
	text-align: center; 
	padding-top: 0px;
	padding-bottom: 0px;
}
	#menu a {
		color: white;
		text-decoration:none;
		margin: 10px 6px 0px 6px;
		
	}
	#menu a:hover {
		color:#00CCFF;
	}
	#menu .menupad {
		padding-top:3px;
	}

#content {
	background-image:url(../images/contenttile.jpg);
	background-repeat:repeat-y;
	margin: 0px;
	padding: 20px 70px 0px 70px;
	text-align:justify;
	font-size: 0.9em;
}

#footer { 
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 5px;
	height: 40px;
}

#copyright {
	font-size:0.7em;
	color: #666666;
}

li {
	margin: 10px;
}

.redtext {
	color: #990000
}
