
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#FEFEFE;
 color: #333333;
 text-align:center;
 padding:0 0 0 0;
 }

#outer {
	text-align:left;
	border:0px solid #000000;
	width:845px;
	margin:auto;
	background-image: url(../../images/blue%20balloon.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
 }

#hdr {
 height:227px;
 width:827px;
 color: #fefefb;
 padding: 10px 0 0 0;
 }


#bar {
	height:55px;
	color: #333333;
	width: 827px;
	border:solid #0066ff;
	border-width:0 0 1px 0;
 }
 
 
#bodyblock {
	color: #333333;
	width:845px;
	padding:0;
 }


#cont {
	width:776px;
	color: #333333;
	text-align:left;
	min-height: 200px;
	/*	height:auto !important; 
	height:200px; */
	padding:0px;
	overflow:hidden;
	margin-left: 25px;
 }
 
#balloon {
	float:right;
	margin: 0 0px 0 0;
	} 

#ftr {
	height:5em;
	width:827px;
	color: #333333;
	border:solid #0066ff;
	border-width:1px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align: center;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;

 }
 
#bottomnav {
	margin:5px 0 0 0; 
	color:#E8121E;
	}
 
#artistimage {
  float: right;
  margin:10px 0 5px 5px;
  }
  
DIV.formlayout {
	margin:10px;
	}  
