/* CSS Document */

/* all */
body {
	margin: 0;
	padding: 0;
	font: 10px/1 Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	text-align: left; /* horizontal alignment in Internet Explorer */
	color: #000;
}
a {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	color: #000;
}
.sm a {
	text-decoration: underline;
	color: #000000;
}
.sm a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
#container {
	position: absolute;
	text-align: left;
	width: 400px;
	margin: 0px;
	top: 120px;
}
#header {
	width: 700px;
	background-color: #000000;
	height: 120px;
}
#menu {
	padding: 10px;
	background-color: #FFF;
	width: 100%;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
#content {
	padding: 10px;
	background-color: #FFF;
	width: 100%;
	height: 400px;
}
#content_rel {
	padding: 10px;
	background-color: #FFF;
	width: 100%;
	height: auto;
}
#right_content {
	position: absolute;
	top: 120px;
	margin-left: 10px;
	left: 420px;
}
h1, p {
	margin: 0;
	padding-top: 1em;
	padding-bottom: 1em;
} 
h1 {
	font-size: 10px;
	line-height: 1em;
}

/* pages */
#p1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1.5em;
	color: #000000;
}
#p2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 1em;
	color: #000000;
}

/* nav */
#menu {
	padding: 10px;
	background-color: #FFF;
	width: 100%;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.Dagger {
	color: #CCC;
	font-size: 14px;
}
