	body {
	margin:10px;
	padding:60px;
	font-family: arial, helvetica, sans-serif;
	color:#fff;
	background-color:#37025C;
	{scrollbar-3dlight-color:#000000;
                                scrollbar-arrow-color:#BEB5C4;
                                scrollbar-base-color:#48007B;
                                scrollbar-track-color:#48007B;
                                scrollbar-darkshadow-color:#48007B;
                                scrollbar-face-color:#48007B;
                                scrollbar-highlight-color:#BEB5C4;
                                scrollbar-shadow-color:#BEB5C4;}
	
	#leftcontent {
		position: absolute;
		left:10px;
		right:10px;
		top:190px;
		width:200px;
		background:#37025C;
		}

	#centercontent {
		background:#37025C;
   		margin-left: 220px;
   		margin-right:10px;
		/*
		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 rule offers anoth*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 220px;
   		margin-right:10px;
		}

	#rightcontent {
		position: absolute;
		right:10px;
		top:160px;
		width:70px;
		background:#37025C;
		border:0px;
		}
	
	#banner {
		height:50px;
		padding:0px 0px 0px 0px;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:50px;
		}

		
	p {
		font:15px/20px arial, helvetica, sans-serif;
		padding:0px;
	}
	
	a {
	color:#fff;
	font-size:12px;
	text-decoration:none;
	font-weight:600;
	font-family:arial, helvetica, sans-serif;
	}
a:link {color:#7A6CE1;}
a:visited {color:#BEB5C4;}
a:hover {background-color:#FFFFFF;}
		


