/* layout */

#wrapper {
	position:absolute;
	width:100%;
	height:791px;
	z-index:1;
	border: thin none #CCCCCC;
	margin: auto;
	top: 0px;
	right: 0px;
}
#logo-layer {
	position:absolute;
	width:100%;
	height:76px;
	z-index:1;
	top: 0px;
	visibility: visible;
	background-color: #FFFFFF;
	left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#menu-layer {
	position:absolute;
	width:100%;
	height:35px;
	z-index:2;
	top: 90px;
	text-align: left;
	left: 0px;
	background-color: #cccccc;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
#menu2-layer {
	position:relative;
	width:100%;
	height:26px;
	z-index:3;
	left: 0px;
	top: 125px;
	background-color: #999999;
}
#content-layer {
	position:relative;
	width:700px;
	height:100%;
	z-index:4;
	top: 176px;
	border: thin solid #Cccccc;
	background-color: #FFFFFF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	background-image: url(/streetmaster/images/abstract2.jpg);
	background-repeat: no-repeat;
}
#menu-container {
	width:900px;
	height:26px;
	z-index:1;
	left: 0px;
	margin: auto;
	top: 0px;
}
#main-photo-layer {
	position:relative;
	width:700px;
	height:466px;
	z-index:4;
	top: 0px;
	border: thin solid #Cccccc;
	background-color: #999;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
body {
	background-color: #0047B9;
}

#content-container {
	position:relative;
	height:inherit;
	width:100%;
	z-index:4;
	top: 125px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
}
#main-wrapper {
	position:absolute;
	width:100%;
	z-index:1;
	border: thin none #CCCCCC;
	margin: auto;
	height: 500px;
}
