#leftcolumn {
	width: 270px;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	border-width: 2px;
	border-color: #A3A3A3;
	border-style: none solid none none;
}

	#leftcolumn H1{
		width: 250px;
		height: 39px;
		background-image: url(/public/img/coming_soon.gif);
	}

	#leftcolumn a:link { text-decoration: none; }
	#leftcolumn a:visited { text-decoration: none; }
	
	#leftcolumn H2{
		width: 250px;
		height: 36px;
		background-image: url(/public/img/past_releases.gif);
	}

	.menu1 {
		display: block;
		padding-top: 2px;
		margin-bottom: 2px;
		height: 20px;
		margin-left: 20px;
		overflow: hidden;
	}

	.submenu-item {
		display: block;
		height: 20px;
		margin-left: 40px;
		padding-left: 5px;
		background-color: #E5D1F6;
		margin-bottom: 2px;
	}

	.noinfomessage {
		display: block;
		height: 20px;
		margin-left: 40px;
		padding-left: 5px;
		background-color: #CCCCCC;
		margin-bottom: 2px;		
		font-style: italic;
	}
	
	a.submenu-item:link { color: #000000; }
	a.submenu-item:visited { color: #000000; }
	a.submenu-item:hover { color: #B70000; }

#rightcolumn {
	width: 450px;
	float: left;
}

	#rightcolumn HR {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	#rightcolumn H2 {
		font-size: 13pt;
		color: #565656;
		text-align: center;
		margin-bottom: 25px;
	}

	#rightcolumn H3 {
		font-weight: normal;
		font-size: 12pt;
		color: black;
		text-align: center;
	}

	#rightcolumn IMG.main {
		margin-bottom: 30px;
		margin-left: 0px;
		float: left;
	}
	
	#rightcolumn IMG {
		margin-bottom: 20px;
		margin-left: 20px;
		float: right;	
	}
	
	.award {
		width: 450px;
		background-color: #E5D1F6;
		border-style: dashed;
		border-width: 1px;
		border-color: black;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	a.awardtext {
		text-decoration: none;
	}

	a.awardtext:hover {
		color: #565656;	
	}
	
	.endlinkbox {
		background-color: #E5D1F6;
		float: left;
		width: 445px;
		margin-bottom: 5px;
		padding-left: 5px;
		text-align: center;
	}
	
		a.endlink:link {text-decoration: none;}
		a.endlink:visited {text-decoration: none;}