@charset "utf-8";
/* CSS Document */
#container{
	width: 100%;
	height: 100%;
	color:#323232;
	text-align: center;
	margin-left:0px;
	margin-right:0px;
	padding: 5px;
	position: absolute;
	top:0px;
	left:0px;
}
	
.art{
	color:inherit;
  	text-align: center;
	padding-bottom:50px;
	padding-top:50px;
	clear:both;
	position: relative;
	width:auto;
} 

.artThumb{
	color:inherit;
	width:196px;
	height:196px;
	overflow: hidden;
	float:left;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
} 


.grid{
	color:inherit;
  	text-align: center;
	width:980px;
	height:600px;
	margin-left: auto;
	margin-right: auto;
	margin-top:50px;
	margin-bottom:50px;
	
} 

.title{
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-size: 80px;
  color:#05D74A;
  text-align: center;
	padding-bottom:50px;
	padding-top:50px;
	clear:both;
} 

	.artLabel{
		text-align: right;
		color: inherit;
		margin-right: auto;
		margin-left:auto;
		font-size: 20px;
	}
	
	.menu{
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-size: 20px;
	font-weight:2000;
		width:980px;
  color:#3E3E3E;
  text-align: right;
		margin-right: auto;
		margin-left:auto;

	
	
} 
	
	
.textContent{
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-size: 20px;
	font-weight: bolder;
	width:980px;
	margin-right:auto;
	margin-left:auto;
  color:#3E3E3E;
  text-align: center;
	padding-top:100px;
	padding-bottom: 200px;
	
	
} 
	

.footer{
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-size: 20px;
  color:#3E3E3E;
  text-align: center;
	padding-top:50px;
	clear:both;
	
	
} 

	a{
		text-decoration: none;
		color: inherit;
	}



.column {
  float: left;
  width: 196px;
  height:196px;
}



