body {
	font-size: 95%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #808080;
	font-size: 10pt;
	background: #000000;
	margin: auto;
	}
#page {
	margin: 0 auto 0 auto;
	width: 1124px;
	height: 100%
	/*border: 1px solid #959596;*/
	}

#content { /* post layout */
	padding-top: 50px;
	margin-bottom: 10px;
	font-size: 1em;
        background-color: black;
	width: 800px;
	border-left: 3px solid #046EDC;
	border-right: 3px solid #046EDC;
	/*border-bottom: 3px solid #046EDC;*/
	}
	
.imagetitle{
	font-weight: bold;
	font-size: 12pt;
	color: #046EDC;
	text-align: left;
	margin: 0 0 0 70px;
}

#header {
	/*background-color: #73a0c5;*/
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	border-bottom: 6px double #046EDC;
	width: 100%;
	}

.narrowcolumn {
	/*float: right;*/
	margin: auto;
	}

/* Begin Sidebar */
#sidebarleft {	
	padding: 20px 0 10px 0;
	margin: 0 0 0 0;
	width: 150px;
	height: 100%;
        background-color: #transparent;
	/*border-right: 3px solid #046EDC;
	border-left: 3px solid #046EDC;
	border-bottom: 3px solid #046EDC;*/
	float: left;
	}

#sidebarright {	
	padding: 20px 0 10px 0;
	margin: 0 0 0 0;
	width: 150px;
	height: 100%;
        background-color: #transparent;
	/*border-right: 3px solid #046EDC;
	border-left: 3px solid #046EDC;
	border-bottom: 3px solid #046EDC;*/
	float: right;
	}

/* End Sidebar */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	border:0px none;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */


img.imgb{
	border:2px solid #FFFFFF;
}

img.imgb:hover{
	border:2px solid #046EDC;
}
img.imgpad{
	padding: 5px 0 5px 0;
}

img.imgbs{
	border:1px solid #FFFFFF;
}

img.imgbs:hover{
	border:1px solid #046EDC;
}

a img {
	border: none;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 0 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 0 0;	
	display: inline;
	}

img.alignleftsmall {
	/*padding: 4px;*/
	margin: 0 0 12px 0;	
	display: inline;
	}

.alignright {
	float: right;
	padding-right: 5px;
	}

.alignleft {
	float: left;
	padding-left: 5px;
	}

.alignleftsmall {
	float: left;
	}

/* End Images */

table.classic{
	background-color: #000000;
	margin: 10px auto 2px auto;
}

td.classictxt{
	text-align: justify;
	color: #808080;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	line-height: 16px;
	width: 788px;
	padding: 10px 10px 0 10px;
	margin: auto 0 auto 0 ;
}

table.description{
	background-color: #000000;
	margin: 10px auto 2px auto;
}

td.descriptiontxt{
	text-align: justify;
	color: #CCCCFF;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
	line-height: 16px;
	width: 788px;
	padding: 10px 10px 0 10px;
	margin: auto 0 auto 0 ;
}

table.remixes{
	background-color: #000000;
	margin: 10px auto 10px auto;
}

td.remixestxt{
	text-align: justify;
	color: #99CCFF;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	line-height: 16px;
	width: 390px;
	padding: 10px 10px 0 10px;
	margin: auto 0 auto 0 ;
}

table.newspaper{
	background-color: #000000;
	margin: 10px auto 2px auto;
}

td.newspapertitle{
	text-align: center;
	color: #999999;
	font-family: Arial;
	font-weight: bold;
	font-size: 16pt;
	line-height: 16px;
	padding: 10px 0 20px 0;
	margin: auto 0 auto 0 ;
}

td.newspapersubtitle{
	text-align: center;
	color: #999999;
	font-family: Arial;
	font-weight: bold;
	font-size: 13pt;
	line-height: 16px;
	padding: 10px 0 20px 0;
	margin: auto 0 auto 0 ;
}

td.newspapertxt{
	text-align: justify;
	color: #808080;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	line-height: 16px;
	width: 400px;
	padding: 10px 0 0 0;
	margin: auto 0 auto 0 ;
}

td.newspaperimg{
	vertical-align: top;
	align: center;
	width: 320px;
	padding: 10px 0 0 20px;
	margin: auto 0 auto 0 ;
}

td.newspaperimg275{
	vertical-align: top;
	align: center;
	width: 275px;
	padding: 10 0 0 0px;
	margin: auto 0 auto 0 ;
}