div.homepage {
    background-image: url('../img/hand.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 720px;
    height: 476px;

}
table.homepage {
    margin-top: 40px;
    margin-left: 120px;
}

td.photo {
    height: 220px;
    width: 350px;

    text-align: center;
    vertical-align: middle;
}

td.hugeText {
    height: 170px;
    width: 220px;
    padding-left: 30px;
    padding-top: 10px;
}

td.tryIt {
    padding-top: 5px;
    padding-left: 25px;
}


table.tryIt {height: 27px; cursor: pointer; padding:0px; margin:0px;}
table.tryIt td{padding:0px !important; margin:0px !important;}
table.tryIt td.mid {
	height: 27px; 
	color: #BE1128; 
	font-size: 12pt;
	font-weight: 600; 	
	background-image: url('../img/try-back.gif');
	background-repeat: repeat-x; 
	padding-top: 4px;
}
table.tryIt img {
	margin: 0px;
	padding: 0px;
}


td.quest {padding-left: 5px;}

td.photoTitle {font-weight: 600; color: #777; padding-left: 75px; }
td.photoTitle a, td.photoTitle a:visited { color: #777;}
td.photoTitle a:hover { color: #999;}

td.baseLink                          { text-align: center; padding-top: 5px;  font-weight: 600; font-size: 10px;}
td.baseLink a, td.baseLink a:visited { color: #333; text-decoration: none;}
td.baseLink a:hover                  { color: #777; text-decoration: none;}

td.why                     {height: 50px; }
td.why a                   {text-align: center; vertical-align: middle; padding-left: 30px; font-size: 18px;}
td.why a, td.why a:visited {color: #777; text-decoration: underline; vertical-align: middle; font-weight: 600;}
td.why a:hover             {color: #999; text-decoration: underline; vertical-align: middle; font-weight: 600;}

table.search {
    background-image: url('../img/search-back.gif');
    background-repeat: no-repeat;
    width: 276px;
    margin-left: 35px;
    margin-top: 26px;    
}

input.search {
    height: 30px;
    width: 160px;
    color: #666666;
	background-color: transparent;
    border-style: none;
    font-size: 18px;
}

td.bottomShadow {
    background-image: url('../img/bottom-shadow-hand.png');
    background-repeat: no-repeat;
    background-position: top left;
}
