	@import "all.css"; /* just some basic formatting, no layout stuff */
	
	body {
		background: #990000;
		margin:10px 10px 10px 10px;
		padding:0px;
				}
		
	
	#leftcontent {
		position: absolute;
		left:10px;
		top:50px;
		width:200px;
		background:#fff;
		border:1px solid #000;
		font-size:13px
		}

	#centercontent {
		background:#fff;
   		margin-left: 199px;
   		margin-right:199px;
		border:1px solid #000;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this voice-family: "\"}\"";
		*/
		voice-family: inherit;
   		margin-left: 201px;
   		margin-right:201px;
		FONT-FAMILY: verdana, helvetica, arial;
		FONT-SIZE: 14px
		}
	html>body #centercontent {
   		margin-left: 201px;
   		margin-right:201px;
		}

	#rightcontent {
		position: absolute;
		right:10px;
		top:50px;
		width:200px;
		background:#fff;
		border:1px solid #000;
		}
	
	#banner {
		background:#fff;
		height:40px;
		border-top:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:39px;
		}
	html>body #banner {
		height:39px;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}

		h2 
		{font-size:12px;
		}

		
	#banner h1 {
		font-size:14px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
	
	#rightcontent p {
		font-size:12px
		}
	
	#leftcontent p {
		font-size:13px
		}
a:link{text-decoration:none; color:#000066;} 
                   a:active{text-decoration:none; color:#E68200;} 
                   a:visited{text-decoration:none; color:#000066;} 
                   a:hover{text-decoration:underline; color:#E68300;} 
	 
 		  a:link#01{text-decoration:none; color:#E68300;} 
                   a:active#01{text-decoration:none; color:#E68200;} 
                   a:visited#01{text-decoration:none; color:#E68300;} 
                   a:hover#01{text-decoration:underline; color:#000000;} 
	 
 a:link#02{text-decoration:none; color:#000000;} 
                   a:active#02{text-decoration:none; color:#000000;} 
                   a:visited#02{text-decoration:none; color:#000000;} 
                   a:hover#02{text-decoration:underline; color:#E68300;
				   }

	 #data
		{
		position: absolute;
		top: 20px;
		right: 30px;
		}

		
		.titull{COLOR: #990033;FONT-FAMILY: verdana, helvetica, arial;FONT-SIZE:20px;FONT-WEIGHT: bold;text-align: center;}
		.byline	{font-family: Verdana,Helvetica, Arial, sans-serif;color: #999999;font-size:11px;} 
		.theks	{font-family: Verdana, Helvetica, Arial, sans-serif;color: #990033;; text-decoration: underline;} 

A.submenu2:link {font-size: 12px; text-decoration: none; color:#990033; font-family: verdana, helvetica, arial; font-weight: bold;}
A.submenu2:active {font-size: 12px; text-decoration: none; color: #990033; font-family: verdana, helvetica, arial; font-weight: bold;}
A.submenu2:visited {font-size: 12px; text-decoration: none; color: #990033; font-family: verdana, helvetica, arial; font-weight: bold;}
