/* Standard HTML tags */
body {
    background-color: #FFF;
    color: #000;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.2em;
    margin: auto;
    width: 750px;
}
img {
    border-style: none;
    margin: 0;
    padding: 0;
}
a {
    margin: 0;
    padding: 0;
}
a:link {
    color: #333;
}
a:visited {
    color: #666;
}
a:active { 
    color: #000;
}
a:focus {
    color: #000;
}
p {
	font-size: .9em;
}

/* Headings */
h1, h2, h3 {
    margin: 0;
    padding: 0;
}
h1 {
    border-bottom: 1px solid #CCC;
    height: 75px;
	position: absolute;
	text-align: center;
	top: 5px;
    width: 750px;
}
h2 {
    font-size: 1.2em;
}
h3 {
    font-size: .9em;
}
p {
    margin: 2px 0 10px 0;
}

/* Form */
input, textarea {
    background-color: #FFF;
    border: solid 1px #CCC;
    padding: 2px;
}

/* Lists */
ul {
    list-style-image: url(../img/triangle.gif);
	margin: 0;
    padding: 0 0 0 15px;
}
ul li {
	padding-top: 5px;
}
ul li p {
	margin: 0;
}
ul.flat li {
    background: transparent url(../img/triangle.gif) center left no-repeat;
	display: inline;
	padding: 0 0 1px 7px;
	margin-right: 10px;
}
ul li.active a {
    color: #000;
    font-weight: bold;
}

/* Common classes */
.bold {
	font-weight: bold;
}
.clear {
    clear: both;
}
.center {
    text-align: center;
}
.justify {
    text-align: justify;
}
.left {
    text-align: left;
}
.right{
    text-align: right;
}

/* Navigation */
.nav {
	font-size: 1.3em;
	height: 20px;
	line-height: 20px;
	position: absolute;
	text-align: center;
	top: 80px;
	width: 750px;
}
.nav ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.nav ul li {
	background: none;
	padding: 0;
	margin-right: 25px;
}
.nav ul li a {
	display: inline-block;
    text-decoration: none;
}
.nav ul li a:hover {
    text-decoration: underline;
}

/* Content */
.content {
	bottom: 20px;
    color: #333;
    margin: 0;
    overflow: auto;
    padding: 10px;
	position: absolute;
	top: 108px;
	width: 730px;
}

/* Footer */
.footer {
	bottom: 5px;
	height: 15px;
    text-align: center;
	position: absolute;
	width: 750px;
}

/* Copyright */
.copyright {
	color: #666;
	text-align: center;
	font-size: .8em;
}

/* Content specific classes */
.fileinfo {
    color: #909090;
}
.lightborder {
    border: solid 1px #CCC;
    margin: 0;
	-moz-border-radius: .5em;
}

/* Gallery table */
table.gallery {
    border-style: none;
    border-spacing: 5px;
    width: 100%
}
table.gallery thead th, table.gallery tfoot th {
    border: solid 1px #C0C0C0;
    font-weight: normal;
    text-align: center;
}
table.gallery thead th a, table.gallery tfoot th a {
	font-weight: bold;
	text-decoration: none;
}
table.gallery tbody td {
    border: solid 1px #C0C0C0;
    padding: 3px;
    text-align: center;
    vertical-align: top;
}
