@charset "utf-8";
body {
    font-family: Verdana, Geneva, sans-serif;
    background-color: #962800;
    padding: 0px;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    color: #FFFFCC;
    font-size: 12px;
    line-height: 1.5;
}

#header {
    background-image: url(etusivu.jpg);
    background-repeat: no-repeat;
    height: 260px;
}
#header_text {
    padding-top: 30px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: 430px;
    font-size: 16px;
}
#footer {
    clear: both;
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #FFFFCC;
    padding: 10px;
    margin: 20px 0 0 0;
}
#content {
/*	clear: both;*/
    padding-top: 30px;
    padding-right: 80px;
    padding-bottom: 30px;
    padding-left: 80px;
}

#channels {
    margin-top: -30px;	
    float: right;
    width: 175px;
    text-align: center;
}
#channels h1 {
	font-size: 14px;
}

#channels img {
	padding: 1px;
	margin-left: auto;
	margin-right: auto;
}

img {
    padding: 5px;
    clear: right;
    border: 0;
}

a {
	color: #FF9900;
}
a:hover {
	color: #FFCC66;
}
a:visited {
	color: #FFFF00;
}

/* Events */
.event {
padding: 10px 20px 10px 20px;
}
.event .time {

}
.event .name {
font-size: 1.3em;
}
.event .info {
padding-top: 5px;
padding-left: 10px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 2px;
	position: absolute;
	top: 240px;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
margin-left: 275px;
text-align: left; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a, .underlinemenu ul li a:visited{
color: #FF9900;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid #FFFFCC; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #FF9900;
}
