* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {	color: #777; }
p { padding: 4px 0;}

#content {
	width: 5800px;
	margin-top: 100px;
}

.section {
	padding-left: 100px;
	min-width: 1200px;
}

/* Nav bar */
#nav {
	position: fixed;
	top: 30px;
	left: 100px;
	width: 80%;
	margin: auto;
	border-bottom: 1px solid #ddd;
}

#nav ul {
	margin: auto;
	padding: 0 0 5px 5px;
}

#nav ul li {
	list-style-type: none;
	display: inline;
}

/* Static content rules*/

#contact {
	width: 100px;
}

/* Image gallery rules */
#galwrap table.last{ border-right: none;}
#galwrap table {
	display: inline;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	margin-right: 10px;
}
.short .gallery  { height: 380px;}
.short .gallery img { 
	height: auto;
	vertical-align: middle;}
.gallery img {
	padding: 5px;
	height: 380px;
	width: auto;
}
.gallery-title { padding-left: 5px;}

/* text and links */
.dark { color: #000; font-weight: bold;}
