body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial, 'Gill Sans', helvetica, sans-serif;
	font-size: small;
	color: #fff;
	text-align: center;
	background: #000 fixed 50% 20%;
/*	background-image: url(../images/bg.gif); */
	background-repeat: no-repeat;
}

html>body {

}

a, a:link {
	font-weight: bold;
	text-decoration: none;
	color: #fda;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #6cf;
}

#container {

}

#content {
  /*background-color: #000; */
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	text-align: left;
/*	border-left: 1px #444 dashed;
	border-right: 1px #444 dashed; */
}

html>body #content {
	position: relative;
	margin-top: 0px;
	padding-top: 0px;
}

#filmography {
	padding: 0px;
}


#filmography .projectbox {
/*	background-color: #000; */
	display: block;
	margin: 1em 0px;
	padding: 10px 0px 0px 0px;
	width: 820px;
}

#filmography .pdescription {
  display: block;
  border: 1px #555 dotted;
  background-color: #111;
  padding: 5px;
  padding-left: 10px;
  margin-left: 200px;
  width: 440px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: bottom right ; 
}

#filmography .filmbox {
/*	background-color: #000; */
	display: block;
	margin: 1em 0px;
	padding: 10px 0px 0px 0px;
	width: 820px;
}

#filmography .description {
	display: block;
	border: 1px #555 dotted;
	background-color: #111;
	padding: 5px;
	padding-left: 10px;
	float: right;
	width: 440px;
	text-align: left;
/*  background-image: url(../images/tiny_logo.gif); */
  background-repeat: no-repeat;
  background-position: bottom right ;
  
}

#filmography .gallery {
	display: block;
	padding-top: 10px;
	float: left;
	right: 2px;
	width: 340px;
	height: 125px;
}

#filmography .fbclose {
	clear: both;
	display: block;
	height: 2px;
	font-size: 0px;
}

.ch {
	color: #9ab;
}

.filmtitle {
	color: #9ab;
	font-size: 130%;
	font-weight: bold;
}

img {
    border: 0px;
}
