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


BODY {
	margin: 0; padding: 0;
	background: #212b32 url(../images/background.jpg) center 60px no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

A:LINK, A:VISITED {
	text-decoration: none;
}

IMG {
	border: 0;
}

/* CLEARFIX */


/* slightly enhanced, universal clearfix hack */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


#wrapper {
	width: 898px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 170px;
}


#header .nav {
	float: right;
	width: auto;
}

.nav DIV {
	display: inline;
	margin: 0 0 0 5px;
}

#row1 {
	margin: 0 0 9px 0;
	height: 280px;
	position: relative;
}

#row2 {
	height: 235px;
	margin: 0 0 11px 0;
	position: relative;
}

.mast {
	margin: 0 0 9px 4px;
}

.photo {
	margin: 0 10px 0 4px;
}

.intro {
	position: absolute;
	top: 0; left: 641px;
	margin: 0;
	height: 280px;
}

.intro IMG {
	position: absolute; /* FIXES IE PROBLEMS */
	top: 0; left: 0;
}

.articles {
	height: 235px;
	margin: 0 5px 0 0;
	background: url(../images/articles-bg.gif) top left no-repeat;
}

.articles DIV {
	margin: 0 1px 0 0;
	float: left;
}

.documents {
	position: absolute;
	top: 0; left: 641px;
	height: 235px;
}

.documents DIV {
	margin: 0 0 12px 0;
	position: relative;
	height: 70px;
}

.documents DIV IMG {
	position: absolute; /* FIXES IE PROBLEMS */
	top: 0; left: 0;
}


#footer {
	color: white;
	margin: 0 0 30px 0;
}

#footer .right {
	float: right;
	margin: 10px 3px 0 0;
	text-align: right;
	width: 253px;
}

#footer div {
	margin: 0 11px 0 0;
}

#footer p {
	margin: 0.5em 0 0.5em 0;
}

#footer .cayenne {
	float: right;
	
}