﻿body 
{
	background-image: url('../images/bg.gif');
	background-position: center top;
	background-color: #080808;
	background-repeat: repeat-y;
	margin-top: 0px;
	text-align: center;
}
#wrapper
{
	top: 0px;
	margin: 0 auto;
	background-color: #ffffff;
	width: 760px;
	text-align: left;
	min-height: 100%;
	position: relative;
}
#logo
{
	position: absolute;
	top: 10px;
	left: 12px;
}
#nav
{
	position: absolute;
	top: 63px;
	left: 240px;
}
#content
{
	top: 140px;
	left: 240px;
	width: 420px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 160%;
	position: relative;
	color:#656565;
	padding-bottom:200px;
}
div#content h1
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 14pt;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px;
	color: #000000;
	text-transform: uppercase;
}
div#content h2
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 14pt;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px;
	margin-bottom:5px;
	margin-top:10px;
	color: #000000;
	text-transform: uppercase;
}
#address
{
	margin: 0 auto;
	background-color: #ffffff;
	width: 708px;
	text-align: left;
	position: relative;
}
div#address p
{
	text-align: center;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 7pt;
	letter-spacing: 1px;
	margin: 0px;
	color: #999999;
}