body {
	background: url("images/ice-tile.jpg")
	
}
#boxedcontent{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color: white;
}

#header{
	width:1000px;
	height:200px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(192,192,192);
	border-bottom: none;
	padding:0px
}
#menudivider{
	height:20px;
	width:1000px;
	padding:0px;
	margin:0px;
	margin-left: auto;
	margin-right: auto;
}
.nav{
	width: 1000px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(192,192,192);
	border-bottom: none;
	
}
.nav ul{
	list-style-type: none;
	width: 1000px;
	height: 50px;
}
.nav li{
	float: left;
}
.nav ul a{
	font-size: 18px;
	text-decoration: none;
	padding: 0px 21px;
	line-height: 50px;
	background-image:url(Images/divider.png);
	background-repeat:no-repeat;
	background-position:right;
	position: relative;
	top:-7px;
	left:25px;
}
.nav ul a:hover{
	color:#07ADDD;
}
.nav li a:active{
	color:black;
}
#mainbox{
	height: 1000px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(192,192,192);
	padding:0px;
	
	border-bottom: none;
}
#timesandsessions{
	height: 1000px;
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
}
#minibox1{
	height: 1000px;
	width: 700px;
	float: left;
	padding:0px;
	
	border-right: solid;
	border-width: 1px;
	border-color: rgb(192,192,192);
	position: relative;
	top: -5px;
	border-bottom: none;
	border-top:none;
}
#picturebox{
	margin-top:20px;
	
	height: 300px;
	width: 550px;
	float: left;
	padding:0px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(192,192,192);
	position: relative;
	left: 20px;
	
}
#minibox2{
	z-index:100;
	height:1000px;
	width:298px;
	float: right;
	padding: 0px;
}
#facebook{
	position: relative;
	top:-5px;
	left:-1.5px;
	z-index: 200;
	
}
#footer{
	margin-left: auto;
	margin-right: auto;
	height:200px;
	width:1000px;
	padding:0px;
	background-color:white;
	background-image: url(images/footer-gray.png);
	background-repeat: repeat-x;
}

/*Content Slider*/
#prevNext{
	position: relative;
	top:-310px;
	left:10px;
	
}
/*Start of Tabbed Content CSS*/
        #tabbed_box {  
margin-left:20px;
margin-top:20px;
        width:550px;
        position: relative; 
        top:30px;
        
    }  
    .tabbed_box h4 {  
    font-family:Arial, Helvetica, sans-serif;  
    font-size:23px;  
    color:white;  
    letter-spacing:-1px;  
    margin-bottom:10px;  
}  
.tabbed_box h4 small {  
    color:white;  
    font-weight:normal;  
    font-size:9px;  
    font-family:Verdana, Arial, Helvetica, sans-serif;  
    text-transform:uppercase;  
    position:relative;  
    top:-4px;  
    left:6px;  
    letter-spacing:0px;  
}
.tabbed_area {  
    border:1px solid #494e52;  
    background-color:#636d76;  
    padding:8px;  
} 
ul.tabs {  
    margin:0px; padding:0px;  
}  
ul.tabs li {  
    list-style:none;  
    display:inline;  
} 
    ul.tabs li a {  
        background-color:#464c54;  
        color:#ffebb5;  
        padding:8px 14px 8px 14px;  
        text-decoration:none;  
        font-size:9px;  
        font-family:Verdana, Arial, Helvetica, sans-serif;  
        font-weight:bold;  
        text-transform:uppercase;  
        border:1px solid #464c54;  
    }  
    ul.tabs li a:hover {  
        background-color:#2f343a;  
        border-color:#2f343a;  
    }  
    ul.tabs li a.active {  
        background-color:#ffffff;  
        color:#282e32;  
        border:1px solid #464c54;  
        border-bottom: 1px solid #ffffff;  
    }  
    .content {  
    background-color:#ffffff;  
    padding:10px;  
    border:1px solid #464c54;  
}  
#content_2, #content_3 { display:none; } 
ul.tabs {  
    margin:0px; padding:0px;  
    margin-top:5px;  
    margin-bottom:6px;  
} 
/*Content for the tabs*/
    .content ul {  
        margin:0px;  
        padding:0px 20px 0px 20px;  
    }  
    .content ul li {  
        list-style:none;  
        border-bottom:1px solid #d6dde0;  
        padding-top:15px;  
        padding-bottom:15px;  
        font-size:13px;  
    }  
    .content ul li a {  
        text-decoration:none;  
        color:#3e4346;  
    }  
    .content ul li a small {  
        color:#8b959c;  
        font-size:9px;  
        text-transform:uppercase;  
        font-family:Verdana, Arial, Helvetica, sans-serif;  
        position:relative;  
        left:4px;  
        top:0px;  
    }  
        .content ul li:last-child {  
        border-bottom:none;  
    }  
/*END of Tabbed Content CSS*/
