/* reset whitespaces */
*, body {
	padding:0;
	margin:0;
}
body {
	background-color: #fff;	
}
body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
	font: 11px/1.4em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
input, textarea, select {
	color: #000;
}

/* center the content vertical and horizontal */
#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -270px;
	text-align: center;
	min-width: 905px;
}
#wrapper {
	margin: 0px auto;
	background-color: #F0F0F0;
	position: relative;
	text-align: left;
	width: 905px;
	height: 546px;
	background: url('../images/main_background.png');
}

/* position the different content parts */
#banner {
	position: absolute;
	top: 362px;
	left: 0px;	
}
#categories {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 180px;
	padding-left: 5px;
}
#ezpages {
	position: absolute;
	top: 280px;
	left: 0px;
	width: 180px;
	padding-left: 5px;
}
#search {
	position: absolute;
	top: 30px;
	left: 720px;
	width: 180px;
}
#languages {
	position: absolute;
	top: 392px;
	left: 720px;
	width: 180px;
}
#navBreadCrumb {
	position: absolute;
	top: 0px;
	left: 180px;
	width: 540px;
	padding: 5px;
}

#content {
	position: absolute;
	top: 40px;
	left: 186px;
	width: 532px;
	height: 500px;
	overflow:auto;
}
.centerColumn {
	width: 508px;
}

