/* Style.css for sevikaudio.com
 * (c) Timo Palokankare
 */

BODY, DIV, P, SPAN, H1, H2, H3, H4, BLOCKQUOTE, TD {
	font-family : 'Trebuchet MS', Serif;
	color : #898989;
	font-size : 9pt;
}

A:hover {
	text-decoration : none;
	color : green;
}

TD {
	vertical-align : top;
}

HR {
	border : 1px solid #C0C0C0;
	height : 1px;
	color : #C0C0C0;
	margin-bottom : 15px;
}

IMG {
	border : 0;
}

IMG.sideimage {
	margin : 1px 0 0 3px;
}

.title {
	font-size : 12pt;
	font-weight : bold;
	color : #7F7F7F;
	
	text-transform : uppercase;
	margin-bottom : -8px;
}

.smalltitle {
	margin-bottom : -12px;
	color : #222222;
	font-weight : bold;
}

TABLE#main-table {
	width : 722px;
	
	background : #FFFFFF url('../img/foot_bg.jpg') no-repeat;
	background-position : bottom;
}

TD#border-left {
	background : url('../img/border_left_bg.gif') repeat-y;
}

TD#border-right {
	background : url('../img/border_right_bg.gif') repeat-y;
}

TD#left {
	background : url('../img/left_bg.jpg') repeat-y;
	width : 183px;
}

TD#main {
	padding : 15px 10px 25px 20px;
	background : url('../img/main_top_bg.jpg') no-repeat;
	width : 539px;
}

DIV#whatsupbox {
	color : #000000;
	padding : 3px;
	margin : 0 0 0 10px;
	border : 1px solid #C0C0C0;
	background : #eceefa;
}

DIV#refbox {
	background : #F0F5F2;
	margin : 0 0 10px 0;
	padding : 10px 10px 30px 10px;
	border : 1px solid #C0C0C0;
}