@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

img { border: 0; }

ul li {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.3em;
	list-style-position: outside;
}

body {
  /*background: url(../images/allied_bg_guitar.jpg);
  background-repeat: no-repeat;
  background-position: 0px 20px;*/
  background-color: #565656;
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  line-height: 14px;
  padding: 0 0 0 0; 
  text-align: center; 
}

h1 {
  color: #FFCB34;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

h2 {
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

a,  a:link {
  color: #FFCB34;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #FFCB34;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

a:focus {
  color: #FFCB34;
  text-decoration: underline;
}

a:active {
  color: #FFCB34;
}

form { border: solid 1px #fff; padding: 10px; }

h1 a:link { color: #FFCB34; text-decoration: none; }

h1 a:hover { color: #FFF; text-docoraton: underline; }

#contactInfo h3, #content h3 { font-size: 1.1em; }

#outerWrapper {
  border: none;
  height: 98%;
  margin: 0 auto 0 10px; 
  min-width: 820px;
  text-align: left;
  width: 1100px;
  /*min-height: 1750px;
  height: 98%;*/
  position: relative;
}

#outerWrapper #header {
  background-image: url(../images/aac_header.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 150px;
  padding: 10; 
  width: 820px;
}

#outerWrapper #header img:alt {
	visibility: hidden;
}

/*#outerWrapper #topNav {
	height: auto;
	background-color: #990033;
	color:#FFCC33;
	border-bottom: solid 2px #FFCC33;	
	padding: 10px 30px 10px 30px;
	font-weight: bold;
	font-size: 20px;
	overflow: visible;
	line-height: 18px;
	text-align: center;
}*/

#outerWrapper #contentWrapper {
   background-image: url(../images/allied_bg_border.png);
   background-repeat: repeat-y;
   background-position: top center;
   position: relative;
   left: 1px;
   min-height: 1100px;
   /*height: 1100px;*/
   padding: 0 0 10px 0; 
}

/*#outerWrapper #contentWrapper img{
   bottom: 5px;
   left: 0;
   z-index: 6;
}*/

#outerWrapper #contentWrapper #content {
  position: relative;
  margin: 0 40px 10px 260px; 
  padding: 20px 0 0 0;
  text-shadow: #000 2px 2px 2px;
}

#outerWrapper #contentWrapper #content #bj_home {
	position: absolute;
	left: 0px;
	z-index: 12;
	top: 6px;
}

/*#outerWrapper #contentWrapper #content #golf_home {
	position: absolute;
	left: 196px;
	top: 576px;
	z-index: 10;
}*/

#outerWrapper #contentWrapper #content #bands_home {
	position: absolute;
	top: 361px;
	left: 251px;	/*z-index: 11;*/
 }
 
#outerWrapper #contentWrapper #content #dream_home {
	position: absolute;
	top: 609px;
	left: 386px;
	z-index: 12;
 }
 
#outerWrapper #contentWrapper #songwriters_home {
	position: absolute;
	top: 660px;
	left: 6px;
	z-index: 11;
 }
 
 #outerWrapper #contentWrapper #content p {
	font-size: 1.2em;
	line-height: 1.5em;
}

#outerWrapper #contentWrapper #nav_links {
	position: absolute;
	left: 27px;
	top: 0px;
}

/*#sponsor_div {
	background-color: #E4E4E4;
	border: 1px solid #999999;
	text-align: center;
	vertical-align: middle;
	height: 50px;
	margin-bottom: 30px;
	padding-top: 10px;
}
*/
#footer {
	background: url(../images/aac_footer.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	width: 822px;
	height: 140px;
	text-align: center;
	bottom: -120px;
	left: -1px;
	z-index: 5;
}

#outerWrapper #footer img {
	margin: 26px 0 0 30px;
}

.pay_confirm { font-size: 1.2em; }

