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

html {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#000;
}
body {
	margin:0px;
    padding:0px;
	background-color:#000;
}
a {
	font-weight:bold;
	color:#a00000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#container {
	width:1000px;
	height:550px;
	margin:0px auto 15px auto;
	border-bottom:3px solid #333;
}

/* ### LEFTSIDE ### */
#leftSide {
	position:relative;
	float:left;
	width:201px;
	height:inherit;
}
#logo {
	position:absolute;
	top:0px;
	left:0px;
	width:201px;
	height:165px;
	background-image:url(/images/logo-red.gif);
	background-repeat:no-repeat;
	background-position:0px -10px;
}
#logo a {
	display:block;
	width:201px;
	height:165px;
	border:0px;
	text-decoration:none;
}
#navbar {
	position:absolute;
	top:160px;
	left:20px;
	width:175px;
	height:370px;
	color:#fff;
	overflow-y:auto;
	overflow-x:hidden;
}
.navLink {
	clear:both;
	margin-top:10px;
	padding-left:10px;
	font-size:14px;
	font-weight:bold;
	color:#473f41;
	background-image:url(/images/arrowClose.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	cursor:pointer;
}
#thumbnails1 {
	display:block;
}
.thumbnails {
	display:none;
}
.thumbs {
	float:left;
	width:31px;
	height:31px;
	margin-left:8px;
	margin-top:8px;
	color:#fff;
	border:5px solid #473f41;
	cursor:pointer;
}

/* ### RIGHTSIDE ### */
#rightSide {
	position:relative;
	float:left;
	width:799px;
	height:inherit;
}
.content {
	display:none;
	overflow:hidden; 
	position:absolute;
	bottom:20px;
	left:15px;
	width:760px;
	height:509px;
	color:#e7e7e7;
}
#imageContainer {
	display:block;
}
#imageContainer .eachImg {
	float:left;
	width:760px;
	height:509px;
	text-align:center;
}
#imageContainer img {
	border:5px solid #fff;
}
#filmstrip {
	width:20000px;
	height:2036px;
	
}

.informational {
	width:500px;
	height:500px;
	margin-left:50px;
}
.descriptionTitle {
	font-size:14px;
	font-weight:bold;
	color:#e3e3e3;
	text-decoration:underline;
}

/* ### FOOTER ### */
.links {
	color:#473f41;
}
#copy {
	width:1000px;
	height:10px;
	margin:0px auto;
	font-size:10px;
	font-weight:bold;
	color:#322b2c;
	text-align:right;
}
#like {
	float:left;
}

/*### MISC ###*/
.clearMe{
        clear:both;
        height:0px;
        margin:0px;
        font-size:1px;
	line-height:0px;
}
.clear {
	clear:both;
}
.grey {
	color:#473f41;
}
.red {
	color:#a00000;
}
.blue {
	color:#218bc8;
}
.green {
	color:#9cc840;
}
.purple {
	color:#a74493;
}

