/*
Theme Name: Joyful
Theme URI: http://www.joyfulnoisemusicschool.org/
Description: Describe your theme
Version: 1.0
Author: Bonnie Remeika
*/



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




img, img a {
	border: 0;
}



#allhead{
	height: 329px;
	margin: 0 auto;
	float: left;
	text-align: center;
	width: 100%;
}

body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(http://joyfulnoisemusicschool.org/wp-content/themes/joyful/images/bgpattern.jpg);
	background-repeat: repeat-x;
	text-align: center;
	min-height: 100%;/*sets the body to the window height*/
_height:100%;/*ie 6 hack - better in a specific stylesheet*/
position: relative;/*tells the footer to use the body the reference when setting position*/
        }

#keysmain{
	width: 800px;
	top: 0px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}

#allcontent{
	position: relative;
	clear: left;
	height: 1300px;
	width: 750px;
	margin: 0 auto;
	top: 10px;
	float: inherit;
	background-color: #FFFFFF;
	min-height: 1300px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
}

#leftcont{
	position: relative;
	height: 1200px;
	width: 490px;
	text-align: left;
	float: left;
	max-width: 490px;
	min-width: 490px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	background-repeat: no-repeat;
}

#rightcont{
	position: relative;
	width: 200px;
	float: right;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	color: #bc3605;
	background-repeat: repeat;
	background-color: #fffede;
}



#allfooter{
	position: relative;
	clear: left;
	width: 100%;
	bottom: 0px;
	height: 74px;
	left: 0px;
	background-image: url(http://joyfulnoisemusicschool.org/wp-content/themes/joyful/images/footer.jpg);
	background-repeat: repeat;
	top: 100px;
}

html {
height: 100%;/*makes the html the full window height*/
}

#footermid{
	position: absolute;
	width: 800px;
	margin-left: -400px;
	left: 50%;
	height: 74px;
	background-image: url(http://joyfulnoisemusicschool.org/wp-content/themes/joyful/images/footercenter.jpg);
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	padding-top: 0px;
	background-repeat: no-repeat;
}


#wrapper{
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
	height: 100%;
	border-right-color: #003399;
	border-right-width: 2px;
	border-right-style: solid;
}


/** Partners table **/

#prt {
	display: block;
	padding: 10px;
} 
#partners {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

#partners tr td {
	padding: 10px;
	vertical-align: middle;
	text-align: center;
}
