﻿
/* --- template.css - HTML Blocks --- */


	body {
		margin:0px;
		background-color:white;
		font-family:Tahoma;Arial,Helvatica;
		font-size:12px;
		color:#575757;
		line-height:17px;
	}

	table {
		width:100%;
	}
	
	td {
		vertical-align:top;
	}

	img {
		border-width:0px;
	}




/* --- template.css - IDs & Classes --- */

 	#mainTable {
 		border: 1px #827193 solid;
 		width:770px;
 		margin-right:auto;
 		margin-left:auto;
 	}

 	#designTable {
 	}
 
 	#navCol {
 		height:100%;
 		width:242px;
 		padding-top:80px;
 		text-align:center;
 		background-image:url('images/global/artistportfoliogradient.gif');
 		background-repeat:no-repeat;
 		background-color:#827193;
 	}
 
 	#contentDiv {
		width:490px;
		padding-left:12px;
		padding-right:25px;
		padding-top:2px;
		padding-bottom:0px;
		background-color:white;
 	}

 
 	#footerCol {
 		display:block;
 		height:30px;
		padding-top:13px;		
		font-family:Arial,Tahoma,Helvatica;
		font-weight:bold;
		font-size:11px;
		text-align:center;
		color:white;
 		background-image:url(images/global/bottombar.gif);
 		background-repeat:no-repeat;
 	}
	


	#navTable {
		height:100%;
	}

	
	.alignCenter {
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	
	.alignRight {
		display:block;
		margin-right:0px;
		margin-left:auto;
	}
	
	.lineHeightFivePixels {
		line-height:5px;
	}
