html, body, * {
	font-family: tahoma, verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

body {
	background: #ABB6BA;
	padding: 0 70px;
}

#container {
	background: #fff;
	border: #778993 solid;
	border-width: 0 10px 10px 10px;
	padding: 0 10px;
}

h1 {
	font-size: 18px;
	color: #fff;
	background: #778993;
	padding: 20px;
}

#menu {
	list-style-type: none;
	padding: 15px 0;
}

#menu li {
	display: inline;
}

#menu li a {
	padding: 2px 10px 0px 13px;
	background: #fff url('nobule.png') no-repeat scroll center left;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}

#menu li a:hover {
	color: #8283a3;
	background: #fff url('nobule_active.png') no-repeat scroll center left;
}

#content {
	background: #d3d7d8;
	margin-bottom: 10px;
	padding: 10px;
}

h2 {
	color: #000;
	font-size: 10px;
	text-decoration: underline;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid #778993;
}

.quote {
	border-bottom: 1px #778993 solid;
	margin-bottom: 3px;
	padding-bottom: 10px;
}

.quote ul {
	list-style-type: none;
	margin-bottom: 3px;
}

.quote ul li, .quote ul li a {
	font-size: 10px;
	display: inline;
}

pre {
	border-left: 4px solid #778993;
	padding: 3px 3px 3px 10px;
	font-family: monospace;
}

#copyright {
	color: #666;
	text-align: center;
	margin-bottom: 70px;
}

#pagination {
	list-style-type: none;
	text-align: center;
	padding-top: 8px;
}

#pagination li {
	display: inline;
	font-size: 10px;
	margin-right: 3px;
	text-align: center;
}

#pagination li.inactive {
	border: 1px solid #778993;
	padding: 3px 5px;
	color: #999;
}

#pagination li.current {
	padding: 3px 5px;
	border: 1px solid #778993;
	background: #778993;
	color: #fff;
}

#pagination li a {
	font-size: 10px;
	padding: 3px 5px;
	border: 1px solid #778993;
	text-decoration: none;
	color: #000;
}

#pagination li a:hover {
	background: #778993;
	color: #fff;
}

