/*
 * CSS definition for   pennihaat.net
 * (c) Timo Palokankare 2007
 */
 
BODY {
	text-align : center;
	font-size : 10pt;
	margin : 0;
	color : #000000;
	background : #520202 url('../img/main_gradient.jpg') repeat-x;
}

A:link, A:visited, A:active {
	color : #1e528d;
	text-decoration : none;
	font-weight : bold;
}

A:hover {
	text-decoration : underline;
	color : #EBEBEB;
}

HR {
	border : 0;
	border-top : 1px solid #666666;
	border-bottom : 1px solid #d18d47;
	height : 2px;
}

IMG {
	border : 0;
}

TD {
	vertical-align : top;
}

P, DIV, TD, SPAN, H1, H2, H3, BLOCKQUOTE, UL, LI {
	font-family : Arial, Helvetica, Serif;
}

#main {
	background : url('../img/main_bg4.jpg') repeat-y;
	width : 428px;
	text-align : left;
	padding : 0 0 7px 0;
}

DIV#contents {
	padding : 0 10px 10px 20px;
}

#side {
	margin : 0 0 0 0px;
	background : url('../img/side_bg2.jpg') repeat-y;
	width : 132px;
	text-align : left;
	padding : 0 10px 0 0;
}

#left {
	text-align : left;
	width : 95px;
}

#right {
	text-align : left;
	border : 0px solid #F1F1F1;
	width : 75px;
}

DIV#copyt {
	margin : 20px 0 0 0;
	padding : 0 0 20px 0;
	color : #848484;
	font-size : 0.7em;
}

UL#naytelmalista {
	position : relative;
	left : -10px;
	padding-bottom : 10px;
	font-size : 0.85em;
}

UL#naytelmalista LI {
	margin-bottom : 5px;
}

.subtitle {
	font-weight : bold;
	margin-bottom : -10px;
}

.boxi {
	background : #efc87a;
	border : 1px solid #c08613;
	padding : 5px;
}

