body,
html {
	margin:0;
    	padding:0;
    	background:#111111;
    	color:#111;
	font-family: Arial, sans-serif;
text-align: left;
    	}

#wrap {
      width:761px;
      margin: 0 auto;
    	}

#header {
	width:761px;
    	}


#logo {
      width:350px;
      float:left;
margin-top:12px;
      }

#links {
      width:350px;
      float:right;
      margin-top:12px;
      }

#photos_h {
width:761px;
}

#photos_v {
width:761px;
}

#words_wrap {
width:761px;
}

#words {
width: 300px;
float:left;
}

#photos {
width: 460px;
float:right;
}

#last {
width:300px;
float:left;
}

#next {
width:300px;
float:right;
}

#footer {
width:761px;
clear:both;
}

p.title {
font-family: Arial, sans-serif;
      font-size: 16px;
      line-height: 1.3em;
      color: #222;
background:#faf26b;
}


p.about {
font-family: Arial, sans-serif;
      font-size: 12px;
      line-height: 1.3em;
      color: #fff;
}

p.date {
font-family: Arial, sans-serif;
      font-size: 14px;
      line-height: 1.3em;
      color: #fff;
}

a {
	text-decoration:none;
font-family: Arial, sans-serif;
color:#fff;
	}

a:link.link {
	font-size:12px;
	letter-spacing:1.5px;
	color:#fff;
	}

a:visited.link {
	font-size:12px;
	letter-spacing:1.5px;
	color:#fff;
	}

a:hover.link {
	background:#faf26b;
	font-size: 12px;
	color:#333;
	}

a:link.date {
	font-size:14px;
	letter-spacing:1.5px;
	color:#fff;
	}

a:visited.date {
	font-size:14px;
	letter-spacing:1.5px;
	color:#fff;
	}

a:hover.date {
	background:#faf26b;
	font-size: 14px;
	color:#333;
	}

.nav li {
	list-style:none;
	display:inline;
	padding: 2px;
	margin-left:15px;
margin-right:15px;
color:#fff;
font-size:10px;
	}

.nav li a {
	text-decoration:none;
font-family: Arial, sans-serif;
color:#fff;
	}

.nav li a:link {
	font-size:10px;
	letter-spacing:1.5px;
	color:#fff;
	}

.nav li a:visited {
	font-size:10px;
	letter-spacing:1.5px;
	color:#fff;
	}

.nav li a:hover {
	background:#faf26b;
	font-size: 10px;
	color:#333;
	}
