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

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0; padding: 0; border: 0;
}

body{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	
	line-height:1.4em;
	background:#EAEAEA;
}
h1{
	font-variant: small-caps; text-transform:none; font-weight: 100; margin-bottom: 0;
	color:#1E1E1E;
	font-size:28px;
	padding:6px 0 0 4px;
}
#container{
	width:1024px;
	margin: 10px auto 0 auto;
	background:#EAEAEA;
}
	#container p{
		font-family: "Lucida Grande", Tahoma;
		font-size: 10px;
		font-weight: lighter;
		font-variant: normal;
		text-transform: uppercase;
		color: #666666;
        margin:10px 12px 0 12px;
		letter-spacing: 0.3em;
	}	
	#container .home{
		color:#2E2E2E;
		text-shadow:#000;
		font-family: "Lucida Grande", Tahoma;
		font-size: 10px;
		font-weight: lighter;
		font-variant: normal;
		text-transform: uppercase;
        margin:10px 12px 0 12px;
		letter-spacing: 0.3em;
	}
	#container .info{
		color:#000;
		text-shadow:666;
		font-family: "Lucida Grande", Tahoma;
		font-size: 12px;
		font-weight: lighter;
		font-variant: normal;
		text-transform: uppercase;
        margin:10px 12px 0 12px;
		letter-spacing: 0.3em;
	}
	#container ul{
		list-style-type:none;
		width:1024px;
	}
		#container li{
			display:inline;
			font-size:18px;
			color:#242424;
			padding:0 0 0 50px;
		}
		#container li.first{
			margin:0 0 0 -20px;
		}
	#container ul a{
		text-decoration:none;
		color:#242424;
	}
	#container ul a:hover{
		text-decoration:underline blink;
		color:#1E1E1E;
	}
.links {
	text-decoration:none;
	color:#F90;
}
.links:hover{
	text-decoration:underline;
	color:#F90;	
}
.backtotop a{
	text-decoration:none;
	float:right;
	font-size:12px;
	color:#93C;
}
.backtotop a:hover{
	text-decoration:underline;
	color:#93C;
}