body {
	font-size: 62.5%;
	background: #000;
	font-family: Georgia, Serif;
	color: #000;
	padding: 0;
	margin: 0;
}

#header {
	background: transparent url(images/jazz_logo.png) no-repeat scroll left top;
	height: 168px;
	margin: 40px 0 0 0;
	width: 100%;
}

#header h2 {
	color: #fff;
	font-size: 2.5em;
	position: absolute;
	left: 220px;
	text-align: center;
	top: 90px;
	width: 482px;
}

.frontpage_bg {
	background: #000 url(images/front_bg_image.jpg) no-repeat scroll left top;
}

.society_bg {
	background: #000 url(images/society_bg_image.jpg) no-repeat scroll left top;
}

.images_bg {
	background: #000 url(images/images_bg_image.jpg) no-repeat scroll left top;
}

.member_bg {
	background: #000 url(images/member_bg_image.jpg) no-repeat scroll left top;
}

.links_bg {
	background: #000 url(images/links_bg_image.jpg) no-repeat scroll left top;
}

.oldgigs_bg {
	background: #000 url(images/oldgigs_bg_image.jpg) no-repeat scroll left top;
}

.badge {
	height: 167px;
	position: absolute;
	left: 654px;
	top: 178px;
	width: 166px;
	z-index: 1000;
}

img {
	border: none;
}

/*-------------NAV BEGINS----------------------*/

ul#nav {
	float: left;
	width: 238px;
	padding: 0;
	list-style: none;
	//position: absolute;
	//top: 230px;
	left: 0;
	//z-index: 100;
	margin: 30px 0 0 0;
}

	ul#nav li {
		display: inline;
	}
	/* Frontpage */
	ul#nav li#frontpage a {
		width: 238px;
		height: 36px;
		background: url(images/nav/frontpage_button.png) 0% 100% no-repeat scroll;
		float: left;
		overflow: hidden;
	}
	
	ul#nav li#frontpage a:hover, ul#nav li#frontpage_current {
		width: 238px;
		height: 36px;
		background: url(images/nav/frontpage_button.png) 0% 0% no-repeat scroll;
		float: left;
		overflow: hidden;
	}
	
	/* Old Gigs */
	ul#nav li#old_gigs a {
		width: 238px;
		height: 36px;
		background: url(images/nav/old_gigs_button.png) 0% 100% no-repeat scroll;
		float: left;
		overflow: hidden;
		margin: 0 0 3px 0;
	}
	
	ul#nav li#old_gigs a:hover, ul#nav li#old_gigs_current {
		width: 238px;
		height: 36px;
		background: url(images/nav/old_gigs_button.png) 0% 0% no-repeat scroll;
		float: left;
		overflow: hidden;
		margin: 0 0 3px 0;
	}
	
	/* Society */
	ul#nav li#society a {
		width: 238px;
		height: 36px;
		background: url(images/nav/comp_button.png) 0% 100% no-repeat scroll;
		float: left;
		overflow: hidden;
	}
	
	ul#nav li#society a:hover, ul#nav li#society_current {
		width: 238px;
		height: 36px;
		background: url(images/nav/comp_button.png) 0% 0% no-repeat scroll;
		float: left;
		overflow: hidden;
	}
	
	/* Images */
	ul#nav li#images a {
		width: 238px;
		height: 38px;
		background: url(images/nav/images_button.png) 0% 100% no-repeat scroll;
		float: left;
		overflow: hidden;
	}
	
	ul#nav li#images a:hover, ul#nav li#images_current {
		width: 238px;
		height: 38px;
		background: url(images/nav/images_button.png) 0% 0% no-repeat scroll;
		float: left;
		overflow: hidden;
	}
	
	/* Member */
	ul#nav li#member a {
		width: 238px;
		height: 37px;
		background: url(images/nav/member_button.png) 0% 100% no-repeat scroll;
		float: left;
		overflow: hidden;
	}
	
	ul#nav li#member a:hover, ul#nav li#member_current {
		width: 238px;
		height: 37px;
		background: url(images/nav/member_button.png) 0% 0% no-repeat scroll;
		float: left;
		overflow: hidden;
	}
	
	/* Links */
	ul#nav li#links a {
		width: 238px;
		height: 35px;
		background: url(images/nav/links_button.png) 0% 100% no-repeat scroll;
		float: left;
		overflow: hidden;
	}
	
	ul#nav li#links a:hover, ul#nav li#links_current {
		width: 238px;
		height: 35px;
		background: url(images/nav/links_button.png) 0% 0% no-repeat scroll;
		float: left;
		overflow: hidden;
	}
	
/*-----------TEXTFRAME BEGIN-------------------------*/

#textframe {
	float: left;
	margin: 30px 0 0 30px;
	width: 482px;
}

#textframe #textframe_top {
	background: transparent url(images/text_div_top.png) no-repeat scroll left top;
	height: 69px;
	width: 482px;
}

#textframe #textframe_top h4 {
	color: #000;
	font-size: 1.6em;
	margin: 25px 0 0 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 470px;
}

#textframe #textframe_middle {
	background: #fff;
	color: 000;
	font-size: 1.3em;
	padding: 10px 20px;
	//width: 462px;
}

	#textframe #textframe_middle p, #textframe #textframe_middle h3, #textframe #textframe_middle h4 {
    	color: #000;
	}
	
	#textframe #textframe_middle ol li {
    	color: #000;
    	margin: 10px 0 0 0;
	}
	
	#textframe #textframe_middle li.links {
    	list-style: none;
	}
	
	#textframe #textframe_middle li.links ul li {
		margin: 0 0 8px 0;
		list-style: none;
	}

#textframe #textframe_bottom {
	background: transparent url(images/text_div_bottom.png) no-repeat scroll left top;
	height: 5px;
	width: 482px;
}

/*-----------TEXTFRAME ENDS-------------------------*/

#imagesite_images {
	float: left;
	margin: 30px 0 0 50px;
	width: 550px;
}

#imagesite_images img {
	border: none;
	float: left;
	margin: 10px;
}

.info_posts {
	margin: 10px 0 30px 0;
}

.info_posts p {
	margin: 5px 0 0 0;
}

.info_posts h3 {
	margin: 0;
}

a {
	color: #742020;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
	height: 40px;
	width: 100%;
}
