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

* {
	margin: 0;
	padding: 0;
	}

body, p, a, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #777;
	text-decoration: none;
	border: none;
	list-style: none;
	}

p, h1, ul, ol, blockquote {
	margin-bottom: 15px;
	}

h1 {
	font-size: 14px;
	font-weight: normal;
	color: #555;
	}

h2 {
	font-size: 13px;
	font-weight: normal;
	color: #555;
	}

h3 {
	font-size: 12px;
	font-weight: normal;
	color: #555;
	}

h4 {
	font-size: 11px;
	font-weight: normal;
	color: #555;
	}

h5 {
	font-size: 10px;
	font-weight: normal;
	color: #555;
	}

h6 {
	font-size: 9px;
	font-weight: normal;
	color: #555;
	}

blockquote {
	font-size: 15px;
	line-height: 20px;
	}

.five {
	margin-bottom: 5px;
	}

.ten {
	margin-bottom: 10px;
	}

.fifteen {
	margin-bottom: 15px;
	}

/* Sidebar */

ul.home {
	position: absolute;
	top: 20px;
	left: 20px;
	}

ul.home li a {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	color: #333;
	}

ul.links {
	position: absolute;
	top: 80px;
	left: 20px;
	width: 200px;
	}

ul.links li a {
	color: #777;
	}

ul.links li a:hover:before {
	content: "— "
	}

/* Main */

#main {
	position: absolute;
	top: 80px;
	left: 220px;
	width: 500px;
	padding-bottom: 60px;
	}

#main a {
	color: #7aa;
	}

#main a:hover {
	color: #099;
	}
