/* CSS Document */
@charset "utf-8";

.outer {
	text-align: center;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -5px;
}
#grid {
	text-align: center;
	margin-right: auto;
	margin-left: auto;

}



body {
	font-family: "Tekton Pro Extended", "Trebuchet MS", Helvetica;
	color: #5B2D63;
	width: 100%;
	height: 100%;
	background-image: url(imgs/rainbow.png);
	background-repeat: repeat;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: fixed;
	font-size: large;
}

ul li {
list-style-image:url(images/unicorn.gif);
}

h1 {
	font-family: Penna, Arial;
	text-align: center;
	color:#7F2340;
	
}
.ctr {
	text-align: center;
}

img {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border: none;
	margin-bottom: 0px;
	margin-top: 0px;
}

#floatpicL {float: left;
			margin: 10px 10px 0px 0px;}
.seasonal {
	position: absolute;
	z-index: auto;
	left: 200px;
	top: 400px;
}


.banner {


}

#menu {
	width: 992px;
}

.maintext {
	background-image: url(images/backgrounds/canvas.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: -5px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	min-height: 400px;
	padding-right: 150px;
	padding-left: 150px;
	text-align: left;
	padding-top: 10px;
	margin-bottom: -5px;
	font-family: "Tekton Pro Extended"
	color: #5B2D63;
}


#movie {
	background-image: url(imgs/frame.jpg);
	background-repeat: no-repeat;
	width: 382px;
	height: 280px;
	text-align: center;
	padding-top: 14px;
	float: right;
	color: #FF3399;
	font-family: "Tamarillo", "Noodlescript";
	font-size: x-large;
	font-style: oblique;
	margin-left: 15px;
}

.footer {
	color: #CC6699;
	background-repeat: no-repeat;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 992px;
	height: 110px;
	background-image: url(imgs/footerbk.gif);
	margin-top: -5px;
	padding-top: 12px;
	padding-bottom: 0px;
	font-size: 70%;
}
a:link {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	color: #FF6699;
	text-decoration: none;
}
a:visited {
	color: #9966CC;
	text-decoration: underline;
}
.footer a:link {
	color: #6699FF;
	text-decoration: underline;
}
.footer a:hover {
	color: #FF0099;
	background-color: #420042;
	text-decoration: none;
}
.footer a:visited {
	color: #9966CC;
	text-decoration: underline;
}
 
  @font-face {
    font-family: "Century Gothic";
    font-style:  normal;
    font-weight: normal;
    src: url(fonts/CENTURY0.eot);
  }
  @font-face {
    font-family: NoodleScript;
    font-style:  normal;
    font-weight: normal;
    src: url(fonts/NOODLES0.eot);
  }
  
.pink {
	font-family: "Century Gothic", "Centabel Book";
	font-size: 125%;
	color: #FF0066;
}
h2 {
	text-align: center;
}
#floatpicR {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
