/*
	runrabbit css
	lauri j
	v2.0 6.4.2007
	v2.1 16.3.2008
	v2.2 3.11.2008
	v3.0 2.2.2009
*/


* {
	padding: 0;
	margin: 0;
}

html, body {
}

body {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: 62.5%;
	min-width: 70px;
	background: #000000;
	color: #fff;
	text-align: center;
}

#wrapper {
	position: relative;
	margin: 70px auto 0 auto;
	width: 970px;
}

#left {
	position: relative;
	float: left;
	margin: 0 0 0 130px;
	width: 283px;
	text-align: left;
	/*ie6 fuskery here*/
	display: inline;
}

#right {
	position: relative;
	float: right;
	margin: 0 0 0 0;
	width: 512px;
	text-align: left;
	/*ie6 fuskery here*/
	display: inline;
}

img {
	margin: 0;
	padding: 0;
	border-style: none;
}

.video {
}

#logo {
	margin: 50px 0 0 0px;
	/*ie6 fuskery here*/
	position: relative;
}

a, a:visited { text-decoration: none; color: #8b8b8b; }
a:hover { color: #f99d1c; }

h2 {
	margin: 30px 0 10px 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #fff;
}

p {
	margin: 10px 0 0px 0;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.6em;
	width: 595px;
}

ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	font-size: 1.2em;
	line-height: 1.6em;
}

#footer {
	margin: 200px 0 0 0;
	clear: both;
}

li{
	margin: 0 0 0 0;
	/*display: inline;*/
}
