body {
	font-family: Courier, Verdana, sans-serif;
	margin-top: 40px;
	font-size: 10pt;
	font-weight: bold;
}

a:visited {
	color: #0000EE;
}

a img {
	border: none;
}

h1, h2 {
	font-size: 10pt;
}

td {
	font-size: 10pt;
	font-weight: bold;
}

body#home #content {
	padding-top: 120px;
	height: 302px;
	background: url(background.jpg);
}

body#studio #content {
	background: url(studio_bg.jpg);
}

body#courses #content {
	background: url(courses_bg.jpg);
}

body#network #content {
	background: url(background_network.jpg);
}

body#movies #content {
	padding-top: 60px;
	height: 322px;
}

#navbar {
	padding: 0;
	margin: 0;
	list-style: none;
	background: #969696;
	float: left;
}

#navbar li {
	float: left;
}

#navbar li a:hover {
	font-weight: bold;
}

#navbar li a {
	text-align: center;
	display: block;
	font-size: 15px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Courier;
	font-weight: normal;
	color: #fff;
}

#n-home {
	width: 60px;
}

#n-filmmakers {
	width: 160px;
}

#n-network {
	width: 170px;
}

#n-movies {
	width: 125px;
}

#n-studios {
	width: 128px;
}

#n-course {
	width: 125px;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 768px;
}

div#content {
	text-align: justify;
	position: relative;
	position: relative;
	width: 608px;
	padding: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 402px;
	background: url(background2.jpg);
}

div#footer {
	padding-top: 10px;
	margin-left: 20px;
	font-size: 6pt;
	color: #aaa;
	clear: both;
}

div#footer a {
	color: #aaa;
}

div.bio {
	height: 100px;
	padding-left: 10px;
}

a#more_lecturers {
	color: #fff;
}

td.description {
	font-weight: normal;
}

table.lecturer_pic td {
	padding: 2px;
}

table.lecturer_pic td.selected {
	border: 2px solid #fff;
	padding: 0px;
}

/* home page video players */
#videobox {
	position: absolute;
	width: 340px;
	top: 10;
	right: 10;
	font-weight: bold;
	font-size: 8pt;
	color: #FF1A9F;
}

#videobox a {
	color: #fff;
	background: #000;
	width: 100px;
	height: 60px;
	margin-bottom: 10px;
	float: left;
	display: block;
}

#video1 {
	margin-right: 20px;
}

#video2 {
	margin-right: 20px;
}

.video_box {
	display: none;
	position: absolute;
	width: 320px;
	height: 300px;
	text-align: center;
	background: #fff;
	left: 300px;
	top: 80px;
}

/* our movies page */
table.movie_pic {
	padding-bottom: 20px;
}

table.movie_pic td {
	padding: 2px;
	font-size: 7pt;
	vertical-align: top;
}

table.movie_pic td.selected {
	border: 2px solid #fff;
	padding: 0;
}

div.desc {
	height: 100px;
}

/* Courses page */
body#courses h2 {
	margin-bottom: 2px;
	color: #FF1A9F;
}

body#courses h2 a {
	color: #fff;
	padding-left: 15px;
}

/* industry network page */
body#network #content a {
	color: #FF1A9F;
	text-decoration: none;
}

body#network #content a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}



