#header, #flash {
		width: 850px;
	}
	
#headerUpload {
		float: right;
		margin-bottom: 5px;
	}
	
/* Navigation Styles */
	
#mainNav {
		width: 850px;
		height: 50px;
		background: url(../images/backgrounds/nav_bg.gif);
	}
	
#mainNav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
#mainNav ul li {
		float: left;
		height: 50px;
		background: url(../images/backgrounds/li_bg.gif) bottom right no-repeat;
		text-align: center;
	}
	
#mainNav ul li.home {
		width: 80px;
	}
	
#mainNav ul li.about {
		width: 100px;
	}
	
#mainNav ul li.case {
		width: 120px;
	}

#mainNav ul li.news {
		width: 70px;
	}

#mainNav ul li.staff {
		width: 120px;
	}
	
#mainNav ul li.events {
		width: 75px;
	}

#mainNav ul li.links {
		width: 70px;
	}
	
#mainNav ul li.downloads {
		width: 110px;
	}
	
#mainNav ul li.contact {
		width: 105px;
		background: none;
	}	

#mainNav ul li a {
		font-family: Helvetica, Verdana, Arial, sans-serif;
		line-height: 3.9em;
		color: #FFF;
	}
	
/* End Navigation Styles */
	
#flash {
		margin-bottom: 20px;
	}
	
#footer {
		width: 880px;
		margin: auto;
		color: #3B71B7;
		font-size: 0.8em;
		text-align: left;
	}
	
.supporters {
		width: 880px;
		height: 100px;
		margin-bottom: 10px;
	}
	
.supporters ul {
		list-style: none;
		margin: 0;
		padding: 0;	
	}
	
.supporters ul li {
		float: left;
		padding-right: 10px;
		margin-right: 10px;
		border-right: 1px solid #CCC;
	}
	
.supporters ul li.last {
		border-right: none;
	}
	
.copyright {
		float: left;
	}
	
.footerNav {
		float: right;
	}
	
.footerNav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
.footerNav ul li {
		float: left;
	}
	
.footerNav ul li a {
		color: #3B71B7;
		font-weight: normal;
		margin-left: 15px;
	}
	
#content {
		width: 575px;
		float: left;
		margin-bottom: 20px;
	}
	
#rightMargin {
		width: 245px;
		float: left;
		margin-bottom: 20px;
	}
	
.left30 {
		margin-left: 30px;
	}
	
/* Latest News Styles */

.latestNews {
		width: 245px;
	}

.latestNews h2 {
		padding-bottom: 10px;
		border-bottom: 1px dotted #CCC;
	}
	
.newsTease {
		border-bottom: 1px dotted #CCC;
		margin-bottom: 10px;
	}
	
.newsTease h3 {
		font-size: 1em;
		font-weight: bold;
	}
	
.newsTease a {
		display: block;
		background: #3CB7B2 url(../images/backgrounds/read_on_bg.gif);
		width: 64px;
		height: 25px;
		color: #FFF;
		text-align: center;
		line-height: 25px;
	}
	
/* Start item styles */
.item {
		border-bottom: 1px dotted #CCC;
		margin-bottom: 10px;
	}
	
.item h2, .item h3 {
		font-size: 1em;
		font-weight: bold;
	}

.item a {
		color: #666;
	}
	
.image {
		float: right;
		margin: 0px 0px 10px 10px;
	}
	
.image img {
		padding: 5px;
		border: 1px dotted #CCC;
		display: block;
		margin-bottom: 5px;
	}
/* End links styles */

/* Start Alm Link Styles */
#almPages {
		width: 100%;
		height: 30px;
		margin-bottom: 10px;
	}

#almPages ul, #almPages ul li {
		margin: 0;
		padding: 0;
		list-style: none;		
	}
	
#almPages ul li {
		float: left;
		width: 100px;
		height: 30px;
		background: url(../images/backgrounds/equipment_li_bg.gif);
		margin-right: 10px;
		text-align: center;
	}
	
#almPages ul li a {
		line-height: 30px;
		width: 100px;
		height: 30px;
		display: block;
		color: #FFF;
	}
	
ul#pageDownloads {
		margin: 0;
		padding: 0;
	}
	
ul#pageDownloads li {
		list-style: none;
		background: url(../images/backgrounds/download_bullet.gif) no-repeat;
		margin: 0;
		padding: 0;
		padding-left: 25px;
		margin-bottom: 3px;
		height: 20px;
	}
	
/* Upload Styles */
.column {
		width: 425px;
		float: left;
	}
	
.column fieldset {
		border: none;
	}
	
.column legend {
		font-family: Helvetica, Verdana, Arial, sans-serif;
		margin-bottom: .5em;
		font-weight: 500;
		color: #3CB7B2;
		font-size: 2.0em;
	}
	
.column input {
		border: none;
		padding: 3px;
		width: 250px;
	}
	
.column input.hidden {
		padding: 0;
	}
	
.column button {
		font-family: Tahoma, Arial, sans-serif;
		background: #3CB7B2 url(../images/backgrounds/read_on_bg.gif);
		width: 64px;
		height: 25px;
		color: #FFF;
		text-align: center;
		border: none;
		font-weight: bold;
		cursor: pointer;
	}
	
.welcome {
		margin-bottom: 10px;
	}
	
#uploadHistory ul, #uploadHistory ul li {
		list-style: none;
		margin-left: 0;
		padding-left: 0;
	}
	
#uploadHistory ul li a {
		color: #818285;
		font-weight: normal;
	}