﻿body{
background-image:url(/images/background/lavender_purple_linear.jpg);
background-repeat:repeat-x;
}

#container{
position:relative;
width:920px;
margin:0 auto;
}

#navBar{

top:75px;
left:-15px;
width:300px;
height:50px;
}

#banner{
margin:0 auto;
position:relative;
width:750px;
height:auto;
text-align:center;

}

#banner a{
border:none;
}

#bandMeta{
position:relative;
margin:0 auto;
width:600px;
height:auto;
text-align:center;
}

#videoDiv{
width:448px;
height:290px;
margin:0 auto;
z-index:3;
border:3px inset #ccc;
}

.spacerX{
height:5px;
position:relative;
z-index:3;
background-image:url(/images/structural/thin_bar_segment_x.png);
background-repeat:repeat-x;
background-position:center;
}
.spacerY{
width:5px;

background-image:url(/images/structural/thin_bar_segment.png);
background-repeat:repeat-y;
}
#lineY {
	position:absolute;
	left:86px;
	top:64px;
	height:711px;
	z-index:5;
}
#lineY2 {
	position:absolute;
	left:72px;
	top:84px;
	height:667px;
	z-index:1;
}
a {
color:#FFFFFF;
}
a:visited{
color:#CCCCCC;
}
#footer{
margin-top:30px;
}
h2{
text-align:center;
color:#FFFFCC;
}
h3 a{
color:#000000;
}
h3 a:visited{
color:#666666;
}
h1{
font:20px Arial;
}
.purp{
color:#660066;
}
p {
color:#FFFFFF;
text-align:center;
}