@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #2D2D2D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 12px;
}
.oneColFixCtrHdr #container {
	width: 880px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #2D2D2D;
	font-family: "Century Gothic Bold", sans-serif;
	color: #CCC;
}
.oneColFixCtrHdr #header {
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	background-color: #2D2D2D;
	background-image: url(images/Arni_logo_home.png);
	background-repeat: no-repeat;
	background-position: center 24px;
	font-size: 12px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -5000px;
	height: 14px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #container #header .HeadNav hr {
	background-color: #FFF;
}
.HeadNav {
	font-size: 12px;
	text-align: center;
	display: block;
	color: #FFF;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #2D2D2D;
}
.oneColFixCtrHdr #container #mainContent p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #2D2D2D;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Century Gothic Bold", sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: center;
}
.GalleryTag {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body,td,th {
	color: #CCC;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: lowercase;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	letter-spacing: .1em;
}
.BioImages {
	margin: 4px;
	padding: 4px;
	border: 1px solid #FFF;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}

a:active {
	color: #FFF;
	text-decoration: none;
}

.BodyContainer {
	margin: 6px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-size: 14px;
}
.Flash {
	text-align: center;
	display: block;
	height: 500px;
	width: 760px;
}
