/*****************************************************************************************************
 
   Site: Urban Contractors
   File: photos.css
   Description: This document contains the style definitions related to page that shows project photos
   Author: Navin Edwin, Web Design + Marketing, Volnet Pty Ltd
   
******************************************************************************************************/

body
{
	margin: 20px;

	background-color: #CC9933;
}

.GalleryCell {
	background-color: #003800;
	background-image: url('../images/gallerycell_bkgnd.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	width: 190px;
	vertical-align: top;
	text-align: center;
	font-family: verdana,tahoma,arial,sans-serif;
	font-size: 9pt;
	color: #CC9933;
	padding-bottom: 20px;
}

.GalleryCell h1 {
	font-family: verdana,tahoma,arial,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #CC9933;
}

.GalleryCell a {
	border: 1px solid #CC9933;
}

.GalleryCell a:visited {
	border: 1px solid #CC9933;
}

.GalleryCell a:hover {
	border: 1px solid #00AA00;
}