﻿          div, p, td 
          {
          	font-family: Arial, Verdana, Tahoma;
          	font-size: 12px;
          }
          
          #photoContent {
          	padding-left: 30px;
            padding-top: 10px;
            background-color: White; 
          }
          #photoContent .searchHeader {
            font-size: 15px;
          }
          #photoContent .searchBox {
            width: 615px;
			padding: 10px;
			margin: 10px; 
          }
          #photoContent .searchBox input 
          {	
			font-size: 15px;
          }
          #photoContent .searchButton {
           padding: 10px; 
          }
          #photoContent h1 {
            font-size: 25px;
           padding-bottom: 10px; 
          }
          #photoBox  {
            margin-bottom: 10px;
            padding-bottom: 10px;
          }
          #photoBox .title {
           font-size: 18px;
           font-weight: bold; 
          }
          #photoBox p {
           font-size: 10px;
           font-weight: bold; 
          }
          #photoBox .img {
            float: left;
            padding-right: 10px; 
            padding-bottom: 10px; 
          }
          #photoBox a img {
           border: 0px;
          }
          #photoBox .info {
            float: left;
            margin: 10px;
          }
          #photoBox .user {
            padding: 10px;
            background-color: #f2f2f2;
            height: 80px;
          }
          #photoBox .usrImg 
          {
          	padding-right: 10px;
          	float: left;
          }
          #photoBox .userLink {
            font-size: 16px;
            font-weight: bold; 
          }
          #photoBox .userLink a {
            text-decoration: none;
          }
          #photoBox .userLink a:hover {
            text-decoration: underline;
          }
          