body {
	background-image: none;
	color: #000;
	background-color: #fff;
}

body,th,td {
	font-family: tahoma, "lucida grande", sans-serif;
	font-size: 11px;
	line-height: 1.6em;
}

img { border-style: none; }

/*
								layout
*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrap {
	margin: 0 auto 20px auto;
	width: 600px;
	text-align: left;
}

#header {
	text-align: right;
	margin: 0 21px 54px 0;
}

#container {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 19px;
}

#navigation { display: none; }

#content {
	float: right;
	width: 501px;
	margin-right: 20px;
}

.home #content {
	width: 368px;
	position: relative;
	top: -26px;
}

#content .gallery { line-height: 10px; }

/* IE 5.0 Win will behave un-deterministic in vertical positioning of the gallery 
- no solution for that */

#footer {
	clear: both;
	margin: 0 20px 0 108px;
}

/*
								content
*/

h1 {
	font-family: "trebuchet ms", sans-serif;
	font-weight: normal;
	font-size: 2em;
	text-transform: uppercase;
	margin-top: 0;
}

h2 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 3.2em;
}

h2.firstchild { margin-top: 0; }

h2 .addition {
	text-transform: none;
	font-variant: small-caps;
}

body.home h2 {
	font-family: "trebuchet ms", sans-serif;
	font-weight: normal;
	font-size: 1.7em;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0 0 13px 11px;
}

body.home h2 .addition {
	font-size: 80%;
	margin-left: 0.6em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

#address { text-transform: uppercase; }
#content h2:first-child,
#content p:first-child { margin-top: 0; }

#content a:link, #content a:visited {
	color: #000;
	background-color: inherit;
}

#content a:hover, #content a:focus {
	color: #97BFE6;
	background-color: inherit;
}

table { border-collapse: collapse; }
table th, table td { padding: 0; }

table th {
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	padding-right: 30px;
}

/*
								fotos
*/

.gallery .foto {
	float: left;
	width: 100px;
	height: 100px;
	margin-bottom: 0;
}

/*
								videos
*/

.gallery .video {
	float: left;
	width: 175px;
	height: 150px;
	margin-bottom: 0;
}

.gallery .video h2 {
	line-height: 1em;
	margin-top: 0;
	margin-right: 5px;
	width: 170px;
}

/* videogallery class is unused, left here for demonstration purposes only */
.videogallery {
	float: left;
	width: 337px;
	margin-bottom: 0px;
}

.videogallery .video {
	float: left;
	width: 337px;
	margin-bottom: 0px;
}

.videogallery .video h2 {
	float: right;
	line-height: 1em;
	width: 151px;
}

.videogallery .video img {
	float: left;
	width: 175px;
	margin: 0 11px 0 0;
}

.videogallery .video p {
	margin-left: 186px;
	line-height: 1.6em;
}

body.videos object {
	color: #000;
	background-color: #ccc;
}

/*
								vita
*/

body.vita #content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.vitayear h3 {
	float: left;
	width: 70px;
	margin-top: 0;
	font-size: 20px;
	line-height: 1em;
	font-weight: normal;
	color: #97BFE6;
	background-color: inherit;
}

.vitayear p { margin-left: 75px; }

/*
								footer
*/

#footer { font-size: 90%; }

