body {
	background-color: #900;
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
img {
	border: none;
}
body,td,th {
	font-family: Arial, Verdana, Helvitica, sans-serif;
	font-size: 12px;
	color: #000;
}
a {
	color: #900;
}
a:hover {
	text-decoration: none;
}
#container {
	height: 100%;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#header {
	height: 140px;
	width: 100%;
	float: left;
}
#header img {
	border: none;
}
#nav {
	display:block;
	height:35px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(images/bg_off.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	width: 960px;
	float: left;
}
#nav  ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}
#nav  ul  li {
	display:block;
	float:left;
	margin:0;
}
#nav  ul  li  a {
	display:block;
	float:left;
	color:#666;
	text-decoration:none;
	padding:11px 20px 0 20px;
	height:23px;
	background-color: transparent;
	background-image: url(images/bg_divider.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav ul li a:hover,#nav ul li a.current {
	color:#B30000;
	background-color: #fff;
	background-image: url(images/bg_on.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: underline;
}
#nav #form {
	float: right;
	margin-top: 8px;
	margin-right: 10px;
}
#nav #jaostot {
	color: #666;
	height: 35px;
	float: right;
	margin-right: 10px;
}
#content {
	width: 900px;
	float: left;
	background-color: #FFF;
	padding: 30px;
	background-image: url(images/content.jpg);
	background-repeat: repeat-x;
}
#leftcontent {
	float: left;
	width: 625px;
}
#leftcontent h1 {
	background-color: #900;
	margin-top: 0px;
	padding: 3px;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	text-indent: 7px;
	border: 1px solid #999;
}
#leftcontent h2 {
	color: #900;
	font-size: 18px;
}
#leftcontent img {
	border: 1px solid #999;
	padding: 5px;
}
#rightcontent {
	float: right;
	width: 230px;
	border: 1px solid #999;
}
#rightcontent h1 {
	background-color: #900;
	margin-top: 0px;
	padding: 3px;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	text-indent: 7px;
}
#rightcontent ul {
	padding: 0px;
	list-style-type: none;
	margin: 10px;
}
#rightcontent ul li {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px dotted #666;
	padding: 5px;
	background-color: #FFF;
}
#ajankohtaista {
	width: 230px;
	float: right;
	background-color: #F2F2F2;
}
#ajankohtaista strong {
	font-size: 14px;
	color: #900;
}
#ajankohtaista .active {
	border: 1px solid #333;
}
#sponsorit {
	width: 230px;
	float: right;
	background-color: #F2F2F2;
}
#sponsorit img {
	margin-left: 50px;
	margin-bottom: 20px;
}
#footer {
	width: 900px;
	float: left;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: bottom;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#footer p {
	margin: 0px;
	font-size: 11px;
}
.left {
	float: left;
}
.right {
	float: right;
}

