@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;
	}
	
#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;
	margin-left: 287px;
	}
	
#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: 10px;
	background-image:url(Flash/Introduction_JK.swf);
}

#intro_player	{
	position: absolute;
	margin-top: 425px;
	margin-left: 510px;
	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;
}

	
	
/* classes */
	
.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	{
	color: #a1b630;
	text-decoration: underline;
	font-weight: bold;
	outline: none;
}

a.graphics:visited	{
	color: #a1b630;
	text-decoration: underline;
	font-weight: bold;
	outline: none;
	
}

a.graphics:active	{
	color: #a1b630;
	text-decoration: underline;
	font-weight: bold;
	outline: none;
	
}

a.graphics:hover	{
	color: #f9fb4a;
	text-decoration: underline;
	font-weight: bold;
	outline: none;
}
	
.iframe	{
	font:Arial, Helvetica, sans-serif, Verdana;
}	
