#topgraphic {         
	margin-top: 10px;
	margin-left: 190px;
	width: 600px;
	height: 120px;
	} 

#leftbody {
	position: absolute;
	left: 10px;
	top: 130px;
	width: 180px;
	padding: 0px 0px 0px 10px;
	}
	
#mainbody {
	position: absolute;
	top: 130px;
	width: 600px;
	margin-left: 200px;
	padding: 0px 0px 0px 0px;
	left: -2px;
/*	border:1px solid #fff; */
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	color: #000000;
}

p, OL, UL, DL, blockquote {font-size: 14px;} /*font-family is already defined, here I only set the font-size*/

p OL, p UL, p DL, OL UL {font-size: 14px;} /*and here the I prevent the incredible shrinking text*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

a {
	color:#39c;
	
	}
a:link {color:#39c;}
a:visited {color:#06c;}
a:hover {
	background-color:#eee;
	color:#f00;	
}

h1 {
	color:#039;
	font-size:30px; 
	font-weight:600;
	}

h2 {
	color:#069;
	font-size:20px; 
	font-weight:600;
	}
	
h3 {
	color:#039;
	font-size:16px;
	font-weight:700;
	}
	
h4 {
	color:#fc0;
	font-size:18px;
	font-weight:800;
	margin:.43em 0 .214em; /* ~6px 0 ~3px */
	}
h5 {
	color:#fc0;
	font-size:14px;
	font-style:italic;
	font-weight:800;
	margin: 1.8em 0 .27em; /* ~20px 0 ~3px */
	}

div#menu a {	
	display: block;
	height: 21;
	padding-top: 1;
	padding-left: 5;
	text-decoration: none;
	color: #039;
	background-color: transparent;
}

/* border-width: 1px;
	border-color: #3366FF;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-style: none;
	*/

div#menu a:hover{	
	background-color: #eeeeee;
	color: red;
	font-weight:800; 
}

img {border-width:0;}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.smallertext {
	font-size: 12px;
}

/* This is to BOLD the current page in the menu */

body#home a#menu-home, 
body#performances a#menu-performances,
body#about a#menu-about,
body#workshops a#menu-workshops,
body#minicirque_events a#menu-minicirque_events, 
body#minicirque_schools a#menu-minicirque_schools,
body#daycamp a#menu-daycamp, 
body#classes_kids a#menu-classes_kids,
body#classes_hoop a#menu-classes_hoop,
body#classes_poi a#menu-classes_poi,
body#animation a#menu-animation,
body#stilts a#menu-stilts,
body#fire a#menu-fire, 
body#glow a#menu-glow,
body#hula a#menu-hula,
body#gallery a#menu-gallery, 
body#videos a#menu-videos, 
body#where a#menu-where,
body#inthenews a#menu-inthenews, 
body#testimonials a#menu-testimonials, 
body#community a#menu-community,
body#future a#menu-future,
body#contact a#menu-contact 
{
	font-weight: bolder; 
}

/* This is for the image gallery. */
/* Tutorial here - http://www.tjkdesign.com/articles/css%20pop%20ups/3.asp */

div#imgal {
	position:relative;
	padding:0px;
	border:1px dotted #999;
}

div#imgal a {
	display: inline;
	padding:1px 0px 0px 0px;
	text-decoration:none;
}

div#imgal a:hover {
	background:transparent
}

/* We make the span disappear and appear only on hover */

div#imgal a span {
	display:none
}

div#imgal a:hover span {
	display:inline;
	position:absolute;
	top:3px;
	left:130px;
	padding:410px 0px 0px 0px;
	width:450px;
	height:400px
}

.style101 {color: #CC0000;	font-weight: bold}
.style103 {color: #CC3366;font-weight: bold}
.style105 {color: #006699;font-weight: bold}
.style106 {color: #9933CC;font-weight: bold}
.style107 {color: #FFFFFF}
.style108 {	color: #CC6600;font-weight: bold}
