
body {
  font-family: helvetica, arial, sans-serif;
  font-size: 16px;
  background-color: #fff;
  background-image: url('starratt-bg-grey.png');
  background-repeat: repeat-xy;  
  margin: 0;
  padding: 0;
}

#rail {
  float: left;
  width: 250px;
  text-align: center;
  font-family: 'century gothic', helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1em;
  }
  
#rail img {
  margin: 5px 0 0 8px;
  border: none;
  }
  
#main {
  text-align: center;
  border: 1px solid #000;
  background-color: #eee;
  float: left;
  width: 425px;
  height: auto;
  min-height: 340px;
  margin: 5px 0 0 20px;
  box-shadow: 5px 5px 10px #333;
  -moz-box-shadow: 5px 5px 10px #333;
  -webkit-box-shadow: 5px 5px 10px #333;
  padding: 10px 20px;
  border-radius: 12px; 	
  -moz-border-radius: 12px; 
  -webkit-border-radius: 12px; 
  background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  background: -moz-linear-gradient(top, #fff, #ddd);
  }
  
body.photos #main {
  width: 680px;
  height: auto;
  min-height: 340px;
  }
  
body.photos #main img {
  float: left;
  width: 200px;
  height: 200px;
  border: 1px solid #000;
  margin: 10px;
  }
  
#main p {
  font-size: .9em;
  line-height: 1.3em;
  text-align: left;
  margin: 10px 20px 10px 20px;
  }
  
#main #mailform {
	text-align: left;
	font-size: .9em;
}

#main #mailform h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 6px 0;
}
  
#right {
  border: 1px solid #000;
  background-color: #eee;
  float: left;
  width: 180px;
  height: auto;
  min-height: 340px;
  margin: 5px 0 0 30px;
  border-radius: 12px; 	
  -moz-border-radius: 12px; 
  -webkit-border-radius: 12px; 
  box-shadow: 5px 5px 10px #333;
  -moz-box-shadow: 5px 5px 10px #333;
  -webkit-box-shadow: 5px 5px 10px #333;
  padding: 20px 20px 0 20px;
  background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  background: -moz-linear-gradient(top, #fff, #ddd);
  }
  
#right img {
  position: relative;
  width: 180px;
  height: auto;
  border: 1px solid #000;
  border-radius: 8px; 	
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px; 
  margin-bottom: 20px;
}
  
h1 { 
  color: #463;
  font-weight: bold;
  font-size: 2.5em;
  font-variant: small-caps;
  margin: 4px 0 4px 0;
  text-shadow: 1px 1px 2px #666;
  letter-spacing: 1px;
  }
  
h2 { 
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1em;
  margin: 0;
  }
  
#page {
	position: relative;
	display: block;
	width: 750px;
	float: left;
}
  
#nav {
    display: block;
	width: 100%;
	margin: 10px;
	padding: 0;
}

#nav ul {
    position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	display: inline;
	float: left;
	margin: 0 0 4px 14px;
	padding: 2px 3px;
	width: 90px;
	
	background: #f30;
    background: -webkit-gradient(linear, left top, left bottom, from(#f30), to(#fc9));
    background: -moz-linear-gradient(top, #f30, #fc9);

	color: #000;
	font-size: .9em;
	text-align: center;
	font-weight: bold;
	border: 1px solid #463;
	box-shadow: 1px 1px 3px #333;
  -moz-box-shadow: 1px 1px 3px #333;
  -webkit-box-shadow: 1px 1px 3px #333;
  border-radius: 8px; 	
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px; 
}

#nav li:hover {
	background: #ff3;
	cursor: pointer;
}

#nav li a {
	color: #000;
	outline: none;
	text-decoration: none;
}

#nav li a:hover {
	color: #000;
}

#nav li.active {
background: #4e8;
    background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#4e8));
    background: -moz-linear-gradient(top, #aaa, #4e8);
}
