body
{
	font-family: Arial, Sans-Serif;
	margin: 0;
	color: #323232;
	background: #3c3c3c url(graphics/pagetile.png) repeat-y 50% 0;
}

#header
{
	width: 100%;
	height: 150px;
	
	background: url(graphics/header.png) 50% 0 no-repeat;
}

#content
{
	width: 920px;

	margin-left: auto;
	margin-right: auto;
	
	margin-top: 5px;
}

h1
{

}

h2
{
	letter-spacing: -1px;
	color: #26478b;
	font-weight: normal;
}

#charity
{
	display: block;
	
	width: 950px;
	height: 102px;
	
	background: url(graphics/charity.png);
	
	margin-left: -15px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.button_jfacebook
{
	display: block;
	width: 228px;
	height: 55px;
	
	background: url(graphics/button_joinfacebook.png);
}

.button_prposter
{
	display: block;
	width: 209px;
	height: 232px;
	
	background: url(graphics/button_pramraceposter.jpg);
}

#col_left
{
	float: left;
	width: 550px;
}

#col_right
{
	float: left;
	width: 300px;
	
	margin-left: 50px;
}

.small,
.small a:link,
.small a:visited
{
	font-size: 12px;
	color: #555555;
	text-decoration: none;
	margin-top: 0;
}

.small a:hover { text-decoration: underline; }

.small img { border: 0; margin-left: 3px; }

.headline
{
	text-align: left;
	font-size: 20px;
	
	font-family: Trebuchet MS, Helvetica, sans-serif;
	margin-bottom: 0;
	padding: 0;
}

.dline
{
	border-bottom: 1px dotted #a6a6a6;
}
