/* GLOBAL STYLES */

body,html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	background-image: url(/_lib/public/images/PageBackground.gif);
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #CCC;
}

img {
	border: none;
}

a {
	color: #DDD;
	text-decoration: none;
	border-bottom: 1px solid #844;
}
	a:hover {
		color: #D11;
	}


div#container {
	position: relative;
	min-height: 100%;
	overflow: visible;
	width: 750px;
	left: 50%;
	margin-left: -375px;
	border: 1px solid #400;
	background-color: #000;
	color: #CCC;
}
	div#header {
		background-color: #000;
	}
	div#content {
		background-image: url(/_lib/public/images/ContentBackground.jpg);
		background-repeat: no-repeat;
		background-position: top;
		min-height: 125px;
		padding-top: 10px;
	}

div#footer {
	position: relative;
	width: 500px;
	padding-top: 20px;
	margin: 20px auto 20px auto;
	left: 50%;
	margin-left: -250px;
	clear: both;
	text-align: center;
	color: #833;
	font-weight: bold;
}
	div#footer div {
		margin: 5px 0 5px 0;
		padding: 10px 0 6px 0;
		text-align: center;
		border-top: 4px solid #300;
	}
	div#footer div.newsletterSignup {
		margin: 0;
		padding: 0;
	}
		div#footer div.newsletterSignup input {
			border: 1px solid #800;
			background-color: #200;
			padding: 3px;
			color: #A88;
			margin-right: 2px;
		}
		div#footer div.newsletterSignup input#email {
			width: 200px;
		}
		div#footer div.newsletterSignup input#zip {
			width: 70px;
		}
		div#footer div.newsletterSignup input#submit {
			padding: 2px;
			border: 1px solid #A33;
			background-color: #600;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-align: center;
			color: #B88;
		}
		div#footer div.newsletterSignup div {
			margin-top: 5px;
			margin-bottom: 8px;
			padding: 0;
			border: none;
		}
	div#footer div.bottomMenu {
	}
		div#footer div.bottomMenu div {
			float: left;
			display: inline;
			border: none;
			padding: 0;
			margin: 0;
			width: 340px;
		}
		div#footer div.bottomMenu ul {
			padding: 0;
			margin: 0;
			list-style: none;
			list-style-position: outside;
			list-style-type: none;
		}
			div#footer div.bottomMenu li {
				display: inline;
				padding: 0 5px 0 5px;
			}
				div#footer div.bottomMenu li a {
					white-space: nowrap;
					font-weight: bold;
					font-size: 11px;
					color: #600;
					border: 0;
					text-decoration: underline;
				}
					div#footer div.bottomMenu li a:hover {
						color: #911;
					}
		div#footer div.bottomMenu div.rss {
			clear: none;
			float: right;
			border: none;
			width: 130px;
			padding: 0;
			margin: 7px 0 0 0;
		}
			div#footer div.bottomMenu div.rss img {
				vertical-align: middle;
			}
			div#footer div.bottomMenu div.rss a {
				margin-right: 5px;
			}
	div#footer div.AEGLive {
		clear: both;
		border: none;
		margin-top: 30px;
	}
		div#footer div.AEGLive a {
			border: none;
		}
	div#footer div.budTrueMusic {
		border: none;
		margin-top: 5px;
		color: #888;
		font-size:9px;
	}
		div#footer div.budTrueMusic img {
			margin-bottom: 5px;
		}
	div#footer div.copyright {
		clear: both;
		border: none;
		margin: 0;
		padding: 0;
		font-size: 10px;
	}
	
.floatLeft {
	float: left;
	margin-right: 10px;
}
