@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: url(../images/ylatausta.gif) repeat-x left top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}

.voitakilpailu #container {
	width: 962px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/tausta_07.gif);
} 
.voitakilpailu #partnerrivi {
	border: 1px solid #FFA717;
	height: 13px;
	text-align: center;
}
.voitakilpailu #partnerrivi h1 {
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: 500;
	color: #666666;
}
.voitakilpailu #ylarivi {
	border: 1px solid #FFA717;
	height: 13px;
	text-align: center;
}
.voitakilpailu #ylarivi h1 {
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: 500;
	color: #666666;
}
.voitakilpailu #header {
	padding: 0 10px 0 20px;
	height: 130px;
	background: url(../images/header_tausta.gif) repeat-x left top;
} 
.voitakilpailu #logo {
	float: left;
	height: 94px;
	background: url(../images/logo_2.jpg) no-repeat left center;
	width: 280px;
}
.voitakilpailu #ylamainos {
	float: right;
	width: 468px;
	border: 0px none Black;
	margin-top: 10px;
	height: 60px;
}
.voitakilpailu #logo h1, #logo p {
	text-transform: none;
}

.voitakilpailu #logo h1 {
	margin: 0;
	letter-spacing: -2px;
	font-size: 26px;
	font-weight: normal;
	color: #000000;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 85px;
}

.voitakilpailu #logo h1 a {
	color: #000000;
}
.voitakilpailu #logo p {
	margin: -10px 0 0 2px;
	padding: 0 0 0 85px;
	text-transform: none;
}
#menu {
	height: 51px;
	background: url(../images/tausta_menu.gif) repeat-x left top;
	margin: 0 auto;
} 
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 38px;
	padding: 11px 20px 0;
	text-decoration: none;
	text-transform: none;
	color: #000000;
	font-size: 13px;
}
#menu a:hover {
	text-decoration: underline;
	font-size: 13px;
}

#menu .current_page_item {
	background: url(../images/tausta_05.gif) no-repeat;
}

#menu .current_page_item a {
	background: url(../images/tausta_06.gif) no-repeat right top;
	font-weight: bold;
}
#menu .hiding_page_item {
	background: url(../images/tausta_05_a.gif) no-repeat;
}

#menu .hiding_page_item a {
	background: url(../images/tausta_06_a.gif) no-repeat right top;
	font-weight: bold;
}
.voitakilpailu #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 11px;
}
.voitakilpailu #harvatlinkit ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.voitakilpailu #harvatlinkit li {
	list-style: upper-alpha url(../images/tausta_12.gif);
	font-size: 12px;
	color: #F60;
	margin-left: 5px;
	padding-left: 0px;
	margin-bottom: 10px;
}
.voitakilpailu #harvatlinkit a {
	text-decoration: none;
	color: #D98800;
}
.voitakilpailu #harvatlinkit a:link {
	text-decoration: none;
	color: #D98800;
}
.voitakilpailu #harvatlinkit a:hover {
	text-decoration: none;
	color: #D98800;
	border-bottom: 1px dashed #00C;
}
.voitakilpailu #mainContent {
	margin: 0 0 0 181px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.voitakilpailu #mainContent p {
	font-size: 13px;	
} 
.voitakilpailu #tasaus {
	height: 30px;
}
.voitakilpailu #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/tausta_10.gif) no-repeat left bottom;
	height: 30px;
} 
.voitakilpailu #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 17px 0 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}#ylapalkki {
	background: #2CB3E3;
}
a.yla {
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: 500;
	text-decoration: none;
	color: #666666;
}
a:link.yla {
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: 500;
	text-decoration: none;
	color: #666666;
}
a:hover.yla {
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: 500;
	text-decoration: none;
	color: #666666;
}
a.valkoinen {
	font-size: 12pX;
	color: White;
	text-decoration: none;
}a:link.valkoinen {
	font-size: 12pX;
	color: White;
	text-decoration: none;
}
a:hover.valkoinen {
	font-size: 12px; color: White; text-decoration: none;
}
.voitakilpailu #sivunotsikot {
	background: url(../images/site_ylatausta.gif) no-repeat left top;
	height: 51px;
}
.vasenotsikko {
	float: left;
	height: 40px;
	width: 131px;
}
.paaotsikko {
	float: right;
	height: 50px;
	width: 785px;
}
.taustakuvalla {
	background: url(../images/tausta_11.gif);
}
.voitakilpailu #tiheatlinkit ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.voitakilpailu #tiheatlinkit li {
	list-style: upper-alpha url(../images/tausta_12.gif);
	font-size: 12px;
	color: #F60;
	margin-left: 5px;
	padding-left: 0px;
	margin-bottom: 4px;
}
.voitakilpailu #tiheatlinkit a {
	text-decoration: none;
	color: #D98800;
}
.voitakilpailu #tiheatlinkit a:link {
	text-decoration: none;
	color: #D98800;
}
.voitakilpailu #tiheatlinkit a:hover {
	text-decoration: none;
	color: #D98800;
	border-bottom: 1px dashed #00C;
}
#ylapalkki {
	height: 4px;
}
h2.pieni {
	font-size: 10px;
	text-transform: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: 500;
}
img {
	border-width: 0px;
	border-style: none;
}
