/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
}

/** LOGO */

#logo {
	float: left;
	width: 270px;
	height: 233px;
	position: relative;
	background-image: url(../images/homepage01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-left: 50px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	visibility: hidden;
	font-size: 9px;
	text-transform: lowercase;
}

#logo h1 a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/** MENU */

#menu {
}

/** PAGE */

#page {
}

/** CONTENT */

#content {
}

/** SIDEBAR */

#sidebar {
}

/** FOOTER */

#footer {
}
