body { 
	background: #333;
	font: 12px "Times New Roman", Times, serif; 
	color: #666; }
	
#mainBox { 
	background: #CCC;
	width: 799px;
	height: 600px;
	margin: 20px auto 0 auto; }
#content { 
	width: 759px;
	height: 534px;
	margin: 33px 20px 0 20px;
	position: absolute; }

#footer { width: 799px; margin: 10px auto 0 auto; }

/* Page Credits */
#mainPhotoCred { position: absolute; bottom: 6px; }
#copy { text-align: left; float: left; }
#siteCred { text-align: right; float: right; }

p { 
	font: 12px "Times New Roman", Times, serif; 
	color: #666; }
p + p { 
	margin-top: 10px; }

em { font-weight: 800; }

h1 {  } 
h2 {  }
h3 {  }
h4 { font-weight: bold; font-size: 12px; margin-bottom: 1em; }

a:link { color: #666; }
a:visited { color: #666; }
a:hover { color: #CE0D2C; }
a:active { color: #666; }

#mainBox p em {
	font-weight: normal;
}