body {
  margin: 0px;
  padding: 0px;
  background: #999;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#FFFFFF;
  text-align: center;
}
a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#CC0033;
	text-decoration:none;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#CC0033;
	text-decoration:none;
}
a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	text-decoration:none;
}
#nudge2 {
	position:relative;
	left:30px;
	z-index:2;
}
#nudge {
	position:relative;
	left:20px;
	z-index:2;
}
blockquote#bqBorder
{
	width: 450px;
	text-align: left;
	border:solid;
	border-width:thin;
	padding: 10px 10px;
	
}
blockquote#textBorder
{
	width: 400px;
	text-align: left;
	border:solid;
	border-width:thin;
	padding: 5px 5px;
	
}
div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	text-align: left;
}
div#centered
{
	text-alight:center;
	width:450px;
}
div#films
{
	width: 450px;
	text-align: left;
	border:solid;
	border-width:thin;
	padding: 10px 10px;
	
}
div#films img
{
	text-align:center;
}
div#resume
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: center;
	background:#CCCCCC;
	color:#000000;
}
div#art
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: center;
	background:#CCCCCC;
	color:#000000;
}
div#breaks
{

	background: #999999;
  	float: left;
  	width: 100%;
  	height: 2px;
	padding: 0px 0px;
}

#topSpacer{
	height: 50px;
}

#title{
	background:#FF9900;
  	float: left;
  	width: 800px;
  	height: 112px;
	padding: 0px 0px;
}
#copyright{
	background:#555555;
  	float: left;
  	width: 100%;
  	height: 12px;
	padding: 5px 5px;
	text-align:right;
}
#titleBar{
	background:#ffffff;
  	float: left;
  	width: 100%;
  	height: 5px;
	padding:5px;
	z-index:1;
	line-height:5px;
	color:#333333;
}
#titleBar:hover{
	background:#dddddd;
}

#fold{
	position:relative;
	float:right;
	right:-5px;
	top:-5px;
	width:10px;
	height:20px
	z-index:100;
	
}

.red
{
	color:red;
}

