/*
 * 
 */

/* Style for all bodies.*/

.image{
	border-style: solid;
	border-color: 383838;
	border-width: 1px;
      }

#header {
  background: black url(images/header.png) center no-repeat;
  
  
}
#headerImage {
	background-image:url('http://www.understated.ca/photography/rotate_images/rotate.php');
	background-repeat:no-repeat;
background-attachment:fixed;
  
  
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*  font-family: tahoma, arial, sans-serif;*/
	font-size: 9px;
	background-color: ;
	color: #FFFFFF;
	margin: 0;
	background-repeat= no-repeat;
	scrollbar-face-color: 000000;
	Scrollbar-shadow-color: 333333;
	scrollbar-highlight-color: 000000;
	scrollbar-3dlight-color: 000000;
	scrollbar-darkshadow-color: 000000;
	scrollbar-track-color: 333333;
	scrollbar-arrow-color: 333300;
}

/* Style for all table cells. */
td {
	font-family: verdana;
	font-size: 10px;
	letter-spacing: 0.1px;
}

/* Header */
h1 {
	font-size: 11px;
	/* font-weight: bold;*/
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #B99939;
}

a:visited {
color: #B99939;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #CFB563;
}

a:link {
	text-decoration: none;
	color: #B99939;
}

