/* ========================== SE HOME STYLES ========================= */

#main {
	position: relative;
	float: none;
	width: 100%;
	height: 389px;
	background: #fff;
	padding: 0;
}

#contentContainer {
	float: left;
	padding: 10px;
}

#photoContainer {
	position: absolute;
	left: 0;
	top: 0;
	width: 236px;
	height: 389px;
}

#contentContainer {
	position: absolute;
	left: 236px;
	top: 0;
	width: 536px;
	height: 389px;
	margin: 0;
}

#contentHeader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 167px;
}

#contentHeader img { float: left }

#contentNav {
	position: absolute;
	left: 25px;
	top: 201px;
	//width: 104px;
	width: 204px;
	height: 152px;
}
	
#contentIntro {
	position: absolute;
	//left: 207px;
	left: 270px;
	top: 201px;
	//width: 290px;
	width: 250px;
	height: 180px;
}

#footer {
	position: relative;
}

#footerContent {
	position: absolute;
	left: 4px;
	top: 6px;
	width: 764px;
}