body { margin: 100px; background: white; font-family: verdana, arial, helvetica, sans-serif;
	        font-size: 12px;
                font-weight: normal;
                text-decoration: none;
                color:	#000000;}
A {
	        font-family: verdana, arial, helvetica, sans-serif;
	        font-size: 12px;
                font-weight: bold;
                text-decoration: none;
                color:	#382C46;
                }

A:hover	{	
	        text-decoration: underline;
	        background: transparent;
                color: #3333FF;
                }

A:active {	
	        text-decoration: none;
                font-weight: bold;
                background: transparent;
                color: #0404B4;
                }


#banner h1 { padding:10px; }
#container { width: 100%; float: left; margin-right: -210px; }
#content { margin-right: 210px; border-right:1px dotted silver; padding:20px; }
#sidebar { width: 200px; float: right; }
#footer { padding:20px; }
.clearing { clear:both; height:0; }
