@charset "utf-8";
/* CSS Document */

.main-frame{
border:2px solid yellow;}

@media screen and (max-width: 800px) {

.main-frame{
width:97%;
left:auto;}

.main-table{100% !important;}

}



#cloudsGrass {
	bottom:0px;
	height:100%;}
#horizon {
	font-size:10px;
	top:0px;
	left: 1px;
	width: 100%;
	text-align: center;
	min-width: 900px;
	position:absolute;}	
body {
	background:url(images/just_mike.png) no-repeat left bottom, url(images/grass.png) repeat-x bottom, url(images/hynes_clouds_2.png) repeat-x top, url(images/just-blue.jpg) repeat-x top;
	background-attachment:fixed;}
a:link {
	color: #FFFFFF;
	text-decoration: none;}
a:visited {
	text-decoration: none;
	color: #FFFFFF;}
a:hover {
	text-decoration: underline;
	color: #006600;}
a:active {
	text-decoration: none;}
.thumbs{
	border: 2px solid green;
	border-radius:4px;
	moz-border-radius:4px;
	box-shadow: 2px 2px 2px #ccc;}
.thumbs:hover{
	border: 4px solid #006600;
	box-shadow: 2px 2px 2px #999;
	margin-bottom:-2px;
	margin-top:-2px;
	margin-right:-2px;
	margin-left:-2px;
	opacity:0.85;}
.title{
	font-weight:900;
	padding-top:7px;
	color: #237d37;
	font-size:17px;}