html, body
{
	background:       #ffffff;
	color:            #666666;
	font-family:      Arial, "Times New Roman", sans-serif;
	font-size:        11px;
	margin:           0;
	padding:          0px;
	text-align:       left;
}

html { min-height: 100%; margin-bottom: 1px; }

html { overflow: -moz-scrollbars-vertical !important; }

h1
{
	color:			  #000000;	
	font-size:        11px;	
	margin:           0;
	padding:          0px;
}

div#mainContainer
{
  margin:           0 auto;
  width:            950px;
}

div#leftSide
{
  margin-top:		15%;
  margin-left:		5%;
  width:            350px;
  height:			100%;
}

div#rightSide
{
  margin-top:		-18.5%;
  margin-left:		30%;
  width:            600px;
  height:			100%;
}


a:link { color: #666666; text-decoration: none; }
a:visited { color: #666666; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; }
a:active { color: #666666; text-decoration: none; }




