/* CSS Document */

body
{
background-image:url(gray-back-web.jpg);
}

#banner
{top:30px;
left:30px;
position:absolute;
background-color:#FFFFFF;
width:900px;
height:165px;
background-image:url(American-Dance-Center-Quality-Ballet-Instrution-Kansas.jpg);}

#left
{left:30px;
width:150px;
height:537px;
position:absolute;
top:225px;



}

#center
{left:180px;
top:225px;
height:537px;
width:730px;
position:absolute;
background-image:url(background4.jpg);
padding-top:20px;
padding-left:20px;
}

#navbar
{left:30px;
top:195px;
height:30px;
width:900px;
position:absolute;
background-color:#CCCCCC;
}

#text
{
	height:510px;
	width:482px;
	left: 13px;
	position:absolute;
	top: 10px;
	padding-top:20px;
	padding-left:10px;
	font-family: "Century Gothic", "MS Gothic", "MS PGothic", "MS Reference Sans Serif";
	font-size: 18px;
	color: #000000;
	z-index:1;
	border-right-style: none;
	border-right-width: thin;
}
#pictures
{
	position:absolute;
	width: 234px;
	height: 439px;
	left: 510px;
	top: 60px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 3px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 3px;
}

