BODY	{
	background-color:#757575;
	background-image:url(/includes/design/imagesNEW/BG.gif);
	margin:0 0 25px 0;
	}

TD, p, body
	{
	FONT-FAMILY:Tahoma, Arial, Verdana, sans-serif;
	font-size:14px;  COLOR:#999;
	}

.entry
	{ line-height:1.50; }

small, .smaller
	{ font-size:12px; }

.tiny	{ font-size:11px; }

.projects
	{ padding:3px; }

img	{ border:0; }

.form_element
	{ WIDTH:100%; }


h1, h2, h3
	{ COLOR:#fff;  MARGIN:10px 0; }

H1	{ font-size:22px;  font-style:italic; }

H2	{ font-size:18px; }

h3	{ margin-bottom:0; }

P	{ MARGIN:8px 0 12px 0; }


LI	{ MARGIN-BOTTOM:2px; }


INPUT	{ font-size:11px;  COLOR:#383D40; }

TEXTAREA
	{
	FONT-FAMILY:Tahoma, sans-serif;
	font-size:11px;  COLOR:#383D40;
	}

a, a:link, a:visited
	{ COLOR:#5391C8;  font-weight:bold; }

a:active, a:hover
	{ COLOR:#fff;  text-decoration:none; }


a.plainlink, a.plainlink:visited
	{ font-weight:normal; }

.AlbumCovers
	{ width:115px;  height:115px;  border:0; }

.AlbumCovers2
	{ padding:2px; }

.PhotoCredit
	{
	vertical-align:top;  text-align:center;
	font-weight:bold;  font-size:10px;  padding:15px 15px 15px 0;
	}

.MidPics
	{ width:210px;  height:145px; }

a.JazzCorner, a.JazzCorner:visited
	{	color:#c60;  font-weight:bold;  font-family:Arial;	font-size:12px;  text-decoration:none;	}
a.JazzCorner:hover, a.JazzCorner:active
	{ color:white; }


a.Top, a.Top:visited
	{ color:#000;  text-decoration:none; }
a.Top:hover, a.Top:active
	{ color:#000;  text-decoration:underline; }


a.Bottom, a.Bottom:visited
	{ color:#fff; }
a.Bottom:hover, a.Bottom:active
	{ }


a.footer, a.footer:visited
	{ color:#999;  font-weight:normal; }
a.footer:hover, a.footer:active
	{ color:#fff; }


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
