	
	/* General styles */
	body {
		margin:0 70px 0 60px;
		padding:0;
		border:0;			 
		width:90%;
		background:url(imgs/Peacock.jpg); repeat;    /* #8c8859; */
		min-width:600px;    	
		font-size:90%;
	}
	a {
		color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:1px solid #663333;
	}
	#header h1, h2, h3, h4 {
        padding:.4em 15px 0 15px;
        margin:0;
        color:#9aba60;
}
        #header p,
	#header h2,
        #header h3 {
	padding:.4em 15px 0 15px;
        margin:0;
        color:#9aba60;
        
	}
	#metaltop-teal {
		clear:left;
		float:left;
		padding:0;
		background:#9e3e1a url(metaltop-teal.gif) top repeat-x;
		border-bottom:1px solid #677E78;
		width:100%;
		border-top:4px solid #663333;
		overflow:hidden;
		font-family:Verdana, sans-serif;
	}
	#metaltop-teal ul {
		float:left;
		margin:0;
		padding:0;
		list-style:none;
		position:relative;
		left:50%;
		text-align:center;
	}
	#metaltop-teal ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	}
	#metaltop-teal ul li.first {
		border-left:1px solid #677E78;
	}
	#metaltop-teal ul li.last {
		border-right:1px solid #D8ECEC;
	}
	#metaltop-teal ul li a {
		display:block;
		float:left;
		margin:0;
		padding:20px 10px 6px 10px;
		border-left:1px solid #D8ECEC;
		border-right:1px solid #677E78;
		text-decoration:none;
		color:#467D71;
		font-size:.8em;
		font-weight:bold;
		text-transform:lowercase;
		line-height:1.3em;
	}
	#metaltop-teal ul li a:hover {
		color:#e6e1cd;
		background-color:#660000;
		border-left:1px solid #fff;
		padding-top:18px;
		padding-bottom:8px;
                text-transform:uppercase;
                }
	
         #menu1 li a {
	height: 32px;

  	height: 24px;
	text-decoration: none;
	}	
	
#menu1 li a:link, #menu1 li a:visited {
	color: #1c2c46;
	display: block;
	background:  url(menu1.gif);
	padding: 8px 0 0 10px;
	}
	
#menu1 li a:hover {
	color: #FFF;
        background-color:#7D6A40;
	background:  url(menu1.gif) 0 -32px;
	padding: 8px 0 0 10px;
        text-transform:uppercase
	} 
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#752721;		/* right column background colour */
	}
	.leftmenu .colleft {
		right:75%;			/* right column width */
		background:#752721;	/* left column background colour */
	}
	.leftmenu .col1 {
		width:71%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:21%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
                text-align:center;
	}
	
	</style>
