/* ----------- HTML ELEMENTS ------------- */

body
{
	background-color:white;
	color:#000000;
	padding:0px;
	margin:0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 17px;
}

p.bold
{
	font-weight:bold;
}

h1
{
	font-weight:bold;
	font-size:17px;
	color: #0F7D60;
	padding-top:10px;
	padding-bottom:10px;
	margin: 0px;
	text-transform: none;
}

h2
{
	font-weight:bold;
	font-size:15px;
	color: #C01F3A;
	padding-top:0px;
	padding-bottom: 5px;
	margin: 0px;
	text-transform: none;
}

h3
{
	font-weight:bold;
	font-size:12px;
	color: #C01F3A;
	padding-top:0px;
	margin: 0px;
	text-transform: none;
}

h4
{
	font-weight:bold;
	font-size:14px;
	color: #000;
	padding-top:0px;
	margin: 0px;
	text-transform: none;
}

h5
{
	font-weight:bold;
	font-size:16px;
	color: #C01F3A;
	padding:0px 0px 6px 0px;
	border-bottom:solid 1px #999;
	margin: 0px 0px 0px 70px;
	text-align:right;
	
}

h6
{
	font-weight:bold;
	font-size:20px;
	color: #0F7D60;
	text-align: right;
	margin: 22px 0px 55px 0px;

}

a img
{
	border:none;
}


/* ----------- COMMON ELEMENTS ----------- */

#body_center
{
	width:100%;
	border-collapse:collapse;
}

#body_center td
{
	width:100%;
}

#body
{
	text-align:left;
	width:100%;
	background-image:url('../images/background.jpg'); 
	background-position:top center;
	background-repeat:no-repeat;
	background-color:white;
}

#page
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	width:1000px;
	height:44px;
	background-image:url('../images/nav_bar.gif');
	background-repeat:none;
	background-position:top left;
}

#navigation
{
	float:right;
	height:25px;
	margin-right:175px;
	margin-top:20px;
}



#artist_dropdown
{
	position:relative;
	z-index:10;
	top:3px;
	left:30px;
	width:162px;
	display:none;
}

#theshow_dropdown
{
	position:relative;
	z-index:10;
	top:3px;
	left:119px;
	width:162px;
	display:none;
}

#artist_dropdown img, #theshow_dropdown
{
	cursor:pointer;
}

#content
{
	margin-left:40px;
	margin-bottom:-2px;
	width:900px;
	background-color:white;
}

#main_sign
{ 
	position:relative;
	top:-32px;
	left:-35px;
	float:left;
	width:10px; 
}

#footer
{
	height:101px;
	padding-top:3px;
	width:900px;
	padding-right:100px;
	background-image:url('../images/footer_bar.gif');
	background-repeat:none;
	background-position:top left;
	text-align:right;
}

.right
{
	float:right;
}

/* ----------- THE SHOW ELEMENTS ----------- */

#showright
{
	width: 410px;
	float: right;
	padding-top: 105px;
	padding-right: 60px;
	
}

#right_column
{
	padding-top:106px;
	margin-left:430px;
	padding-right:60px;
}

#showleft
{
	width: 350px;
	float: left;
	padding-top: 505px;
	padding-left: 35px;

}


/* ----------- ARTISTS ELEMENTS ----------- */

h2 a:hover
{
	text-decoration:underline;
	color:#C01F3A;
}

h2 a:link, h2 a:visited
{
	text-decoration:none;
	color:#C01F3A;

}

#artist_image
{
	position:relative;
	top:-17px;
	left:23px;
	width:405px;
	float:left;
}

#artist_right
{
	width: 365px;
	float: right;
	padding-top: 35px;
	padding-right: 60px;
}

#artist_bottom
{
	float:right;
	height:173px;
	width:100%;
	position:relative;
	right:-40px;
	
}

#artist_thumbs
{
	width:765px;
	float:right;
	clear:right;
}

#artist_icon
{
	float:left;
	padding-top:118px;
}


/* ----------- CONTACT ELEMENTS ----------- */

#contact_table input[type=text], textarea
{
	width: 295px;
	margin-bottom:5px;
	border: none;
	background-color: #d4d4d4;
	height: 25px;
}

#message
{
	height: 200px;
}

.required
{
	color: #666;
	font-weight: bold;
	font-size:10px;
	text-indent: 325px;

}

.star
{
	color:#096;
}


/* ----------- HOME ELEMENTS ----------- */

#leaf
{
	background-image:url(../images/home_mapleleaf.gif);
	background-position:385px 0px;
	background-repeat:no-repeat;
}

#home_right
{
	width: 387px;
	float: right;
	padding-top: 75px;
	padding-right: 0px;
	text-align: right;
	position:relative;
	right:-25px;
}

#home_right img
{
	position:relative;
	left:-30px;
}

.identity
{
	padding-top:3px;

}

#home_quote
{ 
	margin-top:520px;
	float:left;
	margin-left:-19px;
	margin-bottom: -7px;
}

#flash_slideshow
{
	float:right;
	width:105px;
	height:771px;
	position:relative;
	right:-37px;
}


/* ----------- TERMS AND PRIVACY -------------- */
#padder
{
	padding:10px 30px 10px 30px;
}

#terms
{
	float:right;
	padding:5px;
}

#terms a
{
	color:black;
}
