body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-image: url(../gfx/row_black2.gif);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	background-color: #f0f0f0;
		FONT-FAMILY: 'Trebuchet MS',serif; BACKGROUND-COLOR: #eee
}

#maincontainer{
	width: 1000px; /*Center container on page*/
	background-color: #ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 180px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

a.blueNav {
	color:#006699;
	text-decoration:none;
	font-family: arial;
	font-size: 11px;
	
	font-weight: bold;
	line-height: 12px;
     padding-top: 12px;
}
a.blueNav:hover{color:#990000;
font-weight:bold;
text-decoration:underline;}

<!--a.mainnav:link, a:visited{
<!--	color: #3d6982;
<!--	text-decoration: none;
<!--	font-family: Arial, Helvetica, sans-serif;
<!--	font-size: 12px;
<!--	line-height: 14px;

<!--}


<!--a.mainnav:hover {
<!--	color: #999999;
<!--	text-decoration: none;
<!--	font-family: Arial, Helvetica, sans-serif;
<!--	font-size: 12px;
<!--	line-height: 14px;
<!--}

 #button_readmore
  {	float: right;
    margin-top:5px;
	display: block;
	width: 82px;
	height: 30px;
	margin-bottom:10px;
	background-image: url(../gfx/button_readmore.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
  }

  #button_readmore:hover
  {
	background-image: url(../gfx/button_readmore_a.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
  }
  
  #button_buynow
  {	float: left;
    margin-top:5px;
	display: block;
	width: 100px;
	height: 30px;
	margin-bottom:10px;
	background-image: url(../gfx/button_buy.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
  }

  #button_buynow:hover
  {
	background-image: url(../gfx/button_buy_a.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
  }

#whitespace{
	float: none;
	width: 1000px; /*Width of left column in pixel*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	background-color: #ffffff;
	height:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	background-image: url(../gfx/row_blue.gif);
	background-repeat: repeat-x;
	background-position: center bottom;	
}
