html, body, div, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img, table, input {
	padding: 0;
	margin: 0;
}

body {
	padding: 0px 0px;
}

input, textarea { font-size: 13px;}

ul {list-style-image: url(./gfx/bullets/blue.gif); margin-left:18px; margin-top:0px; margin-bottom:4px; list-style-position: outside;}

#pageFrame {
	position: relative;
	width: 970px;
	margin: 0 auto;
	}

	#pageInnerFrame {
		/*width: 100%;*/
		padding: 0px 0px 0px 0px;
	}

#top{
	height: 11px;
	}
	#top .left{
		height: 11px;
		padding-left: 20px;
	}
	#top .left a img{
		margin-right: 15px;
	}

#header {
	height: 100px;	
	white-space:nowrap;
	}
	#header .left{
		padding: 0px 0 0 0px;
	}
	#header .right{
		padding-top: 10px;
		width: 183px;
	}

/* BODY LAYOUT */
#outerColumnContainer
{
	z-index: 1;
	margin-left: 180px;
	}
	#innerColumnContainer
	{
		z-index: 2;
		width: 100%;
	}
	* html #innerColumnContainer
	{
		position: relative;	/* fix a render bug in IE under certain
					   conditions */
	}
	#contentColumn
	{
		margin: 0 0 0 -1px;		/* without this, boxes stop floating next to each other */
		width: 100%;
		}
	#leftColumn, #rightColumn, #contentColumn
	{
		float: left;
		position: relative;	/* IE has a display/render bug with non-floated 
					   block elements inside floated block elements. 
					   setting position:relative on the floating
					   element seems to resolve this. */
		z-index: 10;
		overflow: visible;	/* fix for IE italics bug */
	}
	#leftColumn
	{
		width: 180px;
		margin: 0 1px 0 -180px;	/* like in the #contentColumn selector, without
					   the 1px margin on the opposite side of the 
					   box, boxes stop floating next to each 
					   other */
	}



#footer {
	margin-top: 10px;
	border-top: 2px solid #CEB56F;
	z-index: 10;
	clear: both;
	background-color: #2B2923;

	}
	#footer .left {
		padding: 11px;
	}

	#footer .nav-buttons{
		margin-top: -44px;
		z-index: 69;
		position: absolute;
		left: 575px;
		width: 129px;
	}
	#footer .nav-buttons img{
		vertical-align: middle;
		margin-right: 6px;
	}

	#footer .right {
		padding: 11px;
	}

