BODY {
	font-family: Verdana, Helvetica, Arial, Futura, sans-serif;
	font-size:	80%;
	margin-top:		0;
	margin-bottom:	0;	
	margin-left:	3em;
	margin-right:	3em;
	}
	

/*
*  DIVS
 *
*/			 

/* Sets Width to Maximum allowed */
 
div#main {
		width: 75%;
        background: rgb(255,255,255);
} 

div#leftcol {
	float: right;
	width: 220px;
	margin-left: 10px;
	background-color:	#FFFFAA ;
}

div.content {
	padding			:	3em 3em ;
	margin			:	10% 25% ;
	border			:	1px ;
	text-align		:	left ;
	color			:	#000000 ;
	background-color:	#FFFFFF ;
	}


.rightcol {
	background-color: #DFEBEC;
	height: auto;
	width: 232px;
	position: absolute;
	top: 6px;
	right: 6px;
	padding-top: 0px;
	padding-left: 6px;
	padding-right=6px;
	padding-bottom: 75%;
	color: #666666;
	text-align: left;

	}


/*
*  Psuedo Classes
 *
*/

 
A:link 		{color: #cc0000;
			 font-weight:bold;
			 text-decoration: none}
A:visited 	{color: #cc6666;
			 font-weight:bold;
			 text-decoration: none}
A:active 	{color: #3333cc;
			 font-weight:bold;
			 text-decoration: underline}
A:hover		{color: #3333cc;
			 font-weight:bold;
			 text-decoration: underline}

/*
*  HTML Tags
 *
*/			 

p { 
	padding				: 0px 0px;
/*	text-align			: left ; */
	line-height			: 14px ;
	font-family			: Verdana, Arial, Helvetica, sans-serif ; 
	font-size			: 10px ; 
	color				: #000000 ; 
}
			
h1 {
	font-size			: 14px ; 
}

h2 {
	font-size			: 12px ; 
}

h3 {
	font-size			: 10px ; 
}


img.leftwrap 	{ 
				  float: left;
				  margin-right: 20;
				  margin-bottom: 20;
				} 


img.rightwrap 	{ 
				  float: right;
				  margin-left: 20;
				  margin-bottom: 20;
				} 



/*
*  Text
 *
*/			 

/* CATALOGUE SECTION */
.release {	border-top	: solid 1px; 
			padding		: 1em 1em;	
			clear		: left			}

.artist {	font-size	:	14px;
			color 		:	rgb(0,0,127);
			font-weight	: bold 					}

.catno {	font-size	:	9px		}

.title {	font-size	:	12px		}

			
.nav	{		}

.review	{	width	:	400	}

.c 	{text-align : center	}

