﻿#divContent
{
}

/*** menu ***/
#divMenu
{
	background-image: url(bgm.jpg);
	background-position: center 0px;
	background-repeat: repeat-x; /*background-color: #f7f7f7;*/
	border-bottom: solid 1px #92bee3;
	margin: 0 auto;
}
/*** end menu ***/

/***** results *****/
#divResults
{
	background-color: #ffffff; /*border: solid 1px #ffffff;*/
	margin: 0 auto;
	padding: 0 0;
}
#divResults .row
{
	background-image: url(bgi.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	padding: 10px 0 10px 0;
}
#divResults .R
{
	float: right;
	height: 120px;
	line-height: 15px;
	padding: 10px 0 0 0;
	text-align: center;
	width: 120px;
}
#divResults .L
{
	float: right;
	height: auto;
	padding: 2px 0 2px 5px;
	width: 550px;
}
/***** end results *****/


