/* design and css by alex turnbull 2005 for Manley Richardson */
/* http://b3uk.net/ */

/*** import stylesheets */

@import url("advanced.css");

/************************/

/* Turn off image borders */
img { border: none; }

/* Global padding/margin reset */
* {
	padding:0;
	margin:0;
	}

/* Reset some defaults */
h2, h3, h4, h5, h6, p, pre, blockquote {
	
	}
     
h1, h2, h3, h4, h5, h6 {	
	font: 130%/1em Times, "Times New Roman", serif;	
	font-style: italic;
	color: #c1a139;
	padding: 20px 0 0 20px;
	font-weight: bold;
	text-align: left;
	}

h1 {
	font: 160%/1em Times, "Times New Roman", serif;
	font-weight: bold;
	font-style: italic;
	}

h3 {
	font: 110%/0em Times, "Times New Roman", serif;
	padding: 10px 0 0 0;
	font-weight: bold;
	font-style: italic;
	}
	
/* styles for v4 browsers */

body {
	font: 92%/1.2em Times, "Times New Roman", serif;	
	color: #fff;
	/*fix to center align the page in IE5*/
		text-align: center;
	/*need to manually align everything else*/
	background: #832d15 url(/images/background.gif) repeat-x scroll top left;
	}
	
a:link {
	color: #c1a139;
	}

a:visited {
	color: #c1a139;
	}

a:hover {
	color: #000;
	background-color: #c1a139;
	text-decoration: none;
	}

a:active, a:focus {
	color: #c1a139;
	background: #fff;
	text-decoration: none;
	}


/*http://positioniseverything.net/easyclearing.html*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/*end hack*/

div.spacer {
	display: block; 
	height: 0; 
	clear: both;
	}







