@import url("main2.css");
/* CSS Document */

/* Global */


body {
	margin: 0;
	padding: 0;
	

}

div#container {
	margin-left: auto; 
	margin-right: auto;
	width: 100%;
}

div#nav {
	width: 300px;
	left: 950px;
}


.spacer {
	clear: both;
	line-height: 0;
}

img {
	border: none;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

/*containers*/




/* Nav */

.comingsoon {
	position: absolute;
	top: 160px;
	left: 734px;
	z-index: 3;	
}


.home {
	position: absolute;
	top: 74px;
	left: 948px;
	z-index: 5;	
	font-family: courier new, courier;
	font-size: 12px;
}


.about {
	position: absolute;
	top: 122px;
	left: 870px;
	z-index: 5;	
	width: 123px;
	height: 36px;
}

.fall {
	position: absolute;
	top: 186px;
	left: 751px;
	z-index: 5;	
	width: 248px;
	height: 48px;
}

.ribbon {
	position: absolute;
	top: 246px;
	left: 605px;
	z-index: 2;
	width: 198px;
	height: 425px;
	
}

.spring {
	position: absolute;
	top: 154px;
	left: 741px;
	z-index: 6;	
	width: 257px;
	height: 40px;
}



.view {
	position: absolute;
	top: 349px;
	left: 810px;
	z-index: 5;	
	width: 167px;
	font-family: courier new, courier;
	font-size: 12px;
}



a:link {
	color: #6F2F17;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #582E16;
}
a:visited {
	color: #522C1C;
}

