body {
	background-color: #000000;
	background-image: url('../images/ptg_grad_screen.jpg');
	background-repeat: repeat-x;
	background-position: top;
	color: #ffffff;
	font-family: century gothic,verdana,sans-serif;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

.pageContainer {
	text-align: center;
	width: 1000px;
	border: 1px solid #000000;
	}
	
.contentContainer {
	background-image: url('../images/picturethis_content_bg.gif');
	background-repeat: no-repeat;
	text-align: left;
	border-top: 0px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #9d66cc;
	}
	
.header {
	text-align: center;
	background-color: #ffffff;
	background-image: url('../images/picturethis_header_bg.gif');
	background-repeat: no-repeat; 
	color: #727272;
	height: 150px;
	}
	
.phone {
	text-align: right;
	color: #9d66cc;
	font-weight: bold;
	font-size: 24px;
	float: right;
	margin-right: 4px;
	}
	
address {
	color: #727272;
	font-size: 16px;
	font-style: normal;
	text-align: left;
	position: relative;
	top: 120px;
	left: 370px;
	}
	
.nav {
	height: 20px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	}
	
.artists {
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 290px;
	float: left;
	height: 100%;
	}
	
.artists a:link {
	text-decoration: none;
	color: #9d66cc;
	font-weight: normal;
	background-image: url('../images/nav_spacer.gif');
	background-repeat: no-repeat;
	padding-right: 20px;
	}
.artists a:active {
	text-decoration: none;
	color: #9d66cc;
	font-weight: normal;
	background-image: url('../images/nav_spacer.gif');
	background-repeat: no-repeat;
	padding-right: 20px;
	}
.artists a:visited {
	text-decoration: none;
	color: #9d66cc;
	font-weight: normal;
	background-image: url('../images/nav_spacer.gif');
	background-repeat: no-repeat;
	padding-right: 20px;
	}
.artists a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	background-image: url('../images/nav_icon.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	}
	
.content {
	/*float: right;
	width: 700px;*/
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	}
	
.footer {
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	}
	
.clear {
	clear: both;
	}
	
h1 {
	font-family: georgia, serif;
	font-size: 36px;
	font-weight: normal;
	font-style: italic;
	color: #9d66cc;
	line-height: 100%;
	}
	
h2 {
	font-family: georgia, serif;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	color: #9d66cc;
	line-height: 100%;
	}
	
h3 {
	font-family: georgia, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #ffffff;
	line-height: 100%;
	border: 1px solid #9d66cc;
	padding: 1px;
	background-color: #1f1f1f;
	}
	
h4 {
	font-family: georgia, serif;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	color: #ffffff;
	line-height: 100%;
	}
	
h5 {
	font-family: georgia, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #ffffff;
	line-height: 100%;
	}
	
h6 {
	color: #9d66cc;
	font-size: 14px;
	letter-spacing: 6px;
	line-height: 100%;
	text-transform: uppercase;
	text-align: right;
	}

p {
	/*font-family: georgia, serif;
	font-style: italic;*/
	font-size: 14px;
	font-weight: normal;
		color: #ffffff;
	}
#first p:first-letter {
	font-size: 36px;
	color: #9d66cc;
	}

#purple {
	color: #9d66cc;
		}