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

html, body {
	margin: 0px;
	padding: 0px;
	background: #B8B8B8;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #F2F2F2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#contents {
	display: block;
	width: 880px;
	height: 460px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}
#ssf {
	display: block;
	height: 80px;
	width: 100%;	
}
#logo {
	display: block;
	height: 20px;
	width: 880px;
}
#leftColumn {
	float:left;
	width: 199px;
	height: 360px;
}
#bodyArea {
	height: 360px;
	width: 480px;
	overflow-x:hidden;
	overflow-y:auto;
	float:left;
	color: #F2F2F2;
	background: #000000 url(../images/home/center.jpg) no-repeat center center;
	margin-right: 1px;
}
#rightMenu {
	float:left;
	width: 198px;
	height: 360px;
}

.homePg:hover {
	background: url(../images/home/button1_home.jpg) no-repeat center center;
	width: 198px;
	height: 72px;
	display:block;
}

.reelPg:hover {
	background: url(../images/reel/button2_reel.jpg) no-repeat center center;
	width: 198px;
	height: 72px;
	display:block;
}

.resumePg:hover {
	background: url(../images/resume/button3_resume.jpg) no-repeat center center;
	width: 198px;
	height: 72px;
	display:block;
}

.videoPg:hover {
	background: url(../images/archive/button4_archive.jpg) no-repeat center center;
	width: 198px;
	height: 72px;
	display:block;
}

.contactPg:hover {
	background: url(../images/contact/button5_contact.jpg) no-repeat center center;
	width: 198px;
	height: 72px;
	display:block;
}
.comingSoon {
	display: block;
	width: 200px;
	margin-top: 170px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #F2F2F2;
	text-decoration: none;
}

/* VIDEO PAGE 
.videoRow {
	padding: 10px;
	border-bottom: 1px solid #999999;
	width:auto;
}
.videoColumnA {
	float: left;
}
.videoThumbnail {
	height: 75px;
	width: 75px;
	background: #999999;
	border: 1px solid #ece05c;
}
.videoColumnB {
	float: left;
	width: 378px;
	padding-left: 10px;
}
.videoTitle {
}
.videoDirector {
	font-size: 12px;
}
.videoSynopsis {
	font-size: 14px;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
}
.videoButtons a {
	text-decoration: none;
	font-size: 13px;
	color: #ece05c;
}
.videoButtons a:hover {
	color: #CCCCCC;
}
.videoPlay {
	float: right;
}
.videoWebsite {
	float: left;
}*/