﻿	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
		z-index:-1;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: black;
		color:#ffffff;
		font-family:arial;
	}
	img
	{
		border:0px;
	}
	#noplayer
	{
		margin:60px 60px 60px 60px;
	}
	#header
	{
		text-align:left;
	}
	#menu
	{
		margin: 10px 0px 0px 380px;
		font-weight:bold;
		color:#9341fd;
	}
	
	#menu a
	{
		color:White;
		text-decoration:none;
	}
	
	#menu a:hover
	{
		color:White;
		text-decoration:underline;
	}
	#cleanup
	{
		text-align:right;
		line-height:39px;
		margin-right:40px;
	}
	h2
	{
		font-size:16px;
		font-weight:bold;
		color:#9341fd;
		margin-top:15px;	
	}
	p
	{
		font-size:14px;
	}
	a
	{
		color:#9341fd;
		text-decoration:none;
	}
	a:hover
	{
		color:#9341fd;
		text-decoration:underline;
	}
	#about
	{
		margin:20px 60px 20px 60px;
	}
	
	#aboutA
	{
		background-image:url(/photography/system/images/filmstrip.jpg);
		background-repeat:no-repeat;
		float:left;
		height:700px;
		width:290px;
		background-color:White;
	}
	#aboutB
	{
		float:left;
		width:550px;
		padding-left:30px;    
	}
	#aboutCleanup
	{
		clear:both;
	}
	
	img { behavior: url(/photography/system/iepngfix.htc) }
    #pageflip {
        position: relative;
        right: 0; top: 0;
        float: right; 
    }
    #pageflip img {
        width: 60px; height: 62px;
        z-index:99;
        position: absolute;
        right: 0; top: 0;
        -ms-interpolation-mode: bicubic;
    }
    #pageflip .msg_block {
        width: 60px; height: 60px;
        overflow: hidden;
        position: absolute;
        right: 0; top: 0;
        background: url(/photography/system/images/blog_flip.png) no-repeat right top;
    }