body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.gif) #fff repeat-y;
}

#logo-p {
	margin: 65px 0 0 5%;
}

#logo-p a img {
	border: none;
}

#logo {
	float: left;
	width: 249px;
}

#nav {
	list-style: none;
	margin: 0 0 0 5%;
	padding: 0;
	clear: both;
}

#nav li {
	float: left;
	padding: 2em 1em 1em;
}

#nav a img {
	border: 0;
}

#nav .pane img {
	opacity: .85;
}

#message {
	float: left;
	margin: 0 0 0 20px;
    font-size: 0.75em;
    font-family: "Helvetica", "Arial", sans-serif;
    width: 450px;
    line-height: 1.7em;
    text-align: justify;
    text-transform: uppercase;
}

#photos, #contact {
	padding-top: 2em;
	clear: both;
	margin: 0 0 0 300px;
    font-size: 0.75em;
    font-family: "Helvetica", "Arial", sans-serif;
    line-height: 1.7em;
    text-align: justify;
    text-transform: uppercase;
}

#contact a {
	color: #000;
	text-decoration: none;
	font-size: 1.3em;
}

#contact a:hover {
	color: #f93;
}

#copyright {
    clear: both;
	margin: 5em 0 0 5%;
	color: #aaa;
    font-size: 0.75em;
    font-family: "Helvetica", "Arial", sans-serif;
    line-height: 1.7em;
    text-align: justify;
    text-transform: uppercase;
}

.name {
    text-transform: lowercase;
}
