﻿/* Hue: 220 */

* {
	margin: 0 ;
	padding: 0 ;
	color: inherit ;
	font-family: inherit ;
	font-size: inherit ;
}

body {
	color: #6c7fa6 ; /* 35,65 */
	background: #132240 url(body_bg.jpg) no-repeat center top ; /* 70,25 */
	font-family: Tahoma, Verdana, Helvetica, sans-serif ;
	font-size: 13px ;
	line-height: 1.6em ;
}

/******** Headers ************************************************************/
h1, h2, h3, h4, h5, h6
{
	width: 920px ;
	margin: 0.8em auto 0.3em auto ;
	color: #cccccc ;
	line-height: 100% ;
	font-family: "Arial Narrow", Tahoma, Verdana, Helvetica, sans-serif ;
	font-weight: normal ;
	text-shadow: 2px 2px 3px #000 ;
}

h1 { font-size: 220% ; }
h2 { font-size: 180% ; }
h3 { font-size: 150% ; }
h4 { font-size: 120% ; }
h5 { font-size: 110% ; }
h6 { font-size: 100% ; }

/******** Links **************************************************************/
a, a:visited {
	color: #fff ;
	text-decoration: underline ;
}

a:hover {
	color: #a3b1cc ;
}

/******** Top ****************************************************************/
#top {
	position: relative ;
	width: 920px ;
	min-height: 210px ;
	margin: 0 auto ;
	padding: 0 50px ;
}

#top ul {
	margin: 0 ;
}

#top h1 {
	position: absolute ;
	top: 75px ;
	left: 50px ;
	margin: 0 ;
}

#top h1 a, #top h1 a:visited {
	display: inline-block ;
	width: 270px ;
	height: 65px ;
	background: transparent url(logo.png) no-repeat center top ;
}

#top h1 a:hover {
	background-position: center 100% ;
}

#top h1 a span {
	display: none ;
}

#top em {
	position: absolute ;
	top: 40px ;
	left: 300px ;
}

#top em a {
	display: inline-block ;
	width: 101px ;
	height: 76px ;
	background: transparent url(temp.png) no-repeat ;
}

#top em span { display: none ; }

#top h3 {
	display: none ;
}