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 14px "Courier New", Courier, monospace;
}

/* Picture Subtitles */

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

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

#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: 30px;
}

#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: 400px;
	text-align: center;
	margin-left: 106px;
}

#artimg h5 {
	display: inline;
}

#buymusic h2 {
	color: red;
	
}

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

#sugarbio {
	background-color: #C5CFDB;
	width: 380px;
	margin-left: 106px;
	padding: 10px;
	padding-top: 3px;
	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 */


#menu {
width : 100%;
float : left;
position: fixed;
}

#menu ul {
list-style : none;
margin : 0;
padding : 0;
text-indent: 0em;
width : 9.5em;
height: 8px;
float : left;
}

#menu a, #menu h2,#menu .nav {
font : bold 11px/16px arial, helvetica sans-serif;
display : block;
border: 1px solid #3d6d99;
text-align : center;
margin : 0;
padding: 0px 0px 0px 0px;
}
#menu h2 {
color : #1d324e;
background : #c3d6fa;
}
#menu a {
color : #000;
background : #e1e1e1;
text-decoration : none;
}
#menu .nav {
color : #000;
background : #e1e1e1;
text-decoration : none;
position : relative;
display:block;
}
#menu a:hover {
color : #a00;
background : #fdfdfd;
}
#menu li {
position : relative;
}
#menu ul ul ul {
position : absolute;
top : 0;
left : 100%;
}
#menu ul ul {
position : absolute;
z-index : 500;
}

div#menu ul ul {
display : none;
}
div#menu ul li:hover ul {
display : block;
}
div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {
display : none;
}
div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
display : block;
}

/* 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;
}


