/* basics */

body {
	font: 11px Bell MT, serif;  
	color: #875379;
	line-height: 1.3em;
	background: #C2CCC6 url(images/bg.jpg) repeat-x;
}

p {
	font: 11px Bell MT, serif;  
	color:#875379;
	line-height: 1.3em;
	text-align: justify;
	margin-bottom: 7px;
}



/* links */

a  {
	text-transform: uppercase;
	text-decoration : none;
	color: #756B8B;
}

a:hover {
	text-decoration : none;
	border-bottom: 2px solid;
	color: #756B8B;
}

a.nav  {
	text-transform: uppercase;
	text-decoration : none;
	color: #C2CCC6;
	display: block;
	background-color: #875379;
	border-left: #756B8B 9px solid;
	padding-right: 7px;
	text-align: right;
	border-bottom: 0px;	
}

a.nav:hover {
	text-decoration : none;
	border-bottom: 2px solid;
	color: #875379;
	display: block;
	background-color: #C2CCC6;
	border-left: #875379 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: #657A96;
	font-weight: bold;
}

em {
 	color: #657A96;
	font-size: 11px;
	font-style: italic;
}

img {
	border: 0px;
}



/* h */

h1 {
	color: #756B8B;
	font-family: Century Gothic, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
	display: block;
}

h2 {
	font-family: Century Gothic, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration : none;
	border-bottom: 2px solid;
	color: #C2CCC6;
	display: block;
	background-color: #875379;
	border-left: #756B8B 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: #C2CCC6;
	display: block;
	background-color: #875379;
	border-left: #756B8B 9px solid;;
	padding-right: 7px;
	text-align: right;
	line-height: 16px;
	border-bottom: 0px;
}



/* layout divs */

#graphic {
	position: absolute;
	left:0px;
	top: 0px;
	background:#C2CCC6 url(images/ss.jpg) repeat-x;
	height: 585px;
	width: 798px;
}

#intro {
	position: absolute;
	left:373px;
	top: 254px;
	width: 244px;
}

#nav {
	position: absolute;
	left:373px;
	top: 360px;
	width: 126px;
	text-align: justify;
	margin-bottom: 20px;
}

#content {
	position: absolute;
	left:22px;
	top: 377px;
	width: 327px;
	text-align: justify;
	margin-bottom: 20px;
}

.stat  {
	text-transform: lowercase;
	text-decoration : none;
	color: #875379;
	display: block;
	background-color: #C2CCC6;
	border-left: #756B8B 9px solid;
	padding-right: 7px;
	padding-left: 7px;
	text-align: left;
	border-top: 1px solid #875379;	
	border-bottom: 1px solid #875379;	
	border-right: 1px solid #875379;	
}

/* forms */


input, textarea, option, select {
	background-color: #875379;
	font: 8pt arial;
	color: #C2CCC6;
	letter-spacing: 1px;
	border: 1px double #C2CCC6;
	padding:2px; 
}

