#main{
	position: relative;
	width: 990px;
	margin-left: auto;
	margin-right: auto
}

#heading {

	position: absolute;
	top:0px;
	left:0px;
	padding-left:10px;
	padding-top:5px;
	width:210px  !important; /*moz width*/
	height:25px  !important; /*moz height*/
    width:220px; /*IE width*/
    height:30px; /*IE height*/	
	background-color:#123456;
	font-size:1.1em;
	

}

#subheading {

	position: absolute;
	top:0px;
	left:220px; 
	width:755px  !important; /*moz width*/ 
	height:22px  !important; /*moz height*/
    width:760px; /*IE width*/
    height:30px; /*IE height*/	
	background-color:#123456;
	padding-top:8px;
	padding-right:5px;
	font-size:.8em;
	text-align:right;
	border-right: 1px solid #123456;

}

#clipcategoriesheading {

	position: absolute;
	top:30px; 
	left:0px; 
	width:185px  !important; /*moz width*/  
	height:20px  !important; /*moz height*/ 
    width:195px; /*IE width*/
    height:25px; /*IE height*/	
	padding-top:5px;
	padding-left:10px;
	background-color:#333333;

}


#clipcategories {

	position: absolute;
	top:55px; 
	left:0px;
	padding-left:15px;
	padding-top:5px;
	width:180px  !important; /*moz width*/ 
	height:105px  !important; /*moz height*/ 
    width:195px; /*IE width*/
    height:110px; /*IE height*/	
	background-color:#111111;

}


.filmterm-hover {
background-color:#333333;

}

.filmterm-leave {
background-color:#111111;

}

#filmterms {

	position: absolute;
	top:165px; 
	left:0px;
	padding-left:15px; 
	width:180px  !important; /*moz width*/ 
	height:415px  !important; /*moz height*/ 
    width:195px; /*IE width*/
    height:415px; /*IE height*/	
	background-color:#111111;
	font-size:.8em;
	overflow: auto;

}

#clipdescription {

	position: absolute;
	background-color:#000000;
	top:30px;
	left:195px;
	width:460px  !important; /*moz width*/
	height:330px  !important; /*moz height*/
    width:600px; /*IE width*/
    height:450px; /*IE height*/	
	padding-left:70px;
	padding-right:70px;
	padding-top:60px;
	padding-bottom:60px;
	font-size:1.2em;
	line-height:23px;
}

#videobox {

	position: absolute;
	top:30px; 
	left:195px; 
	width:600px; 
	height:450px; 
	background-color:#000000;
}

#definition {

	position: absolute;
	top:480px; 
	left:195px; 
	width:775px  !important; /*moz width*/ 
	height:85px  !important; /*moz height*/
    width:785px; /*IE width*/
    height:100px; /*IE height*/	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	background-color:#dddddd;
	color:#000000;
	overflow: auto;
	border-right: 1px solid #888888;
	font-size: .9em;
	line-height: 1.5em;
}

#footerbar {

	position: absolute;
	top:580px;
	left:0px; 
	width:975px  !important; /*moz width*/ 
	height:17px  !important; /*moz height*/ 
    width:980px; /*IE width*/
    height:20px; /*IE height*/	
	background-color:#123456;
	border-right: 1px solid #123456;	
	font-size:.7em;
	padding-top: 3px;
	padding-left:5px;
}
#playlistheading {

	position: absolute;
	top:30px; 
	left:795px; 
	width:175px  !important; /*moz width*/ 
	height:20px  !important; /*moz height*/ 
    width:185px; /*IE width*/
    height:25px; /*IE height*/	
	padding-top:5px;
	padding-left:10px;
	background-color:#333333;
	border-right: 1px solid #333333;
	font-size:.9em;

}

#playlist {

	position: absolute;
	top:55px; 
	left:795px; 
	width:185px  !important; /*moz width*/ 
	height:390px  !important; /*moz height*/
    width:185px; /*IE width*/
    height:400px; /*IE height*/	
	padding-top:10px;
	background-color:#111111;
	font-size:.8em;
	overflow: auto;
	border-right: 1px solid #333333;
}

#playlistspace {

	position: absolute;
	top:455px; 
	left:795px; 
	width:185px; 
	height:5px;
	background-color:#111111;
	border-right: 1px solid #333333;
	font-size: .1em;
}

#controlbox {
	
	position: absolute;
	top:460px; 
	left:795px; 
	width:185px; 
	height:20px; 
	background-color:#111111;
	border-right: 1px solid #333333;
}

#controls {
	
	width:185px; 
	height:20px; 
	background:#333333 url(https://web.gsc.edu/fs/mhorton/filmterms/images/background.png) repeat-x;
	display:none;
}

.button {
	font-size:.8em;
	font-weight:normal;
	border:1px solid #A7B4CE;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#123456;
	margin-right:5px;
	line-height:30px;

}

html, body {

	cursor: default;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, "Sans Serif"; 
	background-color:#111111;
    color:#ffffff;
	
}

a {

text-decoration:none;
outline:none;
color:#ffffff;

}

a:visited {

color:#ffffff;
}

a:active {

color:#ffffff;

}

img {

border:none;
margin-left:0px;
margin-top:0px;
}

.blueText {

	background-color:#123456;
}

.greyText {

	background-color:#111111;
}

.underline {

	text-decoration:underline;
}

.nounderline {

	text-decoration:none;
}

#playbutton {

background-color:#123456;
padding:5px;
font-weight:bold;

}

.button-hover {
background-color:#00600;

}

.button-leave {
background-color:#123456;

}
