/* CSS Document The Alternative*/
body {
	background: #131313 url('../images/bkg.jpg') repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container {
	background: #0c1d0a;
	width: 726px;
	min-height: 600px;
	margin: 0px auto;
}
#header {
	background:url('../images/logo.gif') no-repeat top left;
	height: 237px;
	width: 727px;
}
#headertxt {
	height: 180px;
	width: 725px;
}
#menu {
	background:url('../images/header.png') no-repeat 0px 204px;
	padding: 201px 0px 0px 10px;
	color: #000;
	text-align: center;
	line-height: 33px;
}
#menu a:link,#menu a:visited {
	color: #000;
	text-decoration: none;
	padding: 7px 10px 10px 10px;
	font-weight:bold;
	font-size:16px;
}
#menu a:hover {
	color: #fff;
	background: #131313 url('../images/menubkg.jpg') no-repeat 0px 3px ;
	padding: 7px 10px 10px 10px;
}
#content {
	width: 723px;
	min-height: inherit;
	margin: 1px;
	border-left: solid 1px #87b16d;
	border-right: solid 1px #87b16d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #87b16d;
	overflow: hidden;
}
#content img {
	float:right;
	padding-left:5px;
}
#footer {
	background: #131313 url('../images/footer.jpg') no-repeat top left;
	height: 33px;
	width: 725px;
	font-size: 9px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	color: #09002f;
}
#footer a {
	color: #09002f;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#maincontentbox {
	float: left;
	width: 700px;
	padding: 10px 10px 10px 10px;
}
.quotes {
	border-left: 2px #87b16d solid;
	margin-left: 15px;
	padding-left: 5px;
	line-style: justified;
}
.img {
	padding: 5px 5px 5px 5px;
}
#smallcontentbox {
	float: left;
	width: 200px;
	margin-left: 20px;
	padding: 10px 10px 10px 10px;
}
h1 {
/*none*/
	font-size: 11px;
	background: url('../images/headers.jpg') #131313 no-repeat top left;
	padding: 0 35px;
	font-variant: small-caps;
}
h2 {
/*news*/
	font-size: 11px;
	background: url('../images/newshdr.jpg') #131313 no-repeat top left;
	padding: 0 35px;
	font-variant: small-caps;
	line-height: 30px;
}
h3 {
/*dance*/
	font-size: 11px;
	background: url('../images/dancehdr.jpg') #131313 no-repeat top left;
	padding: 0 35px;
	font-variant: small-caps;
	line-height: 30px;
}
h4 {
/*music*/
	font-size: 11px;
	background: url('../images/livemusichdr.jpg') #131313 no-repeat top left;
	padding: 0 35px;
	font-variant: small-caps;
	line-height: 30px;
}
h5 {
/*party*/
	font-size: 11px;
	background: url('../images/partyhdr.jpg') #131313 no-repeat top left;
	padding: 0 35px;
	font-variant: small-caps;
	line-height: 30px;
}
a , a:visited {
	color: #87b16d;
	text-decoration: underline;
}
a:hover {
	color: #87b16d;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
li, ul {
	list-style: none;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}
