* {
	outline: none;
}

body {
	background: #304f0c;
	font-family: Arial, sans-serif;
}

#background {
	position: absolute;
	width: 100%;
	height: 669px;
	/*background: url(dsc_7530.jpg) center fixed no-repeat;*/
	top: 0px;
}

a:link { color: black;}
a:visited { color: red}


#banner {
	position: absolute;
	top: 30px;
	width: 728px;
	height: 90px;
	left: 50%;
	margin-left: -364px;
	background: #304f0c;
}

#text1 {
	position: absolute;
	top: 60px;
	left: 140px;
	width: 250px;
	text-align: center;
	color: white;
	z-index: 1;
}

#byline {
	color: black;
	font-size: 80%;
}

#pic1 {
	position: absolute;
	top: 100px;
	left: 45%;
	width: 30%
	z-index: 0;
}


#leftcol {
	position: absolute;
	top: 120px;
	left: 30px;
	z-index: 0;
}


