/* Reset - Thank You Eric */

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;
	}
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: black;
	background: white;
	}
ol, ul {
	list-style: none;
	}
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: "" "";
	}

/* Layout */

body {
  margin: 0;
  padding: 0;
  background:#efefef url(../images/body.gif) repeat 0 0;
  font:normal 12pt/15pt Garamond, Georgia, serif;
  color: #444;
  height:100%;
  overflow:hidden;
  min-width:850px;
}

 /* styles for IE 5 Mac */
 #horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
 }

/* hide me from cheap browsers! \*/

#horizon {
		background-color: transparent;
		position: absolute;
		top: 50%;
		left: 0px;
		width: 100%;
		margin-top: -260px;
		text-align: center;
		min-width: 850px; 
		}

/* that's enough now.. */

#container {
		position: relative;
		text-align: left;
		width: 850px;
		height: 520px;
		margin: 0px auto;
		padding:0;
		background:url(../images/backer.jpg) no-repeat 0 0;
		}



#panel2,#panel3,#panel4,#panel5,#panel6 { display:none; } 


/* Standard Headings */


h2 	{
	font-size: 20px;
	font-weight:normal;
	letter-spacing:0px;
	padding:0;
	margin:0;
	}
		
h3	{
	font-size: 12px;
	font-weight:normal;
	letter-spacing:0px;
	margin:8px 0 2px 0;
	padding:2px 0 0 0;
	}
		
h4, h5, h6 {
		margin: 0;
		padding: 0;
		font-weight: normal;
		font-size: 10px;
		font-weight:bold;
		}

ul, li {
	padding:0;
	margin:0;
	list-style:none;
	}

p	 {
	margin:0 0 10px 0;
	}

/* Lists and Definitions */

ul 		{

		}
		
ul li	{

		}
		
dl 	{
  	margin:0;
	}

dl dt {
	width:80px;
	margin:10px 0 0 0;
	color:#999999;
	font-size:0.72em;
	line-height:1em;
	display:block;
	float:left;
	clear:both;
	}

dl dd {
	margin:2px 0 0 0;
	float:left;
	clear:none;
	}

/* Standard Image Formatting */

img, a img {
  border:none;
  margin:0px;
  padding:0px;
}
