body {
    margin-top: 0px;
    background-image: url(img/back.png);
    background-repeat : repeat-x;
    background-color: #6184b8;
}

a {
	text-decoration: none;
	color: #29374d;
	font-family: "Courier New", Courier, monospace;
}

ul { 
	text-indent: 0em; 
	font: 12px Tahoma;
}
p {
	text-indent: 1em; 
	font: 12px Tahoma;
}

img {
	border: none;
}

/* Main titles */

h1 {
	font : bold 32px "Courier New", Courier, monospace;
	text-align: center;
	color: #3d5271;
}

/* Sub Titles */

h2 {
	font : bold 20px Georgia;
	text-align: center;
	color: #29374C;
}

/* Third Titles */

h3 {
		font : bold 16px "Courier New", Courier, monospace;
}

/* Picture Subtitles */

h4 {
	font : bolder 12px "Courier New", Courier, monospace;
}

h5 {
	font: bold 10px "Courier New", Courier, monospace;
}

h6 {
	font : bold 14px Georgia;
	text-align: center;
	color: #29374C;
}

#title {
	padding-top: 16px;
}

#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-bottom: 0px;
}

#maininner {
	width: 800px;
	text-align: center;
}
#maininner h1 {
	font : bold 32px "Courier New", Courier, monospace;
	text-align: center;
	color: #3d5271;
}

#mainborder {
	width: 800px;
	background-color: #fafafa;
	margin-left: auto;
	margin-right: auto;
}

#body {
	float : right;
	width : 612px;
	padding : 5px;
	min-height : 30em;
	background: #fafafa;
}

#body h2, #body h5 {
	text-align: center;
}

#leftbar {
	background-color : #92a5c7;
	float : left;
	width : 170px;
	text-align : center;
	border-right: 1px solid #394d6b;
	border-bottom: 1px solid #394d6b;
	border-top: 1px solid #394d6b;
	clear : left;
	padding: 3px;
	min-height : 30em;
	margin-top: 0px;
    z-index:1;
}

#leftbar img {
	border: black 1px solid;
}

#leftbar h5{
	display: inline;
}

#footer {
	padding-top : 4px;
	padding-bottom : 2px;
	font : bold 11px arial, helvetica sans-serif;
	color : #151515;
	border-top : 1px dotted #767676;
	clear : both;
	text-align : center;
	background-color : #e1e1e1;
	width : 100%;
}

/* Artist Page Section */

#artimg, #buymusic {
	width: 325px;
	text-align: center;
}

#artimg h5 {
	display: inline;
}

#buymusic h2 {
	color: red;
	
}

#artimg img {
	min-width: 325px;
	min-height: 244px;
	border: black 1px solid;
}

#sugarbio {
	background-color: #C5CFDB;
	padding: 10px 30px 10px 30px;
	border: dashed 1px gray;
}

#sugarbio p {
	font-size: 16px;
}



/* News Section */

#news {
	background : #97b4df;
	padding: 10px;
	line-height: 20px;

}

#news p, #news h3, #news h5 {
	display: inline;
}

#seclist {
	width: 500px;
	border-color: #dae2f0;
	border: 1px solid;
	background-color: #99a6bf;
	float: left;
	clear: both;
	padding: 1px;
	margin-left: 35px;
	margin-right: 35px;
	text-align: center;
}

#seclist h4 {
	display: inline;
}

#eventpic {
	width: 350px;
	height: 500px;
	float: right;
}

#eventpic h5 {
	display: inline;
}

/* Begin long menu section */



/* Gradient */

/* Rounded Corners Code */
b.rtop, b.rbottom {
display : block;
background : #6184b8;
}
b.rnews {
	display: block;
	background : #fafafa;
}
b.rtop b {
display : block;
height : 1px;
overflow : hidden;
background : #fafafa;
}
b.rnews b {
display : block;
height : 1px;
overflow : hidden;
background : #97b4df;
}
b.rbottom b {
display : block;
height : 1px;
overflow : hidden;
background : #e1e1e1;
}
b.r1 {
margin : 0 4px;
}
b.r2 {
margin : 0 2px;
}
b.r3 {
margin : 0 1px;
}
b.rtop b.r4, b.rbottom b.r4, b.rnews b.r4 {
margin : 0 0.5px;
height : 1px;
}

.innertable {
	width:640px;
}

#notice {
	margin: 8px;
	border: 1px solid #394d6b;
	background-color: #cfdaeb;
	padding: 6px;
}

#notice h1 {
	text-align: center;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-bottom: 0;
}

/* Generic class definitions */
.centered { text-align: center; margin-left: auto; margin-right: auto;}
ul.rosterUL { list-style: none;  }
.rosterUL br { height: 5px; }
.genre { text-align: center; margin-top: -15px; }