body
{	background: #fff;
	margin: auto;
	padding: auto;
}

a:link
{	color: #0000ff;
	text-decoration: underline;
}

a:visited
{ 	color: #0000ff;
	text-decoration: underline;
}

h1
{	font: bold 28px Arial, Helvetica, sans-serif;
	_padding:10px;
}

h2
{	font: bold 22px Arial, Helvetica, sans-serif;
}

h3, h4, h5, h6
{	font: bold 16px Arial, Helvetica, sans-serif;
	line-height: 28px;
}

img
{	border: none;
}









#global
{	height: auto;
	margin: 0 auto;
	padding: 0;
	width: auto;
}









/*	HEADER 
----------------------------------------*/
#header
{	clear: both;
	margin: 0 auto;
	padding: 0;
	width: auto;
}

#header_art
{	display: none;
}

#header_art_print
{	background: #fff;
	border-bottom: 1px solid #000;
	display: block;
	height: 93px;
	margin: 0 auto;
	width: 100%;
}

#header_nav
{	display: none;
}









/*	LEFT
----------------------------------------*/
#left
{	display: none;
}









/*	CONTENT
----------------------------------------*/
#content
{	background: transparent;
	height: auto;
	margin: 0 auto;
	min-height: 550px;
	width: auto;
}

#content h1
{	border-bottom: 1px solid #000;
	display: block;
	font-weight: bold;
	line-height: 28px;
	padding-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
}

#content p,
#content ul,
#content ol,
#content li,
#content table
{	color: #000;
	font: normal 14px/20px Arial, Arial, Helvetica, sans-serif;
	text-align: justify;
}

#content li
{	padding-bottom: 10px;
}









/*	RIGHT
----------------------------------------*/
#right
{	display: none;
}








/*	FOOTER
----------------------------------------*/
#footer
{	border-top: 1px solid #000;
	clear: both;
	margin: 0px auto;
	padding: 20px 0 20px 0;
	text-transform: uppercase;
	width: auto;
}

#footer p
{	color: #000;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-align: center;
}

#footer a
{	border: none;
}