/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
}

/** LOGO */

#logo {
	position: relative;
	float: left;
	width: 500px;
	height: 139px;
	background: url('/images/homepage01.jpg') no-repeat left top;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-indent: -9999em;
}

#logo h1 a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/** SEARCH */

#search {
	float: right;
	width: 243px;
	height: 139px;
}

#search form {
	padding: 45px 0px 0px 10px;
}

/** MENU */

#menu {
}

/** PAGE */

#page {
}

/** CONTENT */

#content {
	float: right;
	width: 775px;
}

/** 2-COLUMN LAYOUT */

.two-columns {
}

.two-columns .column1 {
	float: left;
	width: 460px;
	padding: 40px 0px 40px 40px;
}

.two-columns .column2 {
	float: right;
	width: 195px;
	padding: 40px 40px 40px 0px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 175px;
}

/** FOOTER */

#footer {
}
