/** BASIC */

html, body {
	height: 100%;
}

/** HEADER */

#header {
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 239px;
	height: 181px;
	background: url(/images/homepage02.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	text-indent: -9999em;
}

/** MENU */

#menu {
	float: left;
}

/** PAGE */

#page {
	margin: 0px auto;
}

/** CONTENT */

#content {
	float: right;
}

/** SIDEBAR */

#sidebar {
	float: left;
}









.left{
	float:left;
	position:relative;
}

.right{
	float:right;
	position:relative;
}

.clear{
	clear:both;
	font-size:0px;
	padding:0;
	margin:0;
	height:0;
}
