html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #F7F4E7 url(../template-images/homepage01.jpg) repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*--------------------------------------------------------*/
/* HEADER */
/*--------------------------------------------------------*/
#header {
	width: 778px;
	height: 160px;
	margin: 0px auto;
}

#logo {
	float: left;
	width: 248px;
	height: 160px;
	background: url(../template-images/homepage02.jpg) no-repeat left top;
}

#logo img{
	margin:50px 0px 0px 40px;
}
#menu {
	float: left;
	width: 530px;
	height: 160px;
}

#menu ul {
	margin: 0px;
	padding: 0px;	
	list-style: none;
}
#menu li#menu1 { width: 129px; float:left; background: url(../template-images/homepage03.jpg) no-repeat left top; }
#menu li#menu2 { width: 130px; float:left; background: url(../template-images/homepage04.jpg) no-repeat left top; }
#menu li#menu3 { width: 126px; float:left; background: url(../template-images/homepage05.jpg) no-repeat left top; }
#menu li#menu4 { width: 145px; float:left; background: url(../template-images/homepage06.jpg) no-repeat left top; }

#menu a {
	display: block;
	float: left;
	height: 160px;
	padding:90px 0px 0px 25px;
	font-size: 1em;
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}
#menu a:hover
{
	/*color:#F56200;*/
	color:#FFFFFF;
}
/*--------------------------------------------------------*/
/* Page */
/*--------------------------------------------------------*/
.container
{
	width: 779px;
	margin:auto;
}
.left-end
{
	width:39px;
	min-height:578px;
	float:left;
	background-image: url(../template-images/bg04.jpg);
}
.content
{
	width: 699px;
	min-height:578px;
	float:left;
	background-image: url(../template-images/bg01.jpg);
	background-repeat:repeat-y;
	background-color:White;
}
.page 
{
	width:100%;
	min-height:28px;
	background-image: url(../template-images/bg002.jpg);
}
.right-end
{
	width:40px;
	min-height:578px;
	float:left;
	background-image: url(../template-images/bg05.jpg);
}
.left-container
{
	width:180px;
	float:left;
}
.content-container
{
	width:400px;
	float:left;
	margin: 0px 0 0 70px;
}

.div-top-ten-albums
{
	width:390px;
	float:left;
	margin:0px;
	padding: 4px 4px 4px 4px;
}
.div-top-ten-image
{
	width:120px;
	height:120px;
	float:left;
	padding:2px;
	border:solid 1px #346A96;
	
}
.div-top-ten-text
{
	width:229px;
	float:left;
	margin:auto;
	color:#346A96; 
	padding:30px 10px 10px 10px;
}
/*--------------------------------------------------------*/
/* controls */
/*--------------------------------------------------------*/
.text-block
{
	color:#ffffff;
	background-color:#346A96;
	display:block;
	width:162px;
	text-align:center;
	font-size:0.7em;
	font-weight:bold;
	margin: 0 5px 0 10px;
	padding:5px;
}
.text
{
	border-left:1px dashed #346A96;
	border-right:1px dashed #346A96;
	border-bottom:1px dashed #346A96;
	color:#346A96;
	text-align:center;
	width:160px;
	font-size:0.7em;
	font-weight:bold;
	margin:0 5px 0 10px;
	padding:5px;
}
.text a
{
	color:#346A96;	
	text-decoration:none;
}
.text a:hover,
.link:hover
{
	color:#F56200;	
	text-decoration:underline;
}
.small-textbox
{
	width:140px;
	margin-bottom:5px;
}
.line
{
	font-size:1em;
	color:#346A96;
	width:400px;
	border-bottom: 1px solid #346A96;
}
.label
{
	width:100px;
	margin-bottom:5px;
	float:left;
	font-size:0.7em;
	color:#346A96;
}
.text-header
{
	color:#346A96;
	text-align:center;
	font-size:1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p
{
	margin:0;
	padding:0;
}
p, .para, .validator, .link
{
	color:#346A96;
	font-size:0.7em;
}
.dropdownbox
{
	width:185px;
	margin-bottom:5px;
}
.textbox
{
	width:180px;
	margin-bottom:5px;
}
.subMenu ul
{
	margin:0;
	padding:0;	
	padding-left:30px;
	color:#346A96;
}
.subMenu ul li
{
	list-style-type:square;	
}
.subMenu ul li a
{
	font-size:0.7em;
	font-weight:bold;
	color:#346A96;
	text-decoration:none;
}
.subMenu ul li a:hover
{
	text-decoration:underline;
}

/*--------------------------------------------------------*/
/* Table */
/*--------------------------------------------------------*/
.table-control
{
	width:440px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;	
	margin-left:3px;	
}
.td-control
{
	/*background-color:#e5e5e5;*/
	color:#ffffff;
	background-color:#346A96;	
}
.td-song
{
	width:82px;
}
.table_image {
border:1px solid #CCC;
background-color:#FFFFFF;
padding:2px;
width:72px;
height:72px;
margin-bottom:5px;
margin-top:5px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:10px;
}
.table_image:hover
{
	border:1px solid #346A96;	
	text-decoration:none;
}
.table_image a:hover,
.link:hover
{
	color:#F56200;	
	text-decoration:underline;
}
.table-text
{
	color:#d07834;
}
.small {
font-size:11px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
line-height:1.1em;
color: #000000;
}

/*--------------------------------------------------------*/
/* footer */
/*--------------------------------------------------------*/
.footer
{
	width:700px;
	margin:auto;
	color:#7096B5;
	font-size:0.7em;
	font-weight:bold;
	text-align:center;
	padding:20px 0px 20px 0px;
}
.footer a
{
	color:#9AB6CC;
	text-decoration:none;
}
.footer a:hover
{
	text-decoration:underline;
}
/*--------------------------------------------------------*/
/* message box */
/*--------------------------------------------------------*/
.success_message 
{
	padding: 10px;
	background-color: #346A96;
	color:#ffffff;
	font-weight: bold;
	font-size: 0.7em;
	clear:both;
}

.failure_message {
	padding: 10px;
	border:2px solid #ee1c25;
	color:#ee1c25;
	font-weight: bold;
	font-size: 0.7em;
}
/*-----------------------------------------------------------------------------------*/
						/*Log in box*/
/*-----------------------------------------------------------------------------------*/

.contentbox
{
	border: 1px solid #346A96;
	padding:10px;
	width:400px;
	margin:auto;
	color:#346A96;
	display:block;
}
.contentbox .label
{
	float: left;	
	width : 120px;
	margin-bottom: 5px;	
}

.contentbox .textbox
{
	width: 180px;
	margin-bottom: 5px;		
}

.contentbox .button
{
	width: 80px;
	margin-left:190px;
}
.contentbox a.forgot-password
{
	float:left;
	margin-left: 195px;
	color: #990000;
	font-size:0.7em;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
.contentbox a.forgot-password:hover
{
	text-decoration:underline;
}
/*------------------------------------------------------*/
/*	image upload user control	*/
/*------------------------------------------------------*/
.uploader
{
	font-size: 0.7em;
	font-weight:bold;
}
.uploader a
{
	margin:auto;
	color: #346A96;
	text-decoration:none;
}
.uploader a:hover
{
	text-decoration:underline;
}
.imageTextbox
{
	width:180px;
}