* {
	margin: 0;
	padding: 0;
}
html {
	background: #231f20;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #eeffdf;
	background: url(Page_Art/body.png) repeat-y 0 10px;
	width: 864px;
	margin: 0 auto 30px auto;
}

a img {border: none}
a:hover {visibility: visible; color: #FFFFFF;}
a:link {color: #eeffdf;}
a:visited {color: #9EA897;}
a:active {color: #FFFFFF;}

.page {
	background: url(Page_Art/html.png) no-repeat;
	padding: 45px 32px 0 32px;
	width: 800px;
	min-height: 625px;
}
.topmenu {
	height: 60px;
	width: 775px;
	background: url(Page_Art/MenuBar.png) no-repeat left top;
	margin: 10px auto 0 auto;
	padding: 10px 0 0 0;
}
#home {
	display: block;
	height: 40px;
	width: 81px;
	background: url(Page_Art/MenuBar_Home.png) no-repeat;
	margin: 0 30px 0 70px;
	float: left;
}
#home:hover {
	background-position: 0 -40px;	
}
#home span {
	display: none;
}
#animation {
	display: block;
	height: 40px;
	width: 145px;
	background: url(Page_Art/MenuBar_Animation.png) no-repeat;
	margin: 0 30px 0 30px;
	float: left;
}
#animation:hover {
	background-position: 0 -40px;	
}
#animation span {
	display: none;
}
#images {
	display: block;
	height: 40px;
	width: 104px;
	background: url(Page_Art/MenuBar_Images.png) no-repeat;
	margin: 0 30px 0 30px;
	float: left;
}
#images:hover {
	background-position: 0 -40px;	
}
#images span {
	display: none;
}
#resume {
	display: block;
	height: 40px;
	width: 113px;
	background: url(Page_Art/MenuBar_Resume.png) no-repeat;
	margin: 0 30px 0 30px;
	float: left;
}
#resume:hover {
	background-position: 0 -40px;	
}
#resume span {
	display: none;
}
.content {
	width: 755px;
	margin: 0 auto 0 auto;
}
.content .row {
	overflow: auto;
}
.row .column{
	width:545px;
	float:left;
}
.row img.floatleft {
	padding: 0 10px 4px 0;
	float: left;
}
.row img.floatright {
	padding: 0 0 4px 10px;
	float: right;
}
.row .title{
	width: 75%;
	font-size: 36px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	float: left;
}
.row .date{
	width: 25%;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
	float: right;
}
.row .post{
	padding-top: 10px;
	clear:both;
}
#NQSmall {
	display: block;
	height: 53px;
	width: 77px;
	background: url(Page_Art/NoQuarterSelection_Small.png) no-repeat;
	float:left;
}
#NQSmall:hover {
	background-position: 0 -53px;	
}
#NQSmall span {
	display: none;
}
#NQMedium {
	display: block;
	height: 53px;
	width: 106px;
	background: url(Page_Art/NoQuarterSelection_Medium.png) no-repeat;
	float:left;
}
#NQMedium:hover {
	background-position: 0 -53px;	
}
#NQMedium span {
	display: none;
}
#NQLarge {
	display: block;
	height: 53px;
	width: 73px;
	background: url(Page_Art/NoQuarterSelection_Large.png) no-repeat;
	float:left;
}
#NQLarge:hover {
	background-position: 0 -53px;	
}
#NQLarge span {
	display: none;
}
#ElevenSec {
	display: block;
	height: 53px;
	width: 138px;
	background: url(Page_Art/11SecSelection_OneSize.png) no-repeat;
	margin-left: 50px;
	float:left;
}
#ElevenSec:hover {
	background-position: 0 -53px;	
}
#ElevenSec span {
	display: none;
}
#Reel2010Small {
	display: block;
	height: 53px;
	width: 79px;
	background: url(Page_Art/2010ReelSelection_Small.png) no-repeat;
	margin-left: 20px;
	float:left;
}
#Reel2010Small:hover {
	background-position: 0 -53px;	
}
#Reel2010Small span {
	display: none;
}
#Reel2010Large {
	display: block;
	height: 53px;
	width: 79px;
	background: url(Page_Art/2010ReelSelection_Large.png) no-repeat;
	float:left;
}
#Reel2010Large:hover {
	background-position: 0 -53px;	
}
#Reel2010Large span {
	display: none;
}
.content .imgbox{
	width:152px;
	height:152px;
	margin: 10px 17px;
	overflow:hidden;
	float:left;
}
.imgbox img{
	border:#000000 solid 1px;
}
.imgbox img:hover{
	border:#ffffff solid 1px;
}
.content .video{
	clear:both;
	padding: 10px 0;
}
.hr {
	width:100%;
	height:2px;
	margin: 20px 0;
	background-color: #eeffdf;
}
.up{
	
}
.previous{
	float:left
}
.next{
	float:right
}
.footer {
	height: 68px;
	background: url(Page_Art/footer.png) no-repeat;
	margin-top:20px;
	clear:both;
}
.cleaner {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}
