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

*{
	margin: 0px;
	padding: 0px;
}

#container {
	position: relative; /* Needed for Safari */
	margin-left: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	margin-right: auto;
	width: 1005px; 
}

body {
	background-color:#c03e3e;
}

#repeater {
	background-image: url(images/website-repeater.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;
}

#header{
	background-image: url(images/Website-Header4.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	position: absolute;
	top: -15px;
}

#header2{
	position: absolute;
	left: -3px;
	top: 0px;
	
}

#content{
	padding-left: 230px;
	padding-right: 210px;
	padding-top: 200px;
}

#home-link{
	position: absolute;
	left: 108px;
	top: 14px;
}

.sub-header{
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}

.copywrite{
	font-size: 10px;
	text-align: center;
}

a {
    text-decoration: none;
}

a:link {
    color: #c03e3e;
}

a:visited {
    color: #c03e3e;
}

a:active {
    color: #c03e3e;
}

a:hover {
	text-decoration: underline;
	color: #c03e3e;
}

#nav {
	position: absolute;
	left: 183px;
	top: 130px;
	list-style: none;
	display: inline	
}

#nav li {
	display: inline;
	text-align: left;
	margin-right: 100px;
	
}

#nav-music{
	position: absolute;
	left: 202px;
	top: 112px;
}

#nav-style{
	position: absolute;
	left: 330px;
	top: 112px;
}

#nav-dance{
	position: absolute;
	left: 454px;
	top: 112px;
}

.home{
	position: absolute;
	left: 121px;
	top: 19px;
	width: 759px;
	height: 80px;
}

.Rollover .Out{ 
	display:inline; 
	visibility:visible;
	border: none;
} 

.Rollover .Over{ 
	display:none; 
	visibility:hidden;
	border: none;
} 

.Rollover:hover .Out{ 
	display:none; 
	visibility:hidden;
	border: none;
} 

.Rollover:hover .Over{ 
	display:inline; 
	visibility:visible;
	border: none;
}

#photos{
	height: 312px;
	width: 488px;
	overflow-y: scroll;
}

#whos-who{
	width: 250px;
}
