﻿@charset "utf-8";

 /*
  *	CONTENT
  */

.ThemeBackground
{
	background-color: #FFFFFF;
	background-position: center top;
	background-repeat: no-repeat;
}


.Content
{
	position:relative;
	overflow: visible;
}

.ThemeContent
{
	position:relative;
	min-height:930px;
	z-index: 0;
}


 /*
  *	FUNSTUFF ME SLICES
  */

#funstuffTable 
{
	position:relative;
	width:866px;
	height:100%;
}

#funstuffHeaderTop
{
	background-image: url(../images/funstuff_header01.png);
	width:673px;
	height:64px;
	margin-left:139px;
}

#funstuffHeaderBottom 
{
	background-image: url(../images/funstuff_header02.png);
	width:719px;
	height:45px;
	float:left;
}

#funstuffHomeButton 
{
	width:130px;
	height:45px;
	float:left;
}

#funstuffContentFrame
{
    width:808px;
    float:left;
    border-left:solid 2px #0065a6;
    border-right:solid 2px #0065a6;
    background-color:#FFFFFF;
}

#funstuffTarget
{
	background-image: url(../images/funstuff_target.png);
	background-repeat:no-repeat;
	width:54px;
	height:149px;
	float:right;
}

#funstuffBottom 
{
	background-image: url(../images/funstuff_bottom.png);
	width:812px;
	height:51px;
	float:left;
	margin-bottom:100px;
}



 /*
  *	FUNSTUFF CONTENT
  */
  
.FunstuffContent
{
    margin-left:42px;
    margin-top:47px;
	width:707px;
	height:142px;
}

.FunstuffContentImage
{
    float:left;
    margin-right:9px;
	width:238px;
	height:142px;
}

.FunstuffContentHeader
{
    float:left;
	width:198px;
	height:35px;
}

.FunstuffContentText
{
	float:left;
	width:460px;
	height:71px;
	padding-top:5px;
	overflow:hidden;
}

.FunstuffContentButton
{
    float:left;
	width:157px;
	height:31px;
}
