/* Style sheet for Sharker Production */

*
{
 	margin: 0;
 	padding: 0;
}

body
{
	margin-top: 10px;
	text-align: center; /* Fix for centering the whole page in IE 5 and 6 because they don't work with auto margins. */
	max-height: 975px;
	min-width: 980px;   /* Fix for Netscape 6 if the window is resized. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-stretch:semi-expanded;
	color: #FFFFFF;
	background-color: #7E7E84;
}
		
		#bg_start
		{
			min-width: 544px;   /* Fix for Netscape 6 if the window is resized. */
			width: 544px;
			height: 750px;
			margin-left: auto;
			margin-right: auto;
			text-align: left; /* Fix for align the text left in again after fixing the centering of the page for IE 5 and 6 */
			background: url(../img/bg_start_small.jpg) no-repeat center;
		}
		
			.start_text
			{
				color: #FFFFFF;
				font-weight: bold;
				position: relative;
				top: 645px;
				padding-left: 45px;
				padding-right: 40px;
			}
		
		#bg_prod
		{
			min-width: 544px;   /* Fix for Netscape 6 if the window is resized. */
			width: 544px;
			height: 750px;
			margin-left: auto;
			margin-right: auto;
			text-align: left; /* Fix for align the text left in again after fixing the centering of the page for IE 5 and 6 */
			background: url(../img/bg_prod_small.jpg) no-repeat center;
		}
		
			#player2 {
				padding-top: 200px;
				margin-left: auto;
				margin-right: auto;
				width: 360px;
			}
		
		#bg_photo
		{
			min-width: 544px;   /* Fix for Netscape 6 if the window is resized. */
			width: 544px;
			height: 750px;
			margin-left: auto;
			margin-right: auto;
			text-align: left; /* Fix for align the text left in again after fixing the centering of the page for IE 5 and 6 */
			background: url(../img/bg_photo_small.jpg) no-repeat center;
		}
		
			#flashcontent
			{
				color: #000000;
				margin-left: 35px;
				margin-right: auto;
			}
		
		#bg_cont
		{
			min-width: 544px;   /* Fix for Netscape 6 if the window is resized. */
			width: 544px;
			height: 750px;
			margin-left: auto;
			margin-right: auto;
			text-align: left; /* Fix for align the text left in again after fixing the centering of the page for IE 5 and 6 */
			background: url(../img/bg_contact_small.jpg) no-repeat center;
		}
			#bg_cont .cont_text
			{
				color: #FFFFFF;
				font-weight: bold;
				position: relative;
				top: 460px;
				padding-left: 45px;
				padding-right: 40px;
			}
			
				#bg_cont .cont_text a {
					text-decoration: underline;
					color: #FFFFFF;
				}
		
		#bg_admin
		{
			min-width: 544px;   /* Fix for Netscape 6 if the window is resized. */
			width: 544px;
			height: 750px;
			padding: 20px;
			margin-left: auto;
			margin-right: auto;
			text-align: left; /* Fix for align the text left in again after fixing the centering of the page for IE 5 and 6 */
			background-color: #000000;
		}
			
			#bg_admin h1
			{
				color: #6D6C6A;
				font-family: Cambria, Arial, Helvetica, sans-serif;
				font-size: 1.8em;
				padding-bottom: 10px;
			}
			
			#bg_admin a:active, a:visited, a:hover, a:link {
				color: #BC0307;
			}
		
			#bg_admin p
			{
				padding: 20px;
			}
				
			.even {
				background-color: #999999;
				color: #000000;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 0.8em;
				padding: 3px;
			}
			
			.odd {
				background-color: #FFFFFF;
				color: #000000;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 0.8em;
				padding: 3px;
			}
			
			.title {
				width: 250px;
				padding: 3px;
			}
			
			.date {
				width: 80px;
				padding: 3px;
			}
			
			.delete {
				width: 80px;
				padding: 3px;
			}
			
			.buttons {
				margin: 20px;
				padding: 3px;
			}
				
		
		#title
		{
			margin-left: auto;
			margin-right: auto;
		}
		
		#menu
		{
			position: relative;
			top: 5px;
			width: 470px;
			margin-left: auto;
			margin-right: auto;
			background-color: 7E7E84;
		}
		
			#menu li
			{
				float: left;
				list-style-type: none;
				padding: 0 5px;
				background-color: 7E7E84;
			}