body{
	margin:0px;
	padding:0px;
	background-image: url(images/content.jpg);
	font-family: "Stone Sans", "ITC Stone Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1,h2,h3,h4 {
	color:#5C256C
}

#container{
	position: relative;
	margin:0px;
	padding:0px;
	width:950px;

}
img {border:0px;}
#banner{
	width:100%;
	height: 100px;
	background-image: url(images/top-banner.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}
#banner span{
	color: #C72448;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	position: relative;
	top: 10px;
}

#content{
	float:right;
	margin-left: 167px;
	width:780px;
	height:	800px;
	padding:0px;
	background-image: url(images/curly.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;	

}
#navigation{
	/*float:left;
	position:relative;
	width:167px;*/
	position:absolute;
	/*change this to 160px when flash resizing bug fixed*/
	width:300px;
	z-index: 1;
	height:800px;
	padding:0px;
	top:-65px;
	background: url(images/side_nav.png) no-repeat;
}
#navigation img#logo{
	top:-20px;
	position:relative;

}
#navigation ul{
	list-style-position: inside;
	list-style-type: none;

}
#navigation ul ul {
	position: absolute;
	left: -999px;
}

#navigation ul li{
margin-left:-40px;
padding:5px;
}
#navigation a{	position: relative;
}
#navigation ul li a {
	display:block;
	text-decoration: none;
	color: #1F3278;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;

}
#navigation ul li a:hover{
	border-color: #f0f0f0;
	border-width: 1px;
	border-style: inset;
} 
#mission{width:131px;	position:relative;
}
#store{width:129px;	position:relative;
}
#me{width:127px;	position:relative;
}
#world{	width:125px;	position:relative;
}
#learn{	width:123px;	position:relative;
}
#music{	width:121px;	position:relative;
}
.nav1{

	background-image: url(../images/background_nav.png);
	width:224px;
	height:368px;

}
.nav1 a{position: relative;	display:block;
	text-decoration: none;
	color: #1F3278;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
 }
.nav1 ul{ 
	position: relative;
	top:30px;
}

.lcol {
	float: left;
	width: 480px;
}
.rcol {
	float: right;
	width: 280px;
}
.picture_holders{
	width:780px;

}
.picture_holders img{
margin-left: auto;
margin-left: auto;
}