/* CSS Document */
/*
Theme Name: Fun For Children Entertainment
Theme URI: http://www.funforchildrenentertainment.com/
Description: Professional Childrens Entertainment
Author: Chris
Author URI: http://www.chris-sansone.com/
*/

html{
}
body{
	margin:0;
	background: #bababa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

a{
	text-decoration: none;
	outline: none;
	color: #777777;
}
a:hover{
	color: #0068A7;
}

#wrapper{
	clear: both;
	width: 90%;
	min-width: 800px;
	margin: auto;
	background: #FFFFFF /*url(images/balloonsbg.png) center 0 no-repeat*/;
	height: 100%;
	border: thin solid #000000;
}

#header{
	height: 176px;
	background-image: url(images/headerbg.png);
	background-repeat: repeat-x;
	background-position:50% 0;
	text-align: center;
}

#headerright{
	height: 176px;
	background-image: url(images/balloonlogo2.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 172px;
	float: right;

}

#headerleft{
	height: 176px;
	background-image: url(images/mainlogo.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 611px;
	float: left;
}
#navcontainer ul
{
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
	margin: 0;
	padding-left: 0;
	margin-left: 0;
	background-color: #036;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a
{
	padding: 0.4em 2em;
	background-color: #036;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #369;
	color: #fff;
}

#maincontent{
	clear: both;
	height: 100%;
	background-color: #ffffff;
	background-image: url(images/contentbg.png);	
	background-repeat:repeat-x;
	background-position:50% 0;
	/*background: #ffffff url(images/balloonsbg.png) center 0 no-repeat;*/
}
#leftcontentwrapper{
	height: 100%;
	width: 50%;
	float: left;
}
#rightcontentwrapper{
	height: 100%;
	width: 50%;
	height: 100%;
	float: right;
}

#leftcontent{
	padding: 10px;
	font-size: 15px;
}

#rightcontent{
	padding: 10px;	
	font-size: 15px;
	text-align: center;
}

#footer{
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	text-align: center;
}