/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
}

/** LOGO */

#logo {
	position: relative;
	height: 100px;
	padding-top:90px;
}
#logo p {
	
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	color: #E1EDFF;
	font-size:12px;
	font-weight:normal;
}

/*#logo h1 a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 370px;
	height: 190px;
	background: url(images/homepage01.jpg) no-repeat left top;
}
*/
/** MENU */

#menu {
}

/** PAGE */

#page {
}

/** CONTENT */

#content {
}

/** SIDEBAR */

#sidebar {
}

/** FOOTER */

#footer {
}

