/* GLOBAL CSS FOR KEAGANS SPORTS PUB */

body{
	font: 100% Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background-color: #320607;
	background-image: url(../images/body2.jpg);
	background-repeat: repeat-x;
}
#flashHeader {
	background-color:#1c2810;
	background-image:url(../images/flashHeader.jpg);
	background-position:left;
	background-repeat:no-repeat;
	border-bottom:1px solid #545454;
	height:34px;
	z-index:100;
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
}
#flashClose {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0 10px 0 0;
	float: left;
	height: 29px;
	text-align: right;
	line-height: 34px;
}

#newsletter {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	width: 200px;
	margin: 0 auto;
	padding: 5px 5px 0 0;
	position: absolute;
	top: 20px;
	left: 600px;
}
a:link, a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
a:hover, a:active{
	text-decoration:underline;
}
