@charset "utf-8";
body {
	width: 100%;
	height: 100%;
	
	
}

#container {
	width: 1035px;
	height: auto;
}

#menubar {
	background:url(../Images/menubar.jpg);
	height:27px;
	width:800px;
	margin-left: 100px;
	
}
#menubar ul {
	margin: 0px 0px 0px 125px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	
}
#menubar li {
	display:block;
	float:left;
	padding-top: 5px;
	padding-left: 20px;
}

#maincontent	{
	width: 1015px;
	height:1500px;
	margin-top: 0px;
	padding: 10px 10px 0px 10px;
}

#contentbox	{
	height:auto;
	width:675px;
	float:left;
	margin-right: 0px;
	border: thin inset #900;
}


#newreleases	{
	height:1300px;
	width:310px;
	float:right;
	margin-top: 0px;
	border: thin inset #900;
	padding-left: 2px;
	padding-top: 2px;
	text-align: center;
	background-image: url(../Images/back.jpg);
}
#albumbox{
	height: 200px;  
	width: 200px;
	margin: 0px 0px 0px 55px;
}
.ulfollowme{
	list-style: none;
}
.lifollowme{
	padding: 10px 0px 10px 0px
}
#box1	{
	height: 110px;
	width:	675px;
	margin-top: 10px;
	float: left;
	border: thin inset #900;
	padding: 0px 0px 0px 5px;
	background-image: url(../Images/back.jpg);
}
#textbox	{
	height: 50px;
	width:	675px;
	margin: 30px 5px 5px 5px;
	
	
}
#bandinfo	{
	height: 258px;
	width:	416px;
	margin: 15px 0px 0px 130px;
	background-image: url(../Images/back.jpg);
	
		
}
#box2	{
	height: 330px;
	width:	675px;
	margin-top: 10px;
	float: left;
	border: thin inset #900;
	padding: 0px;
	text-align: center;
	background-image: url(../Images/back.jpg);
}
#box3	{
	height: 200px;
	width:	675px;
	margin-top: 10px;
	float: left;
	border: thin inset #900;
	padding: 0px 3px 0px 3px;
	
}

.ulbox2	{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}
.libox2	{
	display:block;
	float:left;
	padding-left: 60px;
	
}
.clearfloat	{
	clear:both;
	
}
h1	{
	font:Verdana;
	font-size:16px;
	
}
h2	{
	font:Verdana;
	font-size:13px;
}
p	{
	font:Verdana;
	font-size:12px;
}
/*form*/


#fieldbox {
	background-color: #ffffff;
			
}
ul.mainForm
{
	list-style-type: none;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:15px;	
}

li.mainForm
{
	padding-bottom: 10px;
}


#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}



input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}

label.formFieldQuestion
{
	line-height:125%;
	padding:0px 4px 1px 0;
	border:none;
	display:block;
	font-size:95%;
	font-weight:bold;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}

/*end form css*/

