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

body {
	font-size: 62.5%;
}


/* layout */

#navigate {
	z-index:666;
	position:fixed;
	margin:0;
	width:200px;
	font-family:tahoma, trebuchet ms, verdana;
	font-size:1em;
	text-transform:uppercase;
}

.links {
	padding-left:20px;
}

.show {
	padding:30px 0px 70px 0px;
	border-bottom:1px dotted #999999;
}

#content {
	width:500px;
	margin-left:200px;
	padding-top:150px;
	z-index:1;
	font-family:georgia;
	font-size:1.2em;
	color:#333333;
}

.head {
	width:500px;
	border-top:1px solid #6a0c0c;
	font-size:1.4em;
	color:#999999;
}

a {
	text-decoration:none;
	color:#6a0c0c;
}

a:hover {
	text-decoration:none;
	color:#132d48;
}
