* {
	padding: 0px;
	margin: 0px;
}
.main {
}
body {

	line-height: 19px;

	font-size: 12px;

	font-family: "Lucida Grande", Arial, sans-serif;

	position: relative;

	background-color: #3d3d3d;

	padding: 0px;

	margin: 0px;

}
#left {
	height: 20px;
	width: 100%;
	background-color: #28ff46;
	display: block;
}
#nav {
	color: #424242;
	font-size: 18px;
	font-weight: bold;
	left: 0%;
	background-image: url(Images/logo.png);
	display: block;
	height: 160px;
	top: 350px;
	position: absolute;
	width: 430px;
}
#content {
	background-repeat: no-repeat;
	top: 30px;
	position: absolute;
	left: 430px;
	width: 560px;
}
#right {
	height: 20px;
	width: 100%;
	background-color: #ff3631;
	display: block;
}
#inner {
	background-repeat: no-repeat;
	border-left-color: black;
	border-right-color: black;
	border-right-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 2px;
	display: block;
	height: 760px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 990px;
}

#inner.home
{
	background-image: url(Images/Knickerbacker.jpg);
	}

#inner.projects
{
	background-image: url(Images/Park%20Hyatt.jpg);
	}

#inner.contact
{
	background-image: url(Images/Marina.jpg);
	}
