/*** TOP BANNER ********************************/

#banner {
	height: 310px;
	background: url('../layout/index/banner.jpg') no-repeat top right;
}
#banner h1 {
	display: none;
}

/*** FOOTER ************************************/

#footer {
	background: #999 url('../layout/index/footer.png') no-repeat top;
}

/*** CONTENT ***********************************/

#content {
	width: 600px;
	/*min-height:1600px;*/
	margin-left: 150px;
	margin-top: -120px;
	background: #FFF url('../layout/sidebar.png') repeat-y left;
	/*Relative position removed as it hides CSS menu in FireFox.*/
}
* html #content {
	margin-left: 147px;
} /* IE HACK */

#content a {
	color: #000;
}
#content a:hover {
	color: #390;
}
#content h2 {
	background: url('../layout/index/shadey.png');
	margin: 0;
	padding: 0.25em 0 0.25em 1em;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 1px;
}
#content #whatis, #content #announcement, #content #news, #content #events {
	background: url('../layout/index/shade.png');
	border: 1px solid #CCC;
}
#content #news, #content #events {
	width: 280px;
	padding-bottom: 0.5em;
}
#content #announcement p, #content #news p, #content #events p {
	margin: 0.5em 1em;
}
#content #main {
	background: url('../layout/index/turbine.jpg') no-repeat bottom right;
}

/* What is SWITCH */
#content #whatis {
	margin: -130px 10px 1em 15px;
}
#content #whatis p {
	margin: 1em;
	line-height: 1.3em;
	font-size: 1em;
	font-style: normal;
}
#content #whatis #image {
	float: right;
	width: 220px;
	margin-top: 5px;
	text-align: center;
}
#content #whatis img{
	border: 0px !important;
}
/* Important Announcements*/
#content #announcement {
	margin: 1em 10px 1em 15px;
}
#content #announcement div {
	border: 1px solid #CCC;
	margin: 0.5em;
}
#content #announcement h3 {
	margin: 0.5em 0;
	padding-left: 0.5em;
	font-size: 1.1em;
	color: #660066;
}

/* News and Events */
#content #news {
	float: left;
	margin: 0 0 0 15px;
}
#content #events {
	float: right;
	margin: 0 10px 0 0;
}

