
* {margin: 0; padding: 0;}

body {
	background: #423128 url("../images/bg.jpg") top center no-repeat;
	color: #242423;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	padding: 0 0 20px 0;
	text-align: center;
}

body * {font-size: 1em;}

/* General Tag styles */
	
	h1, h2, h3, h4, h5, h6 {color: #767F87; margin-bottom: 1em;}
	
	h1 {font-size: 120%;}
	h2 {color: #262A2E; font-size: 110%; font-weight: bold;}
	h3 {font-size: 110%;}
	h4 {font-size: 100%;}
	h5 {font-size: 100%;}
	h6 {font-size: 100%;}
	
	a, a:visited {color: #4D352A; font-weight: normal; text-decoration: underline;}
	a:hover, a:visited:hover {text-decoration: none;}
	
	p {padding-top: .6em; padding-bottom: .6em; text-align: left;}
	
	img  {border: 0;}
	sup {font-size: .7em;}
	
	ul, ol {margin-left: 40px; margin-bottom: 1.5em;}
	ul {list-style: square;}
	ol {list-style: lower-roman;}
	
	table {border-collapse: collapse; border-top: 1px solid #C3B889;  margin-bottom: 1.5em; width: 100%;}
	th, td {border-bottom: 0px solid #C3B889; padding: .4em .2em; vertical-align: top;}
	th {}
	td {}
	
	td a, td a:visited {border: 0px; color: #e42020;}
	td a:hover, td a:visited:hover {color: #a33434; text-decoration: underline;}
	

/* Classes */
	
	.clearAll {clear: both;}
	.displayNone, .hideFromScreen {display: none;}
	
	
	/* Alignment */
	.centre {text-align: center;}
	.left {text-align: left;}
	.right {text-align: right;}
	
	/* Highlighting */
	.highlight {color: #f5aa09; font-size: 1.3em; font-weight: bold;}
	
	/* Float Elements */
	.floatLeft {float: left;}
	.floatRight {clear: right; float: right; margin: 0 0 1em 1em;}
	
	.noStyle {background: none !important; border: 0 !important;} /* removes background and border styles */

	#page {font-size: 1.2em;} /* resets font size on page to 12px equivalent */
