body {
    background: #57002d;  
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    font-family: verdana, tahoma, helvetica, arial, sans-serif;
    font-size: 14px;
    height: 100%;
}

div.container
{
width:80%;
line-height:150%;
margin-left:10px;
margin-right:80px;
}

div.header,div.footer
{
	padding: 10px 5px 10px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

div.content
{
	line-height:200%;
	background-color: #a7a094;
color: #663300;
font-size: 125%;
padding: 5px;
margin-left:10px;
margin-right:auto;
}

.content img{
	float: right;
	border: none;
	vertical-align: middle;
	white-space: nowrap
}
div.photos
{
width: 80%;
max-width: 700px;
background-color:#c84269;
color: #663300;
font-size: 125%;
padding: 5px;
margin-left:auto;
margin-right:auto;
}

div.right
{
float:right;
width:10%;
margin: 0;
padding:5px;
position:fixed;
right: 0px;
top: 50px;
}

h1
{
padding: 10px 10px;
color: #ff0;
text-decoration: none;
text-align: center;
font-size: 22pt;
}

h2
{
padding: 10px 10px;
color: #ffe;
text-decoration: none;
text-align: center;
font-size: 14pt;
}

p
{
	text-align: left;
}
