body {
	margin : 0px;
	text-align : center;
	background-image : url("layout/bodyBkg1.jpg");
	background-repeat : repeat-x;
	background-position : top left;
}

body, p, td, th, li {
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	font-size : 11px;
	line-height : 16px;
	color : #666666;
}

h1 {
	font-family : Times, Times New Roman, Serif;
	font-size : 24px;
	line-height : 1px;
	color : #983930;
	font-weight : normal;
	text-align : left;
}

#BkgExtension {
	position : absolute;
	left : 0px;
	top : 250px;
	height : 600px;
	width : 1000px;
	background-image : url("layout/bodyBkg2.jpg");
	background-repeat : repeat;
	background-position : top left;
	z-index : 1;
}

#Layout {
	margin : 6px auto 9px auto;
	text-align : left;
	position : relative;
	z-index : 2;
	width : 808px;
	height : 685px;
	background-image : url("layout/contentBkg.gif");
}

#TopBar {
	height : 145px;
}

#TopBarRight {
	background-image : url("layout/topBarRightBkg.jpg");
	background-repeat : no-repeat;
	width : 270px;
	vertical-align : top;
}

	#NLSignupTable {
		width : 112px;
		margin : 20px 0px 0px 12px; /* Opera needs 10px top */
	}

	#NLSignupLabel {
		font-size : 10px;
		color : #983930;
		text-align : left;
		font-weight : bold;
	}

	.nlSignupTextInput {
		width : 106px;
		height : 14px;
		border : 1px #9A9E85 solid;
		background-color : #DDE3C0;
		color : #666666;
		font-size : 10px;
	}
	
	#FollowTable {
		margin : 37px 0px 0px 14px;
		width : 87px;
	}
	
	#FollowLabel {
		font-size : 9px;
		text-align : center;
		white-space : nowrap;
	}

#NavBar {
	height : 23px;
}

#NavBarBottom {
	height : 8px;
}

#Content {
	padding : 13px 29px;
	vertical-align : top;
}

#BottomNav {
	text-transform : uppercase;
	color : #983930;
	text-align : center;
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	font-size : 9px;
	height : 20px;
}

#BottomNav a:link,
#BottomNav a:active,
#BottomNav a:visited {
	color : #983930;
	font-weight : normal;
	text-decoration : none;
}

#BottomNav a:hover {
	text-decoration : underline;
}

#LayoutBottom {
	height : 5px;
}

#HomeExtraSpace {
	width : 850px;
}

#NewsHeader {
	color : #983930;
	font-weight : bold;
	font-size : 12px;
	background-image : url("layout/newsHeaderBkg.gif");
	background-repeat : no-repeat;
	background-position : bottom right;
}

#News {
	border : 1px #BBC0A2 solid;
	background-color : #EEF1E0;
	width : 464px;
	height : 237px;
}

	#News * {
		margin : 10px 20px;
	}

#FeaturedArtistsLabel {
	text-align : right;
}

#FeaturedArtistsLabel img {
	margin : 0px 0px auto auto;
}

#FeaturedArtists {
	background-image : url("layout/featuredArtistsBkg.gif");
	background-position : top left;
	background-repeat : repeat-x;
	background-color : #DCE2BF;
	border : 1px #9A9F85 solid;
	width : 345px;
}
