@charset "UTF-8";
/* CSS Document */
a  {
	text-decoration : none;
	color: #000;
}
img.nohover {
border : 0;
}
img.hover {
	border : 0;
	display : none;
}
a:hover img.hover {
display : inline;
}
a:hover {
color:#FF3;
}
a:hover img.nohover {
display : none;
}
a img {
border : 0 none;
} 
  

#header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5em;
	line-height: .5;
	color: #999;
	height: 200px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	text-align: center;
	vertical-align: middle;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5;
	color: #999;
	padding: 10px;
	height: 100px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#work {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4em;
	color: #FFF;
	background-color: #CCC;
	height: auto;
	width: auto;
	padding: 10px;
	line-height: 1.5;
}
.myimages {
	border: 2px solid #FFF;
	padding: 0px;
	margin: 10px;
}
#gallery {
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
