*
{
	/*font-family: Courier, fixed-with;*/
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #666;
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
}

body
{
	height: 90%;
	background: #b2b2b2 url(../images/body_bg.png) repeat-x;
	text-align: center;
}

p
{
	margin: 0 0 12px 0;
}

h1, h2, h3
{
	font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	font-weight: bold;
}

h1
{
	font-size: 24px;
	margin: 0 0 24px 0;
}

h2
{
	font-size: 16px;
	margin: 0 0 16px 0;
}

ul
{
	margin-left: 20px;
}

li
{
	list-style-position: outside;
	padding-left: 6px;
}

div#innerBody
{
	width: 997px;
	margin: 0 auto;
	text-align: left;
}

div#content
{
	width: 957px;
	min-height: 400px;
	margin: 0 20px;
	padding: 45px 0;
	/*background: url(../images/content_bg.gif) repeat-y 50%;*/
	background: #fff;
}

div#footer
{
	width: 997px;
	height: 30px;
	/*background: url(../images/footer_text.gif) no-repeat 50% 50%;*/
	background: url(../images/footer_bg.gif) no-repeat 50% 50%;
}

div#footer p
{
	font-family: Courier New, fixed-with;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
}

div.center
{
	text-align: center;
}