@media only screen and (min-width: 1000px) {
    body {
    	background: url(WP_20150414_15_16_00_Pro.jpg) no-repeat center center fixed; 
    	-webkit-background-size: cover;
    	-moz-background-size: cover;
    	-o-background-size: cover;
    	background-size: cover;
    }
}
@media only screen and (max-width: 1000px) {
    body {
        background-image: none;
    }
}

#fullpic {
    max-width: 100%;
    height: auto;
    display: block;
}

#pic1 {
	position: relative;
	float: right;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#pic2 {
    position: relative;
	float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}


.floatleft {
    float: left;
}
.floatright {
    float: right;
}

.pad {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.nopadtop {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.nopadbottom {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
th, td {
	padding-top: 5px;
    padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
th {
	text-align: left;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 800;
	line-height: 15.4px;
	color: #102C41;
}
    
td {
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
	margin-top: 7px;
	margin-bottom: 7px;
}



div.img {
	margin: 2px;
	padding: 2px;
	border: 1px solid #ffffff;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}

div.img img {
	display: inline;
	margin: 5px;
	border: 1px solid #ffffff;
}

div.img a:hover img {
	border:1px solid #ff0000;
}

div.name {
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	text-align: center;
	font-weight: normal;
	width: 190px;
	margin: 5px;
}