body , html {
	background-color: #050505;
	background-image: url(../img/kallotausta.PNG);
	background-repeat: repeat;
	font-family: verdana;
	padding: 0;
}

#content {
	display: table;
	background-color: #0c0c0c; 
	border: 2px solid #000000;
	width: 800px;
	position: relative;
	margin: 0 auto;

	min-height: 100%;
	height:auto !important;
}

#title {
	background-image: url(../img/nwofhm.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	width: 800px;
	height: 100px;
	background-color: #000000;
}

#main {
	background-image: url(../img/mainback.gif);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	width: 800px;
	padding: 20px 0px 0px 0px;
}

#news {
	float: left;
	background-color: #0c0c0c;
	width: 280px;
	height: 140px;
	overflow: auto;
	padding: 10px 0px 20px 30px;
	text-align: justify;
}

#news p {
	line-height: 1.4;
	padding-left: 15px;
	color: #ffffff;
	font-size: 11px;
}

#news h3 {
	padding: 10px 0px 0px 5px;
}

#gigs {
	float: left;
	width: 270px;
	background-color: #0c0c0c;
	padding: 0px 0px 20px 20px;
	text-align: justify;
}

#keikatotsikko{
	float: right;
	width: 220px;
	background-color: #0c0c0c;
	border-left: 1px dotted #626262;
	padding: 0px 15px 20px 10px;
}

#kaupunki {
	background-color: #000000;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.upcoming {
	font-size: 12px;
	line-height: 1.4;
	color: #ffffff;
}

.upcoming a {
	font-size: 12px;
	color: #ffffff;
}

.today {
	font-weight: bold; 
	font-size: 12px;
	line-height: 1.4;
	color: #FFD36E
}

.today a {
	font-weight: bold; 
	font-size: 12px;
	color: #FFD36E
}

.cancelled {
	text-decoration: line-through;
	font-size: 12px;
	line-height: 1.4;
	color: #FF4846;
}

.cancelled a {
	text-decoration: line-through;
	font-size: 12px;
	color: #FF4846;
}

a {
	color: #ffffff;
	font-size: 14px;	
}

a:hover {
	color: #c48100;
}

h1 {
	font-size: 22px;
	color: #ffffff;
}

h2 {
	font-size: 20px;
	color: #c48100;
}

h3 {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 5px;
}

h4 {
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
	margin-bottom: 5px;
}

h5 {
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
	margin-bottom: 5px;
}

p {
	color: #ffffff;
	font-size: 14px;
}

li {
	color: #ffffff;
	font-size: 14px;
	margin-top: 15px;
}

img {
	border: 0px;
}

img.mainfoto {
	border: 1px #000000 solid;
	float: right;
	margin: 10px 20px 30px 30px;
}

.footnote {
	font-size: 9px;
	color: #ffffff;
	vertical-align:bottom; 
	float:right;
	margin: 0px 10px 5px 0px;
	text-align: right;
}

.footnotelink {
	font-size: 9px;
	color: #ffffff;
}

.mail {
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}

