html,
body{
	font: normal 12px/20px tahoma;
	text-align: justify;
	height: 100%;
	color: #000;
	margin: 0;
	padding: 0;
	background: #fff;
	text-shadow: 0 -1px 0 rgba(255,255,255,.15);
}

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

::-moz-selection {
	background: #f00;
	color: #fff;
}

::selection {
	background: #f00;
	color: #fff;
}


a {
	color: #000;
	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;
}

h2 {
	height: 26px;
	background: #000;
	color: #fff;
	margin: 0 0 4px;
	padding: 5px 0 0;
}

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

h3 {
	float: left;
	margin-right: .35em;
	color: #f00;
}

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

h1 + div p {
	color: #fff;
	background: #f00;
	display: inline;
}

h1 + div ::-moz-selection {
	background: #000;
}

h1 + div ::selection {
	background: #000;
}

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

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

.photo {
	height: 100%;
}

	.photo img {
		margin: -3px 0 0;
		padding: 0 0 30px;
		border-bottom: 500px solid #038;
	}


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