@charset "utf-8";

/* CSS Document */



body {

	margin-left: 0;

	margin-top: 0;

	background-color: #464f15;

	background-image: url(images/browser_background.jpg);

	background-repeat:repeat-x;

	font-family: Arial, Helvetica, sans-serif;

	color: #f9fb4a;

	font-size: 14px;

	text-align: left;

	}

	



/*  Divs  */

			

#wrapper	{

	width: 896px;

	height: 618px;

	margin-top: 20px;

	margin-left: auto;

	margin-right: auto;

	border: black thin solid;

	}



	

#header	{

	float: left;

	width: 896px;

	height: 111px;

	background-color: #454e15;

	background-image:url(images/header.jpg);

	background-repeat: no-repeat;

	}

	

#3dlogo	{

	float: left;

	width: 74px;

	height: 92px;

	margin-left: 11px;

	}

	

#top_goldbar	{

	float: left;

	width: 896px;

	height: 19px;

	}

	

#main_content_area	{

	float: left;

	width: 896px;

	height: 432px;

	background-color:#000000;

	background-image: url(images/main_janetkay_L.jpg);

	background-repeat: no-repeat;

	}

	

#selling_definitive_area	{

	float: left;

	width: 896px;

	height: 432px;

	background-color:#000000;

	background-image: url(images/selling-definitive.jpg);

	background-repeat: no-repeat;

	}
	
#home_definitive_player	{
	float: left;
	width: 440px;
	height: 110px;
	margin-left: 30px;
	margin-top: 295px;
	}

	

#biography	{

	float: left;

	width: 600px;

	height: 370px;

	margin-top: 36px;

	margin-left: 257px;

	}

	

#gold_divider	{

	float: left;

	width: 896px;

	height: 10px;

	margin-top: 0px;

	}

	



#navbar	{

	float: left;

	width: 896px;

	height: 65px;

	}

	

#discog_menu	{

	width: 544px;

	height: 405px;

	margin-left: 310px;

	margin-top: 20px;



	}

	

#singles_menu	{

	float: left;

	width: 257px;

	height: 405px;

}



#albums_menu	{

	width: 257px;

	height: 405px;

	float: right;

	}

	

#footer	{

	float: left;

	width: 896px;

	height: 30px;

	margin-left: auto;

	margin-right: auto;

	}

	

#discog_main_area	{

	width: 653px;

	height: 404px;

	margin-left: 220px;

	margin-top: 15px;

	color: #f9fb4a;

	}

	

#discog_info	{

	width: 600px;

	height: 404px;

	margin-left: 235px;

	margin-top: 15px;	

}

	

#intro	{

	width: 600px;

	height: 418px;

	margin-left: 280px;

	margin-top: 15px;

	}

	

#contact_form	{

	width: 575px;

	height: 380px;

	float: left;

	}

	

#flash_intro	{

	width: 450px;

	height: 432px;

	margin-left: 370px;

	background-image:url(Flash/Introduction_JK.swf);

}



#intro_player	{

	position: absolute;

	margin-top: 490px;

	margin-left: 370px;

	width: 62px;

	height: 28px;


	}

	

#discog_image	{

	float: left;

	width: 97px;

	height: 99px;

	}

	

#gallery	{

	width: 600px;

	height: 430px;

	float: left;

	margin-left: 270px;

	margin-top: 0px;

	background-image: url(images/gallery-bg.jpg);

	background-repeat: no-repeat;

}



#welcome	{

	position: absolute;

	width: 287px;

	height: 64px;

	margin-left: 510px;

	margin-top: -145px;

	padding: 0px;

}



#sign_up	{

	width: 320px;

	height: 130px;

	background-image: url(images/sign_up.jpg);

	background-repeat: no-repeat;

	float: right; 
	
	padding:80px 0 0 12px; 
	
	font-size:12px;
	
	}
	
#news	{
	width: 400px;
	height: auto;
	float: left;
	}
	
#banner_intro	{
	
	width: 450px;
	height: 25px;
	margin-left: 32px;
	margin-top: 0px;
	}
	
#youtube	{
	width: 100px;
	height: 135px;
	float: left;
	margin-left: 40px;
	}
	


	
/* classes */
	
.signupInput {
	float:left; 
	width:185px; 
	height:20px; 
	background:#454e15; 
	border:#4e3b10 solid 1px; 
	text-align:left; 
	color: #f9fa49; 
	font-weight:bold;
	}
	
.signupJoin {
	float:left; 
	width:185px; 
	height:20px; 
	background:#c7c83b; 
	border:#4e3b10 solid 1px; 
	text-align:left; 
	color:#000; 
	font-weight:bold; 
	font-size:11px; 
	text-transform:uppercase; 
	text-align:center
	}



	

	



	

.footer_text	{

	color: #454e15;

	font-size: 11px;

	font-weight: bold;

	}

	

/* links */



a:link	{

	color: #a1b630;

	text-decoration: underline;

	font-weight: bold;

	outline: none;

}



a:visited	{

	color: #a1b630;

	text-decoration: underline;

	font-weight: bold;

	outline: none;

	

}



a:active	{

	color: #a1b630;

	text-decoration: underline;

	font-weight: bold;

	outline: none;

	

}



a:hover	{

	color: #f9fb4a;

	text-decoration: underline;

	font-weight: bold;

	outline: none;

}



a.graphics:link	{

	border:thin #a1b630 solid;

}



a.graphics:visited	{

	border:thin #a1b630 solid;

}



a.graphics:active	{

	border:thin #a1b630 solid;

	

}

a.graphics:hover	{

	border:thin #f9fb4a solid;

}

	

.iframe	{

	font:Arial, Helvetica, sans-serif, Verdana;

}	


