html, body, div, h1, h2, h3, h4, h5, h6,
form, fieldset, a, img, table, input
{
	padding: 0;
	margin: 0;
}

body
{
	margin: 0 1px;
}

#pageFrame
{
		position: relative;
		width: 768px;
	}
	#pageInnerFrame
	{
		width: 100%;
	}


#header{
	height: 50px;
	}
	#header .left{
		width: 100px;
		border-right: 1px solid #ccc;
		height: 50px;
    text-align: center;
	}
	#logo{
		padding: 0;
		}
	#header .right{
		width: 667px;
		height: 50px;
		background: #eee;
	}

#flash{
	width: 768px;
	overflow: hidden;
}

/* BASIC LAYOUT */
.leftColumn
{
	width: 192px;
	border-right: 1px solid #ccc;
	vertical-align: top;
}
.rightColumn
{
	vertical-align: top;
}


#footer{
	height: 26px;
	}
	#footer_inner{
	}

/*---- Borders ----*/
#header
{
	border-bottom: 1px solid #ccc;
}


#backtop
{
	float:right;
	margin:20px;
}
