HTML {
	WIDTH: 100%;
	HEIGHT: 100%;
}

BODY {
	BACKGROUND-COLOR: #FFFFFF;
	BACKGROUND-POSITION: 50% top;
	WIDTH: 100%;
	HEIGHT: 100%;
	PADDING: 0 0 0 0;  //  top right bottom left
	MARGIN: 0px auto;
	font-family: Georgia, Verdana, Arial, Helvetica;
	font-size:12px;
	color:#3A2104;
	text-align:center;
}

h2 {
	font-family: Georgia, Verdana, Arial, Helvetica;
	font-size:14px;
	color: #3A2104;
   	font-weight: bold;
}

A.h2:link, A.h2:visited, A.h2:active
{
	font-family: Georgia, Verdana, Arial, Helvetica;
	font-size:14px;
	color: #3A2104;
   	font-weight: bold;
    	TEXT-DECORATION: none;
}
A.h2:hover
{
	font-family: Georgia, Verdana, Arial, Helvetica;
	font-size:14px;
	color: #3A2104;
   	font-weight: bold;
    	TEXT-DECORATION: underline;
}

h5 {
	font-family: Arial, Verdana, Helvetica;
	font-size:10px;
	color: #3A2104;
   	font-weight: bold;
}

A.h5:link, A.h5:visited, A.h5:active
{
	font-family: Arial, Verdana, Helvetica;
	font-size:10px;
	color: #3A2104;
   	font-weight: bold;
    	TEXT-DECORATION: none;
}
A.h5:hover
{
	font-family: Arial, Verdana, Helvetica;
	font-size:10px;
	color: #3A2104;
   	font-weight: bold;
    	TEXT-DECORATION: underline;
}

.gold {
	color: #FFCC01
}

p,ul,li,div,span {
	font-family: Georgia, Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #3A2104;
}


#container {
	POSITION: relative;
	WIDTH: 980px;
	HEIGHT: 100%;
	text-align:left;
	margin-top: 25px;
	margin-left: auto; 
	margin-right: auto;
}

#containerPageHdr{
	POSITION: absolute;
	WIDTH: 980px;
	HEIGHT: 100%;
	margin-top: 0px;
	margin-left: auto; 
	margin-right: auto;
}

#containerPageHdrImg {
	POSITION: absolute;
	Z-INDEX: 1;
	WIDTH: 295px;
	HEIGHT: 100%;
	top: 165;
	left: 0; 
}

#containerPageHdrTitle {
	POSITION: absolute;
	Z-INDEX: 2;
	WIDTH: 980px;
	HEIGHT: 33px;
	top: 165;
	left: 0; 
}

.PageTitle, PageTitle:link, PageTitle:visited, PageTitle:active, PageTitle:hover  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:24px;
	color: #FFFFFF;
   	 font-weight: bold;
}

.PageSlogan, PageSlogan:link, PageSlogan:visited, PageSlogan:active, PageSlogan:hover  {
	font-family: Georgia, Verdana, Arial, Helvetica;
	font-size:24px;
	color: #FFFFFF;
   	font-weight: normal;
	font-style: italic;
}

.PageEmphasis, PageEmphasis:link, PageEmphasis:visited, PageEmphasis:active, PageEmphasis:hover  {
	font-family: Georgia, Verdana, Arial, Helvetica;
	font-size:14px;
	color: #3A2104;
   	font-weight: bold;
}

#containerPageStatement {
	Z-INDEX: 2;
	POSITION: relative;
	WIDTH: 560px;
	HEIGHT: 100%;
	text-align:justify;
	margin-top: 30px;
	margin-left: 295px; 
	margin-right: auto;
}

#containerSeller {
	Z-INDEX: 2;
	POSITION: relative;
	WIDTH: 944px;
	HEIGHT: 253px;
	margin-top: 10px;
	margin-left: -277px; 
	margin-right: auto;
}

#SellerInstructions {
	Z-INDEX: 2;
	POSITION: relative;
	WIDTH: 200px;
	HEIGHT: 153px;
	text-align:justify;
	margin-top: 100px;
	margin-left: 15px; 
	margin-right: auto;
}

#containerBuyer {
	Z-INDEX: 2;
	POSITION: relative;
	WIDTH: 944px;
	HEIGHT: 253px;
	margin-top: 25px;
	margin-left: -210px; 
	margin-right: auto;
}

#BuyerInstructions {
	Z-INDEX: 2;
	POSITION: relative;
	WIDTH: 240px;
	HEIGHT: 153px;
	text-align:justify;
	margin-top: 100px;
	margin-left: 15px; 
	margin-right: auto;
}

#containerDesigner {
	Z-INDEX: 2;
	POSITION: relative;
	WIDTH: 944px;
	HEIGHT: 253px;
	margin-top: 75px;
	margin-left: -277px; 
	margin-right: auto;
}

#DesignerInstructions {
	Z-INDEX: 2;
	POSITION: relative;
	WIDTH: 205px;
	HEIGHT: 153px;
	text-align:justify;
	margin-top: 100px;
	margin-left: 15px; 
	margin-right: auto;
}

