

* { padding: 0; margin: 0; }

body {
 	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image: url('../img/backgroundgradient.jpg'); 
}

#wrapper {
	margin: 0 auto;
	position: static;
	width: 1024px;
	height: 775px;
	color: black;
	background-image:  url(../img/wrapper-background.jpg);
	border: 4px solid black;
	background-repeat: no-repeat;
}

/*********************** HEADER ***********************/
#header {
	 color: black;
	 display: block;
	 width: 1015px;
	 padding: 0px;
	 border: 0px solid #ccc;
	 height: 213px;
	 margin: 0px 0px 0px 0px;
	background-image:url(../img/HeaderText.png);
	background-position:top;
	background-repeat: no-repeat;
}


/*********************** HORIZONTAL NAVIGATION ***********************/
#navigation {
	clear: left;
	width: 1024px;
	height: 23px;
	padding-bottom: 0px;
	background-image: url(../img/navBkgrd.png);
/*	background-position:right; */
	background-repeat: no-repeat;
}



/*********************** LEFT, CENTER, RIGHT COLUMNS WRAPPER ***********************/

#body {
	height: 531px;
	width: 1024px;
	margin: 0px;

	}
	
/*********************** LEFT COL ***********************/

#LFTcontainer {
	height: 532px;
	width: 242px;
	float: left;
	margin: 0px;
	border: 0px solid yellow;
	background: #000;
}

#leftcolumnTP {
	padding: 0px;
	width: 240px;
	height: auto;
	color: white;
	background: #000;
	border: 0px solid #ccc;
	margin-bottom: 10px;
}

p.leftcolumn {
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 5px;
}

h1.leftcolumn {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

a.leftcolumn {
	border: 0;
}

#leftcolumn {
	padding: 0px;
	width: 240px;
	/*height:235px;*/
	height: auto;
	color: white;
	border: 0px solid #ccc;
	margin-BOTTOM: 5px;
}


	
/*********************** MAIN BODY ***********************/


#bodycontainer {
	width: 521px;
	height: 532px;
	float: left;
	margin-bottom: 0px;
	border-right: 1px dotted #2c2b2b; 
/*	border: 1px solid blue;*/
}
	
#content {
	color: black;
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	height: 521px;
	width: 100%;
	overflow: auto; 
}

.performance_photo {
	background-image: url(../img/vipertop.png);
	background-position: top;
	background-repeat:no-repeat;
	float:right;
	margin-top:0px;
}




/*********************** RIGHT COL ***********************/


#RTcontainer {
	width: 260px;
	height: 532px; 
	float: right;	
	padding: 0px;
	border: 0px;
	background-image: url(../img/daveSteinberger.png);
	background-repeat:no-repeat;
	background-position:bottom;
	margin: 0px 0px 0px 0px;
	/*border: 1px solid white;*/
}



#footer {
	margin: 0px auto;
	width: 1024px;
	height: 50px; 
	border: px solid white;
}
.credits_copyright {
	color: white;
	font-size: 9px;
	font-variant: small-caps;
	letter-spacing: expanded;
	text-align: right;
	padding: 5px;
}



/*#rt_column {
		float: right;
	clear:right;
	color: black;
	padding: 0px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid red;
	width: 262px;
	height: 140px; 
}

/*#rt_columnBTM {
	float: right;
	padding: 0px;
	border: 0px;
	background-image: url(../img/daveSteinberger.png);
	background-image-border: 0px;
	background-repeat:no-repeat;
	background-position:bottom;
	margin: 0px 0px 0px 0px;
	width: 262px;
	height: 353px;
	border: 1px solid green; 
}
*/




