*
{
	font-size:13px;
/*	font-family: DejaVu, sans;*/
}

body
{
	background: url("images/runner-3.png") top;
	margin:0;
	padding:0;
	background-color: #e6e6e6;
}

h1, h2, h3, h4, h5
{
	text-align:center;
	text-transform:capitalize;
}

h5
{
	font-size:14px;
	font-weight:bold;
}

h4
{
	font-size:15px;
	font-weight:bold;
}

h3
{
	font-size:16px;
	font-weight:bold;
}

h2
{
	font-size:17px;
	font-weight:bold;
}

h1
{
	font-size:18px;
	font-weight:bold;
}

#container
{
	width:1045px;
	margin:auto;
	background:transparent;
	margin-top:0;
	margin-bottom:0;
	height:auto;
	padding:0;
	color:black;
}

#rap
{
	width:1045px;
	margin:auto;
	background:transparent;
	margin-top:0;
	margin-bottom:0;
	height:auto;
	padding:0;
	color:black;
}

#content
{
	background:#E7E7E7;
	float:left;
	width:900px;
	text-align:left;
	font: 10px serif;
	margin-bottom:10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#title
{
	position:relative;
	background-color:transparent;
	border:0;
	font:italic bold 48px/100px times;
	height:130px;
	letter-spacing:0.1px;
	width:100%;
	text-align:center;
	text-transform:capitalize;
	padding-top:10px;
	margin-top:10px;
	color:white;
}

#title h1
{
	vertical-align:bottom;
	font-size: 1em;
	float:left;
	padding:0;
	margin:0;
}

#title img.head
{
	float:left;
	padding:0;
	margin:0;
	width:86%;
}
#title img.logo
{
	float:right;
	padding:0;
	margin:0;
	margin-right:18px;
}

#pgtitle
{
	background-color:transparent;
	width:900px;
	color:white;
	padding:0;
	margin:0;
	clear:both;
}

#pgtitle h2
{
	margin:0;
	padding:0
}

#leftcol
{
	position:relative;
	background-color:transparent;
	width:0;
	float:left;
	height:100px;
	padding:0;
	margin:0;
}

#rightcol
{
	position:relative;
	background-color:transparent;
	width: 140px;
	float:left;
	height:200px;
	padding:0;
	top:-38px;
	margin:auto;
	margin-top:0;
}

#rightcol img,
#rightcol a
{
	margin:0;
	margin-bottom:10px;
	border:0;
}

#bottom
{
	position:relative;
	background-color:transparent;
	clear:both;
	width:900px;
	padding:0;
	margin-bottom:10px;
	vertical-align:top;
}

#bottom img
{
	margin-bottom:30px;
}

div
{
	background-color:#E7E7E7;
	text-align: center;
}

div.story
{
	background-color:white;
	text-align: center;
	border:1px solid gray;
	width:428px;
	margin:10px;
	margin-top:10px;
	float:left;
	height:520px;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

div.story img
{ 
	height:490px;
	width:350px;
	margin:auto;
}


/*
fieldset
{
	margin:20px;
	text-align:center;
	width:100%;
}*/

input
{
	margin-right:30px;
}

.image
{
	border:0;
	overflow:hidden;
	position:relative;
	z-index:10005;
}

.left
{
	text-align:left;
}
.right
{
	text-align:right;
}

.sortarrow,
.sortarrow img
{
	border:none;
	background:transparent;
}

#rightcol > table
{
	margin-left:12px;
}

