@charset "iso-8859-1";

/***************************************************************************
** Copyright 2006 Oasis Media, LLC. All rights reserved.
** Filename:	wobanner.css
** Type:		CSS
** Purpose:		Define the behavior for Wowasis banner area
** History:		20 Jul 2004 -- Created by DLP
****************************************************************************/

#wologo {
	height: 60px; /*    background: #99FFCC; */
	background: #33FFFF url(../media/background/kolanta_3x60.jpg);
}

.wowasisbanner {
	background: url(../media/background/kolanta_3x60.jpg) #33FFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 34px;
	word-spacing: 0.5em;
	letter-spacing: 1.0em;
	color: black;
	vertical-align: middle;
	padding-left: 0px;
	padding-right: 0px;
	height: 60px;
	width: 100%;
	background-repeat: no-repeat; /*white-space : nowrap; */
	text-align: center;
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
}


