/* 
basic layout and common
elements for all pages
*/
img, div, a, input, table#container0 { behavior: url(css/iepngfix.htc) }
*
{
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:11px;
}
a:active
{
	outline:none;
}
:focus
{
	outline:none;
}
body, html, form
{
	text-align:center;
	margin:0 auto 0 auto;
	height:100%;
	background:url(../img/layout/redgrad.jpg) top left repeat-x #000;
}
table#container0
{
	width:922px;
	height:100%;
	margin:0px auto 0px auto;
	padding:0;
}
table#container1
{
	margin:0px auto 0px 15px;
	padding:0;
	width:891px;
}
table#posxHeader
{
	width:100%;
	height:175px;
	background:url(../img/layout/header.jpg) top left no-repeat #000;
	text-align:center;
}
div#headerLogo
{
	float:left;
	margin:0px 0px 15px 45px;
}
ul#headerNavSmall
{
	float:right;
	list-style-type:none;
	margin-top: -10px;
}
ul#headerNavSmall li
{
	float:left;
	padding:2px 4px 2px 4px;
	color:#666;
}
ul#headerNavSmall li a
{
	color:#666;
	text-decoration:none;
}
#posxFooter 
{
	margin: 0 auto 0 15px;
	padding:20px 0 10px;
	width: 891px;
	text-align: center;
}
#posxFooterInner
{
	margin: 0 auto;
	text-align: right;
	width: 820px;
}