@charset "UTF-8";
/* CSS Document
Jenny Kerr
Common CSS
©2008 Jenny Kerr
Created 6/10/08 12:27PM
Updated 6/10/08 12:27PM
Validated 6/10/08 12:27PM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */

/* Normalize the padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
	
/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}

/* Remove list-style from lists */
ol, ul {
	list-style: none;
	}
	
/* Display lists inline */
li {
	display: inline;
	}
	
/* Normalize font-style and font-weight */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
/* Collapse table borders */	
table {
	border-collapse: collapse;
	}
	
/* Remove borders from fieldsets and images */
fieldset, img {
	border: 0;
	}
	
/* Left align text in caption and th */
caption, th {
	text-align: left;
	}
		
/* Universal */

html, body {
	color: #fff;
	background: #000 url(../images/home_02.jpg) top center repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.01%;
	}
	
/* Global Layout Elements */	
	
div#wrapperdiv {
	position: relative;
	width: 962px;
	margin: 30px auto;
	z-index: 0;
	visibility: visible;
	}
	
div#myspacediv {
	width: 198px;
	height: 42px;
	position: absolute;
	top: 72px;
	left: 746px;
	z-index: 10;
	visibility: visible;
	}
	
div.clearfloats {
	clear: both;
	}
	
/* TEXT */

em {
	font-style: italic;
	}
	
strong {
	font-weight: bold;
	}
	
strong em {
	font-weight: bold;
	font-style: italic;
	}
	
em strong {
	font-weight: bold;
	font-style: italic;
	}
	
	
span.sig {
	color: #ebd6a3;
	}
