body {
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	width: 855px;
	background-color: #000000;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	text-align: left;
}
#topborder {
	background-color: #000000;
	background-image: url(../images/home_top_border.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 100%;
}
#bottomborder {
	background-color: #000000;
	background-image: url(../images/home_bottom_border.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 100%;
}
#content {
	margin: 0px;
	width: 785px;
	padding: 0px 35px;
	background-image: url(../images/home_background.jpg);
	background-repeat: repeat-y;
	background-position: center top;	
	background-color: #000000;	
	}
#header {
	width: 785px;
	margin: 0px;
	padding: 0px;
	height: 100px;	
}
#leftcolumn {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 220px;
	text-align: right;
}
#leftcolumn p {
	margin: 0px;
	padding: 0px;
	height: 38px;
	text-align: center;
}

#leftcolumn h3 {
	margin: 60px 0px 20px 0px;
	padding: 0px;
	height: 28px;
	font-weight: bold;
	text-align: center;
}


#rightcolumn {
	padding: 0px 5px 10px 0px;
	margin-left: 220px;
	width: 530px;
	background-image: url(../images/home_screen.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
}
#rightcolumn h1 {
	margin: 0px;
	padding: 0px;
	height: 35px;
}


/* EXPERIMENTING  */
	/* Primary nav 	*/

div#globalnav	{
	height: 100px;
	width: 785px;
	margin: 0;
	padding: 0;
	border: 0;
	}

div#globalnav ul#menu	{
	height: 100px;
	width: 785px;
	background: transparent url(../images/about_header.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

div#globalnav ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
ul#menu li, ul#menu a {
	height: 100px;
	display: block;
	}
	
div#globalnav ul#menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#header_home	{left: 0; width: 459px;}
#header_collection	{left: 459px; width: 62px;}
#header_store	{left: 521px; width: 46px;}
#header_venues {left: 567px; width: 47px;}
#header_exposure	{left: 614px; width: 66px;}
#header_artist	{left: 680px; width: 43px;}
#header_contact 	{left: 723px; width: 62px;}

#header_home a:hover	{background: transparent url(../images/about_header.jpg) 0 -100px no-repeat;}
#header_collection a:hover	{background: transparent url(../images/about_header.jpg) -459px -100px no-repeat;}
#header_store a:hover	{background: transparent url(../images/about_header.jpg) -521px -100px no-repeat;}
#header_venues a:hover	{background: transparent url(../images/about_header.jpg) -567px -100px no-repeat;}
#header_exposure a:hover	{background: transparent url(../images/about_header.jpg) -614px -100px no-repeat;}
#header_artist a:hover	{background: transparent url(../images/about_header.jpg) -680px -100px no-repeat;}
#header_contact a:hover	{background: transparent url(../images/about_header.jpg) -723px -100px no-repeat;}

a {
	color: #FFFFCB;
	border: 0px;
}

a:hover {
	decoration: underline;
	color: #000000;
	}

a img {
	border: 0px;
}	

table#sticker td#center {
	background: url(../images/sticker-centerfill.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 136px;
	line-height: normal;
}
table#sticker td#center a:link {
	text-decoration: none;
	color: #000000;
}
table#sticker td#center a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
table#sticker td#left {
	background: url(../images/sticker-leftfill.gif) repeat-y;
	width: 12px;
}
table#sticker td#right {
	background: url(../images/sticker-rightfill.gif) repeat-y;
	width: 12px;
}

