html, body, div,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, table
{
	padding: 0;
	margin: 0;
}

body
{
}

#pageFrame
{
		position: relative;
		width: 958px;
		margin: 0 auto;
    margin-top: 28px;
    background: url("../gfx/wrap_bg.png");
    padding: 5px;
	}
	#pageInnerFrame	
	{
    background: #fff;
		border: #fff 1px solid;
	}


/* BASIC LAYOUT */
.leftColumn
{
	width: 251px;
	vertical-align: top;
}
.rightColumn
{
	vertical-align: top;
}

#header{
	height: 104px;
	}
	#logo{
		padding: 30px 0 0 21px;
		}
	#header .right{
		height: 104px;
	}


#footer{
	height: 36px;
	}
	#footer_l
	{
		float: left;
		padding-left: 18px;
		padding-top: 11px;
	}
	#footer_r
	{
		float: right;
		padding-right: 18px;
		padding-top: 11px;
	}

/*---- Borders ----*/
#footer{
	border-top: 1px solid white;
	}
#header{
	border-bottom: 1px solid white;
}
.leftColumn,.leftBottomColumn
{
	border-right: 1px solid white;
}
.leftBottomColumn,.rightBottomColumn
{
	border-top: 1px solid white;
}
