@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:auto;
	margin-top: 0px;
	padding: 10px 10px 0px 10px;
}

#contentbox	{
	height:auto;
	width:675px;
	float:left;
	font-family: calibri;
	font-size: 11px;
	padding: 0px 3px 0px 3px;
	margin-right: 0px;
	border: thin inset #900;
	background-image: url(../../Images/back.jpg);
}


#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
}
#composer	{
	height: auto;
	width:	675px;
	margin-top: 10px;
	float: left;
	background-image: url(../../Images/back.jpg);
	border: thin inset #900;
	padding: 10px 3px 0px 3px;
}
#arranger	{
	height: auto;
	width:	675px;
	margin-top: 10px;
	float: left;
	border: thin inset #900;
	padding: 0px 3px 0px 3px;
	background-image: url(../../Images/back.jpg);
}
#radio	{
	height: auto;
	width:	675px;
	margin-top: 10px;
	float: left;
	border: thin inset #900;
	padding: 0px 3px 0px 3px;
	background-image: url(../../Images/back.jpg);
}

.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;
	
}
.ulcomposer{
	list-style: none;
}
.licomposer{
	padding: 10px 0px 10px 0px
}
.ularranger{
	list-style: none;
}
.liarranger{
	padding: 10px 0px 10px 0px
}
.ulradio{
	list-style: none;
}
.liradio{
	padding: 10px 0px 10px 0px
}

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

