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

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

}
.ctr {
	text-align: center;
}
.ital {
	font-style: italic;
}



h1	{
	text-align:center;
	color: #D00000;
	font-family: Tagettes;
}



body {
	font-family: "Trebuchet MS", Helvetica;
	color: #000099;
	width: 100%;
	height: 100%;
	background-image: url(../imgs/rainbow.png);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: fixed;
	font-size: medium;
}
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;
			text-align: center;
			font-size: small;
			color: #000000;}

.banner {


}

#menu {
	width: 992px;
}

.maintext {
	background-image: url(../imgs/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;
}


#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: "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: 80%;
}
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);
  }
  @font-face {
    font-family: "Blokletters Potlood";
    font-style:  normal;
    font-weight: normal;
    src: url(../fonts/BLOKLET0.eot);
  }
  
    @font-face {
    font-family: "Tagettes";
    font-style:  normal;
    font-weight: normal;
    src: url(../fonts/TAGETTE1.eot);
  }
.pink {
	font-family: "NoodleScript", "Trebuchet MS", Helvetica;
	font-size: 125%;
	color: #FF0099;
	font-style: oblique;
}
h2 {
	text-align: center;
}
.floatpicR {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
	font-size: small;
	text-align: center;
}

blockquote {
	background-image: url(../imgs/buffbkgrnd.jpg);
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #000000;
}

.textbox {
	float: left;
	margin-right: 10px;
	padding: 5px;
	width: 250px;
	background-color: #CC3366;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	}
	
.underline span {text-decoration:underline;}

.textboxR {
	float: right;
	margin-left: 10px;
	padding: 5px;
	width: 250px;
	background-color: #CC3366;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
