/**
 * @title: Home CSS for Amanda-Hamilton.co.uk
 * @author: Ed Massey
 * @lastmod: 19/02/2009
 * @description: Styles specific to the Home Template
 *               The default Styles are loaded in first
 *               This stylesheet overrides the default styles
 **/
 
@import url("/templates/default/styles.css");

body{background-color:#fff;}
#wrp{
	background:#fff url('/images/website/webTemplates/backgrounds/originals/wrpBgAmanda.jpg') top left no-repeat;}


#stage{
	min-height:300px;
	width:988px;
	clear:both;
	margin: auto;
	border:1px solid #ccc;
	padding:1px;}

.pageHeading{
	text-align:left;}
.newsHeader{
		color:#3CC;}
		
ul li.last{margin:0 0 6px 0;}

#tab-wrapper p img{margin:0 10px 10px 0;}