
/** BASIC STYLES */

.container {
	width: 1000px;
	margin: 0px auto;
}

/** HEADER */

#header {
	height: 106px;
}

/** LOGO */

#logo {
	float: left;
	width: 400px;
	height: 106px;
	background: url(images/homepage02.jpg) no-repeat left top;
}

#logo h1 {
	color: #ffffff;
	margin: 70px 0px 0px 15px;
	line-height: normal;
	font-size: 240%;
}

#logo h1 a {
	display: block;
	height: 100px;
	text-decoration: none;
}

/** SEARCH */

#search {
	float: right;
	width: 210px;
	padding: 80px 0px 0px 0px;
}

/** TOPMENU */

#topmenu {
	height: 30px;
}

/** MENU */

#menu {
}

/** PAGE */

#page {
}

/** CONTENT */

#content {
}

/** SIDEBAR */

#sidebar {
}

/** FOOTER */

#footer {
}
