/* basics */

body {
	font: 11px Georgia, serif;  
	color: #000000;
	line-height: 1.3em;
	background: #ffffff;
}

p {
	font: 11px Georgia, serif;  
	color:#000000;
	line-height: 1.3em;
	text-align: justify;
	margin-bottom: 7px;
}


/* links */

a  {
	text-transform: uppercase;
	text-decoration : none;
	color: #909090;
}

a:hover {
	text-decoration : none;
	border-bottom: 1px dotted;
	color: #000000;
}

a.nav  {
	text-transform: uppercase;
	text-decoration : none;
	color: #ffffff;
	display: block;
	background-color: #000000;
	border-left: #909090 9px solid;
	padding-right: 7px;
	text-align: right;
	border-bottom: 0px;	
}

a.nav:hover {
	text-decoration : none;
	border-bottom: 2px solid;
	color: #000000;
	display: block;
	background-color: #ffffff;
	border-left: #909090 9px solid;
	padding-right: 7px;
	text-align: right;
	border-bottom: 0px;	
}

a.stat  {
	text-transform: uppercase;
	text-decoration : none;
	color: #939FB5;
}

a.stat:hover {
	text-decoration : none;
	border-bottom: 2px solid;
	color: #939FB5;
}



/* styles */

strong {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

em {
	color: #000000;
	font-size: 11px;
	font-style: italic;
}

img {
	border: 0px;
}



/* h */

h1 {
	color: #ffffff;
	font-family: Century Gothic, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	display: block;
	background-color: #000000;
}

h2 {
	font-family: Century Gothic, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration : none;
	border-bottom: 2px solid;
	color: #ffffff;
	display: block;
	background-color: #000000;
	border-left: #909090 9px solid;;
	padding-right: 7px;
	text-align: right;
	line-height: 20px;
	border-bottom: 0px;
}

h3 {
	font-family: Century Gothic, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration : none;
	border-bottom: 2px solid;
	color: #ffffff;
	display: block;
	background-color: #000000;
	border-left: #909090 9px solid;;
	padding-right: 7px;
	text-align: right;
	line-height: 16px;
	border-bottom: 0px;
}


/* layout divs */

#graphic {
	position: absolute;
	left:0px;
	top: 0px;
	background:#ffffff url(images/exo.jpg) repeat-x;
	height: 532px;
	width: 806px;
}

#intro {
	position: absolute;
	left:373px;
	top: 254px;
	width: 244px;
}

#nav {
	position: absolute;
	left:466px;
	top: 514px;
	width: 126px;
	text-align: justify;
	margin-bottom: 20px;
}

#content {
	position: absolute;
	left:26px;
	top: 353px;
	width: 419px;
	text-align: justify;
	margin-bottom: 20px;
}

blockquote {
	margin: 10px 40px;
	padding: 10px 10px 10px 40px;
	background: url(images/statbg.jpg) top right no-repeat;
	color: #ffffff;
	font-family: Century Gothic, sans-serif;
	font-size: 12px;
	background-color: #000000;
	border: 1px double #ffffff;
}

/* forms */


input, textarea, option, select {
	background: url(images/statbg.jpg) top right no-repeat;
	color: #ffffff;
	font-family: Century Gothic, sans-serif;
	font-size: 10px;
	background-color: #000000;
	border: 1px double #ffffff;
	padding:2px; 
}