home_09.png@charset "utf-8";
/* CSS Document */

/* default elements */
* {margin: 0; padding: 0;
  
   }

body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0px;
}


a {
	color: #000000;
}
a:hover {
	color: #FF0000;
}

big {font-size: 1.1em;}

img
{  border-style: none;
}




h1 {
	font-size: 1.4em;
	color: #000000;
	padding: 0px;
	font-weight: bold;
		}

h2 {
	font-size: 1.2em;
	margin: 0 0 .2em 0;
	line-height: 20px;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	line-height: 125%;
}
.heading {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	line-height: 125%;
}



.photo {
	text-align: center;
}

#top {
	height: 124px;
	width: 100%;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	text-align: center;
	background-image: url(../images/top_bk.png);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper_top {
	height: 128px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
.logo {
	vertical-align: top;
	height: 62px;
	width: 440px;
	float: left;
}

#navbar {
	clear : both;
	height : 43px;
	text-align: center;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 19px;
	font-size: 13px;
	font-weight: bold;
} 
#navbar a{
	color: #000000;
	text-decoration: none;
}
#navbar a:hover{
	color: #9900FF;
	text-decoration: none;
}


#navbar .but_act{
	background-image: url(../buttons/home_act.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 31px;
	width: 100px;
	margin-left: 3px;
	text-align: center;
	padding-top: 12px;
	
 }
#navbar .but_main{
	background-image: url(../buttons/home.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 31px;
	width: 100px;
	margin-left: 3px;
	text-align: center;
	padding-top: 12px;
	
 } 
#navbar .but_main_d{
	background-image: url(../buttons/home.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 38px;
	width: 100px;
	margin-left: 3px;
	text-align: center;
	padding-top: 5px;
	
 }  
 #navbar .but_main_dact{
	background-image: url(../buttons/home.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 38px;
	width: 100px;
	margin-left: 3px;
	text-align: center;
	padding-top: 5px;
	
 }  
 
#middle{
	width: 100%;
	background-image: url(../images/top_bk.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 20px;	
}

#wrapper_middle {
	padding-top: 10px;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 20px;
	}

#wrapper_footer {
	background-color: #FFFFFF;
	width: 100%;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color:  #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/top_bk.png);
	background-repeat: repeat-x;
	background-position: top;
}

.home_left {
	float: left;
	width: 360px;
}
.main_right {
	float: right;
	width: 350px;
	padding-top: 15px;
}

.main_left {
	float: left;
	width: 420px;
	padding-left: 14px;
	padding-top: 15px;
}
.home_right {
	float: right;
	width: 420px;
	text-align: left;
}

.footer_left {
	float: left;
	width: 355px;
	padding-left: 14px;
	padding-top: 10px;
	
}
.footer_right {
	float: right;
	width: 355px;
	text-align: right;
	padding-top: 10px;
	
}
.single {
	float: left;
	width: 100%;
	text-align: left;
	padding-top: 10px;
	padding-right: 14px;
	padding-left: 14px;	
}
.title {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.notbold {
	font-size: 90%;
	font-weight: normal;
}


#footer_text {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	color: #FFFFFF;
	font-size: 90%;
	line-height: 120%;
}
.small {
	font-size: 10px;
	text-align: center;
	padding-top: 4px;
	line-height: 12px;
}

#footer_text a{
	text-decoration: underline;
	color: #FFFFFF;
}

#footer_text a:hover{
	text-decoration: underline;
	color: #CCCCCC;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;}
.Box
{
	color: #ffffff;
	width: 320px;
	text-align: left;
	background-color: #9900ff;
	border: 3px solid #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 20px;
}
.box a {
	color: #FFFFFF;
}
.box a:hover {
	color: #FFFFFF;
}
.Box2
{
	color: #333333;
	width: 340px;
	text-align: left;
	border: 1px solid #666666;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 3px;
}
.ShowsBox
{
	color: #000000;
	width: 460px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 20px;
}
td {
	padding: 5px;
	vertical-align: top;
}
.schools {
	color: #666666;
	vertical-align: top;
}.red {
	color: #FF0000;
	font-weight: bold;
}
.magic {
	color: #00CCFF;
	font-weight: bold;
}
.clown {
	color: #FF00FF;
	font-weight: bold;
}
.workshops {
	color: #9900FF;
	font-weight: bold;
}
li {
	list-style-position: inside;
	list-style-type: disc;
}
ul {
	line-height: 120%;
}
.showtext {
	width: 250px;
	font-size: 14px;
}
.quote{
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
}
.quoter{
	background-image: url(../images/quoter.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 25px;
	padding-right: 25px;
	font-weight: bold;
	text-align: right;
}
.galleryl{
	background-color: #FFFFFF;
	padding: 10px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.galleryr{
	background-color: #FFFFFF;
	padding: 10px;
	float: right;
	margin-bottom: 15px;
	text-align: center;
}
.photoinf{
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}
.right{
float: left;
padding: 10px 20px 10px 0;
}
.homebox{
background-color: #fff;
padding: 10px;
}