/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

body {
	font-family: Tahoma, "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4;
	color: #535252;
	/*background: #000 url(images/prave_hrame_frame.gif) no-repeat left top;*/
}

#now {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 21px;
	/*padding: 5px 0 0 88px;*/
	background: url(images/prave_hrame_frame1.gif) no-repeat left top;
}
#marquee {
	width: 395px;
	height: 16px;
	position: relative;
	overflow: hidden;
}
#marquee .text {
	position: absolute;
	top: 0;
	left: 130px;
	white-space: nowrap;
	color: #fee4e4;
}