body {
	width:980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	color: #FFFFFF;
	position: relative;
	letter-spacing:1px;
}

a {
	color:#FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-family: "Stencil Std", Stencil, serif; 
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	letter-spacing:2px;
}

img { 
	border:0px; 
}

.clear { margin: 0px; padding: 0px; clear: both; display: block; height: 1px; overflow: hidden; }

.png { behavior: url(css/resources/iepngfix.htc); }

.defaulttext {
	font-family: "Lithos Pro Regular", Lithos, serif;
	font-size: 14px;
	float: left;
}
#header {
	width: 980px;
	height: 267px;
	background: url(../pics/header.jpg) no-repeat  left top;
}
#header #details {
	position: absolute;
	top: 10px;
	left: 620px;
	height: 226px;
	width: 280px;
	z-index: 5;
}

#header ul,
#header li {
	list-style-type: none;
    margin: 0px;
    padding: 0px;
}
	
#content {
	min-height: 550px;
	_height: 550px;
	background: url(../pics/body_bg.jpg) repeat-y top left;
}
#footer {
	color: #525150;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial;
}
#footer a { color: #525150; text-decoration: none; }
#footer a:hover { text-decoration: underline; }