	/*
	-----------------------------------------------------------
	CSS Document By: Shaun E. Crittenden
	use and reference as you like :) Please dont copy exact.
	Eric Meyer's Reset Reloaded used http://www.meyerweb.com
	-----------------------------------------------------------
	HEX value reference
	#000000 : "note"
	#000000 : "note"
	#000000 : "note"
	-----------------------------------------------------------
	*/
	
	/*
	=RESETS
	-----------------------------------------------------------
	*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

	/*
	=Structure
	-----------------------------------------------------------
	*/
body {
	background: url(../images/bg.jpg) center -50px no-repeat transparent;
	background-color: #000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	letter-spacing: .03em;
}

#wrapper{
	margin: 0 auto;
	width: 700px;
	text-align: left;
	position: relative;
}

table{
	width: 452px;
}
	/*
	=Typography
	-----------------------------------------------------------
	*/
	
h1{
	display: block;
	width: 200px;
	overflow: hidden;
	text-indent: -9999px;
}

h2, table{
	color: #AAA;
	font-size: .7em;
	font-weight: normal;
	clear: both;
}

h2{
	padding: 10px 5px 5px 5px;
	margin-bottom: 3px;
	text-transform: uppercase;
	border-bottom: 1px solid #444;
	width: 442px;
}

table thead{
	color: #CCC;
	font-weight: bold;
	font-size: 1.1em;
}

table tr td{
	padding: 5px;
	font-size: .9em;
}

table tbody td{
	color: #777;
	line-height: 1.3em;
}

table tr.alt{
	background-color: #101010;
}

#mail{
	font-size: .7em;
	font-family: "Courier New", monospace;
	position: absolute;
	text-align: center;
	width: 200px;
	left: 50%;
	margin-left: -103px;
	padding: 3px;
	color: #101010;
	top: 237px;
}

#content { position: absolute; left: 125px; top: 312px;}
#content img { border: solid 3px #383838; float: left; margin-right: 20px;}

a#mail :link, #mail a:visited{
	text-decoration: none;
}
#mail a:focus {
	text-decoration: none;
}
#mail a:hover, #mail a:active{
	text-decoration: none;
	background-color: #a7a8ac;
}

	