/*
 * Cascading Style Sheet for www.bsdinstaller.org website.
 * $Id: bsdinstaller.css,v 1.8 2005/04/09 01:23:41 cpressey Exp $
 */

body {
	margin: 5px 5px;
}
img {
	border: 0;
}
h1 {
	font-family: serif;
	font-variant: small-caps;
}
h2 {
	font-family: serif;
	font-variant: small-caps;
}
h3 {
	font-family: serif;
	font-variant: small-caps;
}
h4 {
	font-family: serif;
	font-variant: small-caps;
}
h5 {
	font-family: serif;
	font-variant: small-caps;
}
h6 {
	font-family: serif;
	font-variant: small-caps;
}
div.tabs {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
div.tab {
	float: left;
	clear: none;
	position: relative;
	margin-left: 0.5em;

	background-color: #ddd;
	font-variant: small-caps;
	font-size: 90%;
	padding-left: 0.25em;
	padding-right: 0.25em;
	border-bottom: solid #ccc 1px;
}
div#current {
	background-color: #eee;
	border-bottom: solid #eee 1px;
}
a.tab {
	color: black;
	text-decoration: none;
}
img#logo {
	float: left;
}
div#logo {
	position: relative;
	height: 73px;
}
div#content {
	clear: both;
	background-color: #eee;
	background-image: url(images/contentbg.gif);
	background-repeat: no-repeat;
	padding: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
div#stats {
	float: left;
	width: 45%;
}
div#news {
	float: right;
	width: 45%;
}
div#shots {
	margin-left: 5%;
	margin-right: 5%;
}
div.floatShot {
	margin-right: 1em;
	margin-bottom: 1em;
	text-align: center;
	float: left;
}
div.floatShotClear {
	margin-left: 1em;
	margin-bottom: 1em;
	text-align: center;
	float: right;
}
div#copyright {
	clear: both;
	padding-top: 2em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 9pt;
}
p.news_date {
	font-weight: bold;
}
p.news_item {
	font-style: italic;
}
