/* basic elements */
body {
	background-color: #000;
	color: #fea;
	font-family: Arial, Helvetica, San-Serif;  
	text-align: center;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
a:link {
	color: #c52;
}
a:visited {
	color: #fa5;
}
a:hover {
	color: #f00;
}
a:active {
	color: #eee;
}
.content {
	width: 80%;
	background-image: url("/images/playa_bg_300_dark.jpg");
	background-repeat: repeat;
	text-align: center;
	background-color: #111;
	margin: 20px auto;
	padding: 10px 20px 20px 20px;
}
h1, h2, h3 {
	color: #c52;
}
h1, h3 {
	font-size: 3em;
}
h3 {
	margin: 0;
	padding: 50px;
	display: inline;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	display: inline;
	padding: 20px;
	font-size: 1.2em;
}
li a {
	font-weight: bold;
}
/* blocks */
.content p {
	text-align: justify;
	font-weight: normal;
}

.highlight{
	border: 1px #666 solid;
	background-color: #111;
	margin: 20px 20px 40px 20px;
	padding: 10px 20px 20px 20px;
}
.highlight div.img {
	margin: 5px 20px 10px 0px;
}
/* formating */
div.img {
	text-align: center;
	color: #c52;
	font-size: .8em;
}
div.img a {
	text-decoration: none;
	font-size: .8em;
}
#going {
	float: right;
	margin: 10px 0px 10px 20px;
	width: 200px;
	height: 330px;
}
/* library classes */
.fl {
	float: left;
}
.fr {
	float: right;
}
.cb {
	clear: both;
}
.rel {
	position: relative;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.table {
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
* html div.table {
	width: 400px;
}
/* photo pages */
.picPage {
	width: 1000px;
}
.picPage h1 {
	font-size: 2em;
}
.picPage h2 {
	text-align: left;
	clear: both;
	padding: 20px 20px 0 0;
	font-size: 1.2em;
}
.picPage span {
	font-size: 0.6em;
	color: #f00;
}
.third {
	width: 33%;
}
