/* Cordaro Style sheet */

body		 {
		margin:0px;
		padding:0px;
		background:#000;
		}

#upleftpic	{
	 	position: absolute;
 		left:0px; 
		top:0px; 
		width:200px;
		height:160px;
		background:#000;
		}

#titlebar	{
		position: absolute;
		left:200px; 
		top:0px; 
		width:800px;
		height:160px;
		background:#000; 
		text-align: center;
		}

#leftnav	{position: absolute;
		left:0px; 
		top:160px; 
		width:200px;
		height:600px;
		background:#000; 
                color:#fff;
		line-height:20pt;
		font-style:italic;
                font-size:18pt;
		}

#contentout	{position: absolute;
		left:200px; 
		top:160px; 
		width:800px;
		height:600px;
 		background-image: url(../images/contbkg.png);
		}

#contentin	{position: absolute;
		left:25px; 
		top:25px; 
		width:740px;
		height:500px;
		padding:8px;
		background:#eee;
		overflow:scroll;
		font-size: 1.2em;
		}

#contentin.music
{
font-size:10pt;
}


#listandplayer	{
position: relative;
		}


#playlist	{
	 	position:absolute;
	 	top:0px;
	 	left:10px;
                width:300px;
		height:350px;

		}


#mp3player	{
	 	position:absolute;
	 	top:0px;
	 	left:310px;
		width:300px;
		height:350px;
		}

#restofmusic
               {
	 	position:absolute;
	 	top:420px;
		}

/*footer	{position: absolute;
		left:0px; 
		top:761px; 
		width:1000px;
		height:160px;
		padding:0px;
		background:#aaa;
		}*/

a:link, a:visited, a:hover, a:active
 	       {
		 color:#fff;
		 text-decoration:none;
		 font-size:15pt;
		}

a.cinmus:link, a.cinmus:visited, a.cinmus:hover, a.cinmus:active
 	       {
		 color:#000;
                 text-decoration:underline;
		 font-size:10pt;
                 font-family: Comic Sans MS, serif;
                 font-style:italic;            
		}

a.cin:link, a.cin:visited, a.cin:hover, a.cin:active
 	       {
		 color:#000;
		 font-size:15pt;
		}


a.chp:link, a.chp:visited, a.chp:hover, a.chp:active
 	       {
		 color:#000;
                 text-decoration:underline;
		 font-size:10pt;                 
		}


a.friend:link, a.friend:visited, a.friend:hover, a.friend:active
 	       {
		 color:#000;
                 text-decoration:underline;
		 font-size:15pt;
                 font-family: Comic Sans MS, serif;
                 font-style:italic;
		}

