/** WRAPPER */

#wrapper {
	width: 890px;
	margin: 0px auto;
	position: relative;
	text-align: left;
}

/** GRID */

#logo {
	width: 279px;
	height: 354px;
	position: absolute;
    top: 0px;
	left: 0px;
	background: url(images/logo.jpg) no-repeat left top;
}


	#logotext {
		position: absolute;
		left: 75px;
		bottom: 0px;

	}

#header {
	width: 611px;
	height: 191px;
	position: absolute;
    top: 0px;
	left: 279px;
	background: url(images/header.jpg) no-repeat left top;
}

	#headertext {
		position: absolute;
		right: 10px;
		bottom: 40px;
	}

#photo {
	width: 611px;
	height: 163px;
	position: absolute;
    top: 191px;
	left: 279px;
	background: url(images/photo.jpg) no-repeat left top;
}

#menu {
	width: 279px;
	position: absolute;
    top: 354px;
	left: 0px;
	background: url(images/menu.jpg) no-repeat left top;
	background: url(images/sides.jpg) no-repeat left bottom;
}

#content {
	width: 611px;
	position: relative;
    top: 354px;
	left: 279px;
}

#blurb {
	padding-left:15px;
	width: 200px;
	top: 180px;
	float: right;
}

#blurb2 {
	top: 0px;
	float: right;
}

#footer {
	position: absolute bottom;
	width: 611px;
	bottom: 0;
	height: 100px;} 
}





