html, body, div,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img, table, input
{
	padding: 0;
	margin: 0;
}

body
{
}

#pageFrame
{
		position: relative;
		width: 770px;
		margin: 0 auto;
	}
	#pageInnerFrame	
	{
		width: 100%;
	}


/* BASIC LAYOUT */
.leftColumn
{
	width: 151px;
	vertical-align: top;
}
.rightColumn
{
	vertical-align: top;
}
#rightColumn_lang
{
	text-align: right;
	vertical-align: top;
	height: 15px;
}
#header{
	height: 123px;
	}

	#header_l{
		float: left;
		width: 151px;
		}
		#logo{
			padding: 17px 0 0 7px;
			}

	#header_r{
		float: right;
		width: 619px;
		}
	#header_r .right{
		padding: 12px 17px 0 0;
		}


#footer{
	clear: left;
	height: 49px;
	}
	#footer_l
	{
	}
	#footer_r
	{
	}

/*---- Borders ----*/
#header{
	border-bottom: 4px solid white
}