
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#777;
	text-decoration: none;
	font-weight: normal;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

a:hover {
	color:#333;
	background:#e3e3e3;
	text-decoration: none;
	font-weight: normal;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a img {
	border-style:none;
}

/* body */
body {
	background:#fafafa;
	color:#555;
	font:0.8em Arial, Helvetica, "bitstream vera sans", sans-serif;
}

/* header */
#header {
	border-bottom:1px solid #999;
	height:80px;
	margin:0 auto;
	width:751px;
}
#header h1 {
	color:#888;
	font-size:300%;
	letter-spacing:-3px;
	text-align:right;
	padding:5px;
	margin-bottom:-20px;
}
#header h2 {
	color:#CCC;
	font-size:200%;
	letter-spacing:-2px;
	text-align:right;
}

/* navigation */
#navigation {
	background:#fafafa;
	border-right:1px solid #999;
	margin:0 auto;
	width:500px;
	height:15px;
	list-style:none;
}
#navigation li {
	border-left:1px solid #999;
	float:left;
	width:249px;
	list-style:none;
}
#navigation a {
	color:#555;
	display:block;
	line-height:15px;
	text-align:center;
	border-bottom-style:none;
}
#navigation a:hover {
	background:#e3e3e3;
	color:#555;
	border-bottom-style:none;
}
#navigation .active {
	background:#e3e3e3;
	color:#777;
	border-bottom-style:none;
}
#navigation a img {
	border-style:none;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	padding:0 0 20px;
	width:751px;
}
#content h1 {
	border-bottom:1px dashed #999;
	font-size:1.8em;
	padding:20px 0 0;
}
#content p {
	padding:20px 20px 0;
}
#content li {
	padding:0px 40px 0px;
	list-style-position:inside;
}
#content pre {
        color:#fafafa;
}

/* contact_content */
#contact_content {
	background:#e3e3e3;
	height:auto;
	margin:0 auto;
	padding:0 0 20px;
	width:751px;
}
#contact_content h1 {
	border-bottom:1px dashed #999;
	font-size:1.8em;
	padding:20px 0 0;
}
#contact_content p {
	padding:20px 20px 0;
}
#contact_content li {
	padding:0px 40px 0px;
	list-style-position:inside;
}

/* footer */
#footer {
	border-top:1px solid #999; 
	height:50px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	width:751px;
}
#footer a {
	color:#777;
	text-decoration: none;
	font-weight: normal;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
#footer a:hover {
	background:#e3e3e3;
	color:#333;
	text-decoration: none;
	font-weight: normal;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#footer a img {
	border-style:none;
}
