body {
  background-color: #333;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #000;
  font-size: 12px;
}

#master {
  position: relative;
  width: 684px;
  margin: 16px auto 0 auto;
  background: url('/graphics/home_2_color_background.gif') #fff;
}

#main {
  position: relative;
  width: 684px;
  background: url('/graphics/homepage_background.jpg') no-repeat;
}

#main h1 {
  position: absolute;
  right: 0;
  border: 0px solid #ff0000;
  text-indent: -10000px
}

#main h1 a {
  display: block;
  width: 350px;
  height: 235px;
}

ul#main_nav {
        position: absolute;
	top: 55px;
	left: 0;
        margin: 0 0 0 0;
        padding: 10px 0 0 0;
        width: 263px;
        height: 100px;
        background: transparent url(/graphics/bg-menu.gif) no-repeat top left;
        background-color: #922905;
        list-style-type: none;
	z-index: 100;
}

ul#main_nav li {
        margin: 0;
        padding: 0;
}

ul#main_nav li a {
        display: block;
        text-decoration: none;
        width: 235px;
        height: 30px;
        line-height: 30px;
        color: #fff;
}

        li#find a {
                background: transparent url(/graphics/oldsite/menu_find.gif) no-repeat 0 0;
        }

        li#music a {
                background: transparent url(/graphics/oldsite/menu_music.gif) no-repeat 0 0;
        }

        li#about a {
                background: transparent url(/graphics/oldsite/menu_about.gif) no-repeat 0 0;
        }

        ul#main_nav li a:hover {
                background-position: 0px -30px;
        }

/* Robs Dirty Little Cheat Job (Aaron said I could do it)  */
ul#main_nav li a span {
  display: none;
}


ul#secondary_nav {
        position: absolute;
        top: 0;
        right: 0;
        background: #000 url(/graphics/oldsite/bg-crosstop.gif) no-repeat bottom left;
        width: 349px;
        height: 22px;
        padding: 0;
        margin: 0;
        text-align: right;
}

        ul#secondary_nav li {
                display: inline;
                list-style-type: none;
                padding: 0 7px 0 0;
                margin: 0;
        }

        ul#secondary_nav li a {
                color: #fff;
	}


#right_col {
  position: relative;
  border: 0px solid #ff0000;
  width: 328px;
  margin-top: 256px;
  float: right;
  padding: 10px;
}

#right_col a {
        color: #930;

}

#right_col h2 {
	font-family: Poor Richard, Times, Times New Roman, Garamond, Palatino, Serif;
	font-size: 22px;
	color: #807C48;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
}

#right_col h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #930;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}

#right_col .imgHP
{
	float: left;
	margin: 12px 8px 5px 0px;
	padding: 2px;
	clear: right;
	border: 1px #333 solid;
	width: 85px;
}

#right_col h4 {
  margin: 10px 0 0 0;
}


#right_col h4.support {
  font-size: 12px;
  text-align: center;
  margin: 10px 0;
}

#right_col p {
  margin: 0 0 20px 0;
  font-size: 12px;
}

#right_col h3.center {
        text-align: center;
	font-size: 15px;
        margin-bottom: 6px;
}

#right_col ul {
  padding-left: 22px;
  margin-bottom: 20px;
}

#right_col ul li {
  margin-bottom: 10px;
}

hr.hr {
	height: 15px;
	color: transparent;
	background: #fff url(/graphics/oldsite/hr.gif) no-repeat scroll center;
}

div.hr {
	margin: 8px 0 6px 0;
	height: 15px;
	background: #fff url(/graphics/oldsite/hr.gif) no-repeat scroll center;
	clear: both;
}

div.hr hr {
	display: none;
}

#left_col {
  border: 1px solid #ff0000;
  position: relative;
  border: 0px solid #ff0000;
  width: 312px;
  margin-top: 480px;
  float: left;
  padding: 0;
  color: #fff;
}

#left_col .banner {
  width: 335px;
  text-align: center;
  margin-bottom: 20px;
}

#left_col .banner img {
  border: 0;
}

#donate_promo {
  background-color: #932A05;
  margin: 0 20px;
  padding: 5px 10px;
  width: 280px !important;
  -moz-border-radius:8px; 
  -webkit-border-radius:8px; 
  border-radius:8px;
}

#donate_promo h4 a {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 20px;
  color: #fff;
  font-size: 20px;
  background-color: #AF4D2B;
  -moz-border-radius:8px; 
  -webkit-border-radius:8px; 
  border-radius:8px;
}

#footer {
  width: 684px;
  clear: both;
  background-color: #000;
  color: #fff;
  text-align: center;
  border: 0px solid #fff;
  margin: 0 auto;
  padding: 0 0 10px 0;
}

#footer h5 {
  width: 169px;
  height: 66px;
  border: 0px solid #fff;
  float: left;
  margin: 10px 10px 10px 15px;
  padding: 0;
  background: url('/graphics//alliance_logo_reversed.gif') no-repeat;
  text-indent: -2000px;
}

#footer p {
  margin: 0px;
  padding: 10px 0 0 0;
  font-size: 8px;
  border: 0px solid #fff;
}

#footer a {
  color: #fff;
}

a.share-this img {
	border: 0;
	float: right;
	margin: 0 8px 0 0;
}

