@charset "utf-8";

 @media screen{
  body>div#Footer{
   position:fixed;
  }
 }

 * html body{
  overflow:hidden;
 }

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFFFFF;
	background-image: url(images/FunPhotoBG.png);
	background-repeat: repeat;
	background-position: 0px 150px;
}
a:link,
a:visited,
a:hover,
a:active {
	color: #0000FF;
}


#NavigationBG {
	position:absolute;
	left:0px;
	top:0px;
	width:600px;
	height:229px;
	z-index:998;
	background-image: url(images/FunPhotoHeader-REV1.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: visible;
	visibility: visible;
}

#Navigation {
	position:absolute;
	left:0px;
	top:0px;
	width:603px;
	height:229;
	z-index:999;
	overflow: visible;
	visibility: visible;
}

#Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #FFFFFF;
	background-color: #FCB040;
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 100;
	height: 30px;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
}

#Footer a {
	color: #FFFFFF;
	}
	
#RightSide {
	position:absolute;
	width:280px;
	height:710px;
	z-index:1;
	overflow: visible;
	visibility: visible;
	left: 680px;
	top: 35px;
}
#Content {
	position:absolute;
	left:20px;
	top:240px;
	width:650px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	overflow: visible;
	visibility: visible;
	height: 600px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	line-height: 30px;
	margin-top: 0px;
	color: #000000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
}

a:hover {
	text-decoration: none;
	}
a img {
	border-top-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
