
html
{
	height: 100%;
}

body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, sans-serif;
	color: #000;
	font-size: 11px;
	background: url(images/little_brown_tile.gif) top left repeat #000;
}

input, select, textarea
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

h1
{
	font-family: Times New Roman, Serif;
	font-size: 24px;
}

h2
{
	font-family: Times New Roman, Serif;
	font-size: 18px;
	font-weight: normal;
}

h3, h4, h5, h6
{
	font-size: 11px;
	font-weight: bold;
}

.right-side-h2
{
	color: #fff;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#site-wrapper
{
	text-align: left;
	padding-top: 20px;
}

#header-div
{
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
	height: 380px;
	position: relative;
}

#nav-div
{
	position: absolute;
	top: 114px;
	left: 44px;
	width: 159px;
	color: #fff;
	font-family: Times New Roman, Serif;
	color: #fff;
	font-size: 18px;
}

#nav-padding
{
	padding: 5px;
}

#nav-links a
{
	color: #fff;
	text-decoration: none;
}

#nav-links a:hover
{
	text-decoration: underline;
}

#main-div
{
	margin-left: auto;
	margin-right: auto;
	height: 436px;
	width: 1100px;
	background-image: url(images/main_bg.jpg);
	position: relative;
}

#content-div
{
	position: absolute;
	top: 0px;
	left: 43px;
	width: 707px;
	height: 396px;
	overflow: auto;
}

#content-padding
{
	padding: 15px;
}

#content-padding a
{
	color: #339999;
	text-decoration: none;
}

#content-padding a:hover
{
	text-decoration: underline;
}

#right-panel-div
{
	position: absolute;
	left: 779px;
	top: 13px;
	width: 281px;
	text-align: right;
	color: #fff;
}

#right-panel-div a
{
	color: #fff;
	text-decoration: none;
}

#right-panel-div a:hover
{
	text-decoration: underline;
}

#sign-up
{
	background: url(images/sign_up_bg.jpg) top right no-repeat;
	height: 44px;
	font-family: Times New Roman, Serif;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#sign-up-padding
{
	padding-top: 15px;
}

#sign-up-padding a
{
	color: #fff;
	text-decoration: none;
}

#sign-up-padding a:hover
{
	text-decoration: underline;
}