div.my_main
{
	margin:0px auto 0px auto;
	width:1000px;
}

div.top_head
{
	float:none;
	background: url(/images/top_head.jpg) #000 top left no-repeat;
	width:1000px;
	height:43px;
	text-align:right;
	/*float:left;*/
}

div
{
float:none;
}

div.left_moto
{
	background: url(/images/left_moto.jpg) #fff top left no-repeat;
	width:356px;
	height:271px;
	float:left;
}

div.right_moto
{
	background: url(/images/right_moto.jpg) #fff top right no-repeat;
	width:644px;
	height:271px;
	float:left;
}
div.topmenu
{
	width:230px;
}

div.divide
{
    float:none;
	background: url(/images/divide.jpg) #000 top left no-repeat;
	width:1000px;
	height:49px;
	/*float:left;*/
}

td.leftmenu
{
	background: url(/images/leftmenu.jpg) #000 top left no-repeat;
	/*border-right: white 1px dotted;*/
	width:269px;
	height:395px;
	vertical-align:top;
	text-align:left;
	padding:0px;
	margin:0px;
	/*height:100%;*/
	/*float:left;*/
}
div.leftmenu_text
{
	color:#fff;
	text-align:left;
	text-decoration:none;
	padding:5px 0px 5px 5px;
	margin:0px;
	float:left;
}

td.my_content
{
	background: url(/images/content_back.jpg) #000 bottom right no-repeat;
	/*border-right: white 1px dotted;*/
	width:731px;
	/*float:left;*/
	vertical-align:top;
	text-align:left;
}

div.my_content_text 
{
	/*width:731px;*/
	height:395px;
	margin:0px;
	padding:10px 5px 3px 5px; 
	margin:0px;
	vertical-align:top;
	text-align:left;
}
div.my_content_text a
{
  color: #DEDEDE;

  font-weight:bolder;
  font-size: 11px;
  font-family: Tahoma;

  text-decoration:none;
}
div.my_content_text a:hover
{
  color: #79a7ff;

  font-weight:bolder;
  font-size: 11px;
  font-family: tahoma;

  text-decoration:none;
}

div.my_footer
{
	float:none;
	background: url(/images/footer.jpg) #2a4f97 top left repeat-x;
	/*border-right: white 1px dotted;*/
	width:1000px;
	padding:0px;
	margin:0px;
	height:43px;
	/*float:left;*/
}

.big {
	font-size: 23px;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia;
}


.price {
  background-color: #FFCC00;
	color: #000000;
	padding: 2px 4px 2px 4px;
	font-weight: bold;
	font-size: 15px;
}

