.column {
	float: left;
	width: 139px;
}
body {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	background: white url(graphics/body-bg.gif) repeat-x;
	font: 80% corbel;
}
a img 
{
	border: none;
}
#header, .content, #footer 
{
	margin-left: auto;
	margin-right: auto;
	width: 940px;
}
#header 
{
	height: 340px;
	margin-top: 24px;
}
.banner 
{
	padding-left: 15px;
	padding-top: 14px;
	padding-bottom: 4px;
	background: url(graphics/banner-bg.gif) 0 0 no-repeat;
}
#main
{
	background: black;
}
.content
{
	background: url(graphics/men-top.gif) 50% 100% no-repeat;
	min-height: 360px;
	color: white;
	padding-left: 20px;
	line-height: 1.5em;
}
#footer 
{
	padding-top: 90px;
	background: white url(graphics/men-bottom.gif) 50% 0 no-repeat;
	clear: both;
}
#footer p 
{
	text-align: center;
	font-size: 90%;
	font-family: calibri;
	color: #444444;
}

div#maincontent {
	margin-left: 10px;
	margin-top: 20px;
	float: left;
	width: 420px;
}
h1, div#secondarycontent span {
	display: block;
	font-size: 20px;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 5px;
	margin-top: 0;
	margin-bottom: 11px;
}
h2 {
	font-size: 1em;
	margin: 0;
	font-style: italic;
}
p {
	margin: 0;
	margin-bottom: 1.5em;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 1.5em;
}
li {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: white;
}
div#content a:hover, p a {
	border-bottom: 1px dotted white;
}
div#secondarycontent {
	float: left;
	width: 420px;
	margin-left: 30px;
	margin-top: 20px;
}
div#navigation {
	float: left;
	width: 440px;
	margin-left: 10px;
	margin-top: 20px;
	padding-top: 24px;
}
div#navigation div {
	border-top: 4px solid white;
	background: #262626;
	height: 240px;
	width: 180px;
	padding: 10px;
	padding-top: 8px;
	float: left;
	margin-left: 20px;
}
div#navigation a {
	/*color: #aaaaaa;*/
}
div#navigation a:hover, div#navigation li.selected a {
	border-bottom: 1px dotted white;
}
div#footer a {
	color: black;
}

strong 
{
	font-style: italic;
}
div.picture {
	float: left; 
	margin-right: 20px;
}
div.picturetext {
	margin-top: 75px; 
	margin-bottom: 2em;
}
div.picturetext p {
	margin-bottom: 0; 
	margin-top: 10px;
}
#cover {
	width: 100%;
	height: 100%;
	background: url(/files/cover-bg.png);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#largeimagelink, #mapcontainer {
	display: none;
	position: absolute;
	top: 150px;
	width: 100%;
	text-align: center;
}

iframe {
	margin-bottom: 20px;
	clear: both;
}
