@charset "utf-8";

html, body {
	margin: 0px;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 1em;
	color: #F2F2F2;
	letterspacing: 1px;
	background-color: #101010;
	background-attachment: fixed;
}

img
{
	border: none;
}

a
{
	outline: none;
	color: #F2F2F2;
}

#outware
{
	clear: both;
	margin-top: 5px;
	margin-left: 18px;
	margin-bottom: 5px;
}

#main
{
	background-color: #0D0D0D;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header, #footer
{
	background-color: #891419;		/* 8C0B23 !! 891419 ?? 761218 */
	width: 960px;
	text-align: center;
}

#header
{
	border-bottom-width: 1px;
	border-bottom-color: #F2F2F2;
	border-bottom-style: solid;
}

#footer
{
	clear: both;
	border-top-width: 1px;
	border-top-color: #F2F2F2;
	border-top-style: solid;
	position: relative;
	height: 75px;
}

#navigation
{
	background-color: #0D0D0D;
	text-align: center;
	width: 209px;
	height: 100%;
	float: left;
	position: relative;
}

#navigation ul
{
	list-style: none;
	margin-left: -40px;
	margin-top: 0px;
}

#navigation img
{
	margin-top: 20px;
}

#content
{
	position: relative;
	float: right;
	background-color: #0D0D0D;
	width: 750px;
	height: 100%;
}

#textDiv
{
	position: relative;
	padding-right: 10px;
}

.imageHeader
{
	margin-top: 20px;
	margin-bottom: -15px;
}

#slideShow
{
	clear: both;
	float: right;
	position: relative;
	height: 250px;
	margin-right: 500px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#slideShow2
{
	float: right;
	height: 0px;
	margin-right: 500px;
	margin-left: 20px;
	margin-bottom: 20px;
	visibility: hidden;
}
#slide1, #slide2
{
	position: absolute;
	height: 250px;
	width: 500px;
}

#slide2
{
	opacity: 0;
	filter: alpha(opacity=0);
}

.hiddenDiv
{
	visibility: hidden;
	z-index: -1;
	position: absolute;
	background-color: #FF0000;
	width: 750px;
	height: 0px;
	overflow: hidden;
}

#content a 
{
	font-style: none;
	text-decoration: none;
}

#content a:hover 
{
	color: #686868;
}

.mail
{
	vertical-align: bottom;
}

.ospreyImage
{
	float: right;
	vertical-align: bottom;
}

.collapse
{
	overflow: hidden;
	width: 690px;
}

#counter 
{
	float: right;
	text-align: right;
	margin-right: 5px;
	margin-top: 5px;
	width: 16px;
	height: 16px;
	overflow: hidden;
}
