

body {
	color: #000;
	font: .85em Arial, Helvetica, Geneva, sans-serif;
	background: #aba9a9 url(../images/dou_bg.jpg) no-repeat fixed 50% 50%;
}

#container {
	background-color: #ffffff;
	margin:auto;
	width:685px;
	padding:10px;
	position: relative;
	border: 6px solid #cd881d;
}

#main {
	width:680px;
	height: 480px;
	background: url("../images/dou_city.gif") no-repeat center;
}

#header {
	width: 680px;
	height: 100px;
	background: url("../images/city_header.jpg") no-repeat center;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

#header a {
	display:block;
	border-style: none;
}

#header a span	{
	display: none;
}

#news {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f8f8ee;
	padding: 6px;
	border: 1px solid #d5d5bf;
	float: right;
	width:200px;
	margin-bottom: 6px;
	margin-left: 8px;
}

#band {
	background-color: #fff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

#band-members	{
	width: 680px;
	text-align: center;
	font-weight: bold;
	font-size: .85em;
}

#border-photo {
	/* Adds a shaded margin and border */
	background-color: #f8f8ee;
	padding: 3px;
	border: 1px solid #d5d5bf;
	}
#right-float-photo {
	/* Adds the shaded margin and border, and also floats the image to the right with a bit of padding so that text does not butt up directly beside it */
	float: right;
	margin: 0px 0px 15px 15px;
	}
#left-float-photo {
	/* Adds the shaded margin and border, and also floats the image to the left with a bit of padding so that text does not butt up directly beside it */
	float: left;
	margin: 0px 15px 15px 0px;
	}

#dounav {
	list-style-type:none; height:30px; margin:10px 0 20px 0; padding:0;
	}

#dounav li {
	display:inline; margin:0; padding:0;
	}
#dounav li a {
	display:block; float:left; background:url(../images/dou_nav.jpg); height:30px;
	}
#dounav li a span {
	display:none;
	}
#dounav li a#read {
	background-position:0 0; width:107px;
	}
#dounav li a#read:hover {background-position:0 -30px;}
#dounav li a#look {background-position:-107px 0; width:142px;}
#dounav li a#look:hover {background-position:-107px -30px;}
#dounav li a#talk {background-position:-249px 0; width:134px;}
#dounav li a#talk:hover {background-position:-249px -30px;}
#dounav li a#listen {background-position:-383px 0; width:163px;}
#dounav li a#listen:hover {background-position:-383px -30px;}
#dounav li a#buy {background-position:-546px 0; width:134px;}
#dounav li a#buy:hover {background-position:-546px -30px;}

#overlay {
	display:none; position:absolute; top:-2px; left:15px;
	background:url(../images/overlay.gif) no-repeat 680px 0px;
	width:705px;
	height:480px;
	z-index:10;}
	.overlayread, .overlaylook, .overlaytalk, .overlaylisten, .overlaybuy {
	display:block !important;
	}
	.overlayread {
	background-position:0px 0px !important;
	}
	.overlaylook {
	background-position:0px -480px !important;
	}
	.overlaytalk {
	background-position:0px -960px !important;
	}
	.overlaylisten {
	background-position:0px -1440px !important;
	}
	.overlaybuy {
	background-position:0px -1920px !important;
	}

h1	{
		font-family: arial, helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		line-height: 24px;
  		color: #333;
		padding: 0px;
		margin: 0px;
		}

h2	{
		font-size: 14px;
		font-family: arial, helvetica, sans-serif;
		color: #000;
		line-height: 16px;
		font-weight: bold;
		padding: 0px 0px 10px 0px;
		border: 0px;
		margin: 0px 0px 0px 0px;
		}		

h3	{
		font-size: 12px;
		font-family: arial, helvetica, sans-serif;
		line-height: 16px;
		font-weight: bold;
		padding: 0px 0px 10px 0px;
		border: 0px;
		margin: 0px 0px 0px 0px;
		}
		
h4	{
		font-size: 11px;
		font-family: arial, helvetica, sans-serif;
		line-height: 13px;
		font-weight: bold;
		padding: 0px 0px 3px 0px;
		border: 0px;
		margin: 0px 0px 0px 0px;
		}

