@charset "utf-8";
/* CSS Document */

/*	CSS Document for (heymolly.co.uk)
	Designed by GwilymHoward.com
	Designer name : (Gwil)

/*	Colors used on site : 

text - #FFF, #000, #FF0

*/

/*ie 6 overwrites:

* html #navbar {
      background-image: url(../images/navbgline.gif) no-repeat;
     
}

* html #header {
    background-image: url(../images/bandhead.jpg);
	background-repeat: no-repeat;
     
}




this will change a .png to a .jpg for a specific div or section */
/*------------------------------
			GLOBAL
-------------------------------*/
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*-----------------------------
			LAYOUT
-------------------------------*/
#container {
	width: 800px;
	margin: 0 auto;
	top: 0px;
}

#header {
	position: relative;
	height:320px;
	width: 612px;
	margin: 0 auto;
	top: 0px;
	background-image: url(../images/bandheads.png);
	background-repeat: no-repeat;

}

#content {
	position: relative;
	width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	min-height: 650px;
	background-image: url(../images/Boozertran.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	

}

#innercontent {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	float: left;
	

	}
	
#community {
	margin: auto;
	text-align: left;
	}
	
#boozerep {
	width: 222px;
	float: left;
	}

#footer {
	clear: both;
	background-repeat: repeat-x;
	background-position: left bottom;
	width: auto;
	background-image: url(../images/stripefoot.jpg);
	margin: 0px;
	padding: 0px;
	height: 140px;
	}
	
#innerfooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	padding: 110px 0px 0px 0px;
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-weight: normal;
	position: relative;
	}

/*------------------------------
			NAVIGATION
-------------------------------*/
#navbar {
	position: relative;
	width: 100%;
	background-repeat: repeat-x;
	background-position: center center;
	height: 85px;
	padding: 0px;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/nav/stripeblock2.jpg);
}

#navbar ul {
	margin: 0 auto;
	padding: 30px 0px 0px 0px;
	width: 700px;
	z-index: 100px;


}

#navbar ul li {
	display: inline;
	font-size: 22px;
	list-style: none;
	font-style: normal;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	background: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-weight: normal;
}

#navbar a:link, #navbar a:visited {
	color: #000;
	text-decoration: none;
}

#navbar a:hover {
	color: #FFF;
	text-decoration: none;
}

#navbar .active a {
	color: #FF0;
	height: 85px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/nav/activebg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/*------------------------------
			TEXT
-------------------------------*/
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
}

.center {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	}
/*------------------------------
			LISTS
-------------------------------*/
#innercontent ul {
	float: left;
	margin: 0px 0px 0px 50px;
	list-style-type: none;
	}

/*------------------------------
			LINKS
-------------------------------*/

#innerfooter a:link, #innerfooter a:visited {
	color: #000;
	text-decoration: none;
	}
	
#innerfooter a:hover {
	color: #FFF;
	text-decoration: none;
	}


/*------------------------------
			HEADINGS
-------------------------------*/
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color: #FF0;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #FF0;
	padding: 0px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}

h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #FF0;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-weight: bold;
	text-align: left;
}

h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #FF0;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	font-weight: bold;
	text-align: left;
	display: inline;
}

h3.left {
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	}