#containerProfile {
	POSITION: relative;
	WIDTH: 648px;
	HEIGHT: 100%;
	BACKGROUND-IMAGE: url(images/profile_bkg.jpg);
	BACKGROUND-REPEAT: repeat-x;
	text-align:left;
	margin-top: 0;
	margin-left: auto; 
	margin-right: auto;
}

#containerProfileText {
	POSITION: relative;
	WIDTH: 618px;
	HEIGHT: 100%;
	text-align:left;
	margin-top: 10px;
	margin-left: 15px; 
	margin-right: 15px;
}

.ProfileTitle, ProfileTitle:link, ProfileTitle:visited, ProfileTitle:active, ProfileTitle:hover  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:24px;
	color: #FFFFFF;
   	 font-weight: bold;
}

.ProfileDescript, ProfileDescript:link, ProfileDescript:visited, ProfileDescript:active, ProfileDescript:hover  {
	font-family: Georgia, Verdana, Arial, Helvetica;
	font-size:16px;
	color: #FFFFFF;
   	font-weight: normal;
}

.ProfileQuestion, ProfileQuestion:link, ProfileQuestion:visited, ProfileQuestion:active, ProfileQuestion:hover  {
	font-family: Georgia, Verdana, Arial, Helvetica;
	font-size:11px;
	color: #3A2104;
   	font-weight: normal;
	font-style: italic;
}

.ProfileAnswer, ProfileAnswer:link, ProfileAnswer:visited, ProfileAnswer:active, ProfileAnswer:hover  {
	font-family: Georgia, Verdana, Arial, Helvetica;
	font-size:11px;
	color: #3A2104;
   	font-weight: bold;
}

.ProductTitle, ProductTitle:link, ProductTitle:visited, ProductTitle:active, ProductTitle:hover  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:16px;
	color: #3A2104;
   	font-weight: bold;
}

.ProductBrand, ProductBrand:link, ProductBrand:visited, ProductBrand:active, ProductBrand:hover  {
	font-family: Georgia, Verdana, Arial, Helvetica;
	font-size:16px;
	color: #3A2104;
   	font-weight: normal;
}

.ProductPrice, ProductPrice:link, ProductPrice:visited, ProductPrice:active, ProductPrice:hover  {
	font-family: Georgia, Verdana, Arial, Helvetica;
	font-size:18px;
	color: #3A2104;
   	font-weight: bold;
}

.ProductDiscount, ProductDiscount:link, ProductDiscount:visited, ProductDiscount:active, ProductDiscount:hover  {
	font-family: Georgia, Verdana, Arial, Helvetica;
	font-size:9px;
	color: #3A2104;
   	font-weight: normal;
}

.ProductDescriptTitle, ProductDescriptTitle:link, ProductDescriptTitle:visited, ProductDescriptTitle:active, ProductDescriptTitle:hover  {
	font-family: Georgia, Verdana, Arial, Helvetica;
	font-size:11px;
	color: #3A2104;
   	font-weight: bold;
	font-style: italic;
}

.ProductDescript, ProductDescript:link, ProductDescript:visited, ProductDescript:active, ProductDescript:hover  {
	font-family: Georgia, Verdana, Arial, Helvetica;
	font-size:11px;
	color: #3A2104;
   	font-weight: normal;
}

.ProductSellerTitle, ProductSellerTitle:link, ProductSellerTitle:visited, ProductSellerTitle:active, ProductSellerTitle:hover  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #3A2104;
   	font-weight: bold;
}

.ProductSeller, ProductSeller:link, ProductSeller:visited, ProductSeller:active, ProductSeller:hover  {
	font-family: Georgia, Verdana, Arial, Helvetica;
	font-size:10px;
	color: #3A2104;
   	font-weight: normal;
}

#containerDJ88 {
	POSITION: relative;
	WIDTH: 980px;
	HEIGHT: 100%;
	BACKGROUND-IMAGE: url(images/sounds_dj88.jpg);
	BACKGROUND-REPEAT: no-repeat;
	text-align:left;
	margin-top: 25px;
	margin-left: auto; 
	margin-right: auto;
}


.dj88HLtitles {
	font-size: 14px;
	font-weight: bold;
	color: #D0B83C;
}

.dj88HLtext {
	font-size: 12px;
}
	

.albumTitle
{ 
	font-size: 14px;
	font-weight: bold;
	color: #3A2104;
}

.albumSubTitle
{ 
	font-size: 12px;
	font-weight: bold;
	color: #3A2104;
}

.albumDescription
{ 
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #3A2104;
}

.albumDownload, albumDownload:link, albumDownload:visited, albumDownload:active, albumDownload:hover { 
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #3A2104;
	TEXT-DECORATION: none
}

.emailSignUp, emailSignUp:link, emailSignUp:visited, emailSignUp:active, emailSignUp:hover  {
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	color: #999999;
	TEXT-DECORATION: none
}
