/*
	Title:	Rosling Freestyle master styles for screen media
	Author:	Teddy Zetterlund, teddy@zetterlund.biz
*/

body {
	background: #000000;
	color: #f2f2f2;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 79%;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	text-align: center;
}

a:link {
	color: #f5f5f5;
}
a:visited {
	color: #f6f6f6;
}
a:hover {
	color: #ba3131;
}
p {
	font-size: 100%;
	margin: 4px 1px 12px 1px;
	padding: 0;
}
p.big {
	font-size: 130%;
	font-weight: bold;
}
p.small {
	font-size: 89%;
}
h1 {
	color: #f1f1f1;
	font-family: Georgia, "Bitstream Vera Serif", "New York", Palatino, serif;
	font-size: 151%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h2 {
	color: #f1f1f1;
	font-family: Georgia, "Bitstream Vera Serif", "New York", Palatino, serif;
	font-size: 130%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h3 {
	color: #f1f1f1;
	font-family: Verdana, Georgia, "Bitstream Vera Serif", "New York", Palatino, serif;
	font-size: 115%;
	font-style: italic;
	font-weight: none;
	margin: 0;
	padding: 0;
}
h4 {
	color: #f1f1f1;
	font-family: Verdana, Georgia, "Bitstream Vera Serif", "New York", Palatino, serif;
	font-size: 100%;
	font-style: none;
	margin: 0;
	padding: 0;
}
blockquote {
	background: #;
	color: #;
	font-size: 100%;
	padding-left: ;
}
code {
	color: #;
	font-size: 89%;
	line-height: ;
	text-align: left;
}
abbr, acronym {
	border-bottom: 1px dotted;
	font-style: normal;
}
em {
	font-style: italic;
}
hr {
	color: #f2f2f2;
}
strong {
	font-weight: bold;
}
strike {
	text-decoration: line-through;
}
address {
	font-style: normal;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

td {
	color: #f2f2f2;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 79%;
}

#header {
	background-image: url(img/chainx-static.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	height: 90px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

#main-body {
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
}
#sidebar {
	float: left;
	padding-left: 20px;
	text-align: left;
	width: 20%;
}
#content {
	text-align: left;
	width: 80%;
}

.news {
	border-bottom: 1px #f2f2f2 dotted;
	margin-bottom: 10px;
}

#footer {
	background-image: url(img/chainx-static.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 40px 10px 5px 10px;
	text-align: center;
	width: 100%;
}

/* Navigation list */
#navigation {
	
}

/* Sponsor list */
#sponsors {
	
}

