@import url(http://fonts.googleapis.com/css?family=Luckiest+Guy);
body {
	background: url("http://joyslife.com/wp-content/uploads/2011/09/superjoysidebarbackgroundwhitedot.png") repeat scroll 0 0 transparent;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 93%;
	margin: 20px auto;
	width: 921px;
}
#header {
	clear: both;
	width: 921px;
}

#header h1 {
	font-family: "Luckiest Guy", cursive !important;
	text-decoration: none;
	font-weight: normal !important;
	text-transform: uppercase;
	margin: 10px 10px 10px 10px;
	padding: 0;
	color: #6e5160;	
}

#header h2 {
	font-family: "Luckiest Guy", cursive !important;
	text-decoration: none;
	font-weight: normal !important;
	text-transform: uppercase;
	margin: 10px 10px 10px 10px;
	padding: 0;
	color: #6e5160;
}

#content {
	background-color: #FFFFFF;
	clear: both;
	left: 0;
	text-align: center;
	top: 0;
	width: 915px;
	border: 3px solid #000000;
}

#content h1 {
	font-family: "Luckiest Guy", cursive !important;
	text-decoration: none;
	font-weight: normal !important;
	text-transform: uppercase;
	margin: 10px 10px 10px 10px;
	padding: 0;
	color: #b0c43f;
}

div.float {
	float: left;
	padding: 12px;
	z-index: 10;
}
div.float p {
	text-align: center;
}
div.spacer {
	clear: both;
}
div.container {
	background-color: #FFFFFF;
	border-top: 1px solid #000000;
}
div.column1 {
	background: #ffffff;
	border-left: 3px solid #000000;
	width: 30%;
	float: left;
	margin-left: -3px;
}
div.column2 {
	background: #ffffff;
	border-right: 3px solid #000000;
	width: 70.0%;
	float: right;
	margin-right: -3px;
}
.PopBoxImageSmall {
	border: 2px solid #000000;
	cursor: url("images/magplus.gif"), pointer;
}
.PopBoxImageLarge {
	border: 2px solid #000000;
	cursor: url("images/magminus.gif"), pointer;
}

#wrapper {
	width: 921px;
	margin: 2px auto;
}

#wrapper h1{
	color:#FFF;
	text-align:center;
	margin-bottom:2px;
}

#wrapper a{
	display:block;
	font-size:1.2em;
	padding-top:20px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
}


#tabContainer {
	width: 921px;
	padding: 5px;
	background-color: #b0c43f;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#tabContainer h1 {
	font-family: "Luckiest Guy", cursive !important;
	text-decoration: none;
	font-weight: normal !important;
	text-transform: uppercase;
	margin: 10px 10px 10px 10px;
	padding: 0;
	color: #b0c43f;
}

#tabContainer h2 {
	font-family: "Luckiest Guy", cursive !important;
	text-decoration: none;
	font-weight: normal !important;
	text-transform: uppercase;
	margin: 10px 10px 10px 10px;
	padding: 0;
	color: #6e5160;
}
#tabContainer h3 {
	font-family: "Luckiest Guy", cursive !important;
	text-decoration: none;
	font-weight: normal !important;
	text-transform: uppercase;
	margin: 10px 10px 10px 10px;
	padding: 0;
	color: #6e5160;
}


.tabs {
	height: 30px;
}

.tabs > ul {
	font: 1em;
	list-style: none;
}

.tabs > ul > li {
	margin: 0 2px 0 0;
	padding: 7px 10px;
	display: block;
	float: left;
	color: #FFF;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background: #b0c43f; /* old browsers */
	background: -moz-linear-gradient(top, #6e5160 0%, #c364c5 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6e5160), color-stop(100%,#c364c5)); /* webkit */
}

.tabs > ul > li:hover {
	background: #CEFF1D; /* old browsers */
	background: -moz-linear-gradient(top, #CEFF1D 0%, #CEFF1D 10%, #CEFF1D 50%, #CEFF1D 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CEFF1D), color-stop(10%,#CEFF1D), color-stop(50%,#CEFF1D), color-stop(100%,#CEFF1D)); /* webkit */
	cursor: pointer;
	color: #333;
}

.tabs > ul > li.tabActiveHeader {
	background: #CEFF1D; /* old browsers */
	background: -moz-linear-gradient(top, #CEFF1D 0%, #CEFF1D 10%, #CEFF1D 50%, #CEFF1D 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CEFF1D), color-stop(10%,#CEFF1D), color-stop(50%,#CEFF1D), color-stop(100%,#CEFF1D)); /* webkit */
	cursor: pointer;
	color: #333;
}

.tabscontent {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 10px 10px 25px;
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 90%, #e4e9ed 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(90%,#FFFFFF), color-stop(100%,#e4e9ed)); /* webkit */
	margin: 0;
	color: #333;
}


#marquee_replacement {
	border: 1px solid #000000;
	height: 25px;
	overflow: auto;
	width: 920px;
	background: #ffffff;
}

#marquee_replacement div#start p {
	color: #000000;
	display: inline;
	float: left;
	height: 15px;
	left: 0;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	width: auto;
}
#marquee_replacement div#start p.spacer2 {
	width: 920px;
}
#marquee_replacement div#start {
	display: block;
	height: 10px;
}
