/* standard elements */
html	{ 
  background-color:#baae96;
	background-image:url("../images/background.png");
	background-repeat:repeat-x;	
	background-position:top;
  height:100%; 
}

body	{ 
  background: transparent url("../images/logo.png") no-repeat top left;
	color: #666;
	font-family: tahoma;
  font-size: medium;

  /* must be set in the following order */
	width:750px; 
	margin:0 auto; 
}

a:link,
a:visited,
a:hover,
a:active
  {
	color: #303a4c;
	text-decoration: none;
}

a:hover,
a:active
  {
	color: #303a4c;
	text-decoration: underline;
}

h1, h3 {
  color: #959595;
}

h2 {
  color: #303a4c;
  height: 32px;
	margin:0 0 1em;
  padding-top: 8px;
}

img {
  border-width: 0px;
}

img.right {
  float:right;
}

/* header */
div.header {
  color: #f2e8d4;
  height: 140px;
  text-align: right;
}

div.header img{
  border-width:0px;
  float: left;
  height: 140px;
  width: 100%;
}

/* photos */
div.photos img {
  float: left;
  padding-right: 10px;
}

div.photos h4 {
	clear: both;
  margin: 0px;  
  padding-bottom: 5px;  
  padding-top: 15px;  
}

/* nav */
div.nav {
	background: #baae96;
	color: #303a4c;
	font-family: tahoma;
  font-size: medium;
  font-weight: 900;
	padding: 5px 10px 10px 0;
	text-align: left;
}

div.nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

div.nav li {
	color: #303a4c;
	display:inline;
	margin:0;
	padding: 0 12px 0 0;
	}

div.container { 
  overflow: hidden; 
}

/* main */
div.main {
	background: #fff;
	float: left;
	height: 100%;
	width: 100%;
	margin: 10px 0 10px 0;
	padding: 10px;
  margin-bottom: -2000px; 
  padding-bottom: 2000px; 

}

/* photo */
div.photo {
	float: left;
	margin:10px;
	padding:0;
}
div.photo h4 {
	margin:0;
	padding:0;
	text-align:center;
}

/* footer */
div.footer {
	background: #fff;
	clear: both;
	color: #959595;
	margin-top: 10px;
	padding: 5px 10px;
	text-align: center;
}

div.footer p {
  font-size: small;
	margin:0;
  }

