
/* Banner base styles */

	DIV#banner
	 {
	 	position:relative;
		top:0px;
		left:0px;
		width:800px;
		height:100px;
		background-color:rgb(62,48,89);
		border-style:none;
	 }
	IMG#banner
	 {
	 	position:absolute;
	 	top:0px;
	 	left:0px;
	 	border-width:0px 0px 0px 0px;
	 }
	IMG#banner-name
	 {
	 	position:absolute;
	 	top:20px;
	 	left:220px;
	 	border-width:0px 0px 0px 0px;
	 }
