#content-wrapper
{
	display:none;
	margin-top: 10px;
}

body 
{ 
 margin: 0; 
 padding: 0; 
 text-align: center; 
}

#container
{
text-align: left;
width:500px;
margin: 0 auto; 
}

#content
{
font: arial;
font-size: 16px;
margin-left: 10px;
margin-right: 10px;
}

ul#navlist
{
font: arial;
font-size: 16px;
margin-left: 0px;
padding-left: 0;
white-space: nowrap;
text-align: center;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #BB2727;
text-decoration: none;

}

#navlist a:hover
{
color: #fff;
background-color: #BB2727;
text-decoration: underline;
}



a:link, a:visited
{
color: #BB2727;
text-decoration: none;
}

a:hover
{
color: #BB2727;
text-decoration: underline;
}

#after
{
width:150px;
height:100px;
float:left;
margin-left:50px;
border-style: none;
}

#before
{
width:150px;
height:100px;
float:right;
margin-right:50px;
border-style: none;
}

#small
{
font-size:12px
}

#thephoto 
{
  width:500px;
  height:183px;
}

#footer
{
margin-top:20px;
text-align: center;
color: #BB2727;
font-size: 14px
}
