html, body {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    text-align: center;
	background-color: #ffffff;
}

ul {
	margin: 0px;
}

ul li { 
	display: inline;
}

a:visited,
a:link {
	text-decoration: none;
	color: #000000;
	font-size: 1.0em;
}

a:hover {
	text-decoration: underline;
	color: #B7D37A;
}

.l2c {
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px;
	direction: ltr;
	display: block;
}

.l2c-footer {
	width: inherit;
	position: relative;
	padding-top: 10px;
	height: auto;
	font-size: 0.9em;
}

.l2c-header {
	width: inherit;
	height: 200px;
	margin-top: 20px;
}

.l2c-header .logo {
	float: right;
}

.l2c-content {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: auto;
	min-height: 500px;
	width: inherit;
}

.l2c-content .span-1 {
	margin-bottom: 31px;
	height: 148px;
}

.l2c-content .span-1 a {
	display: block;
}

.l2c-content .project-iframe {
	width: 100%;
	height: 450px;
	padding: 0px;
	margin: 0px;
}

.l2c-content .breadcrumb {
	padding: 0px;
	margin-bottom:10px;
	font-size: 1.1em;

}