html,
body{
	font: normal 12px/20px lucida grande, lucida sans unicode, lucida sans, sans-serif;
	text-align: justify;
	height: 100%;
	color: black;
	margin: 0;
	padding: 0;
	background: white;
	text-shadow:
		0 -1px 0 rgba(255,255,255,.15),
		0 1px 0 rgba(255,255,255,.15);
}

body {
	margin: 0 0 0 auto;
	width: 880px;
	background: white url('bg.png') no-repeat 0 0;
}

::-moz-selection {
	background: blue;
	color: white;
}

::selection {
	background: blue;
	color: white;
}


a {
	color: black;
	text-decoration: underline;
	position: relative;
	z-index: 1;
}

h1,
h2,
h3,
.b {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-family: tahoma, arial, sans-serif;
}

h2 {
	height: 26px;
	background: black;
	color: white;
	margin: 0 0 4px;
	padding: 5px 0 0;
}

h1 {
	font-size: 40px;
	line-height: 30px;
	text-align: right;
}

h3 {
	color: blue;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: circle;
	color: blue;
}

h1 + div p {
	color: white;
	background: blue;
	display: inline;
}

h1 + div ::-moz-selection {
	background: black;
}

h1 + div ::selection {
	background: black;
}

p, ul {
	margin: 0 0 20px;
}

.column {
	width: 190px;
	float: left;
	margin-right: 30px;
	position: relative;
}

.r {
	position: absolute;
	text-decoration: underline;
	line-height: 14px;
	color: #444;
}
