#container {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
}

#header {
	position: relative;
	width: 960px;
	height: 113px;
	text-align: center;
	/*background-image: url(images/_header_background_collegiate.gif);*/
	background-repeat: repeat-x;
}

.stormDudsLogo {
	display: block;
	position: absolute;
	top: 5px;
	left: 8px;
}

.quickLinks {
	display: block;
	position: absolute;
	top: 38px;
	left: 275px;
	text-align: left;
}

.umbrellaShopLogo {
	display: block;
	position: absolute;
	top: 5px;
	right: 18px;
}

#navigation {
	position: absolute;
	top: 94px;
	right: 16px;
	width: 800px;
	text-align: right;
}
	
#navigation a {
	padding: 0 .75em;
	color: #FFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

.sectionHeader {
	display: block;
	position: absolute;
/*
	top: 71px;
	left: 230px;
*/
	top: 32px;
	right: 25px;
}

#main {
	position: relative;
	width: 960px;

	height: auto !important; /* real browsers */
	height: 458px; /* IE6: treaded as min-height*/
	min-height: 458px; /* real browsers */
	
	background-color: #666;
	background-image: url(images/_background_collegiate.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
}

#mainText {
	padding: 35px 4em 4em 4em;
}

.backgroundTop {
	height: 44px;
	background-image: url(images/_background_top.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.backgroundBottom {
	height: 48px;
	background-image: url(images/_background_bottom.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#footer {
	position: relative;
	width: 960px;
	height: 28px;
	/*background-image: url(images/_footer_background_collegiate.gif);*/
	background-repeat: repeat-x;
}

#column1 {
	position: absolute;
	top: 155px;
	left: 0;
	margin: 0 25px;
	width: 300px;
}

#column2 {
	position: absolute;
	top: 155px;
	left: 360px;
	width: 420px;
	text-align: left;
}
