﻿body
{
	background-position: top;
	font-family:Tahoma;
	font-size: 12px;
	line-height: 140%;
	/*background-image: url('Images/BackGrn.png');*/
	background-repeat: repeat-x;
}

h1
{
	color:White;
	font-size:large;
	text-align:center;
}
h2
{
	color: #DC2525;
	font-size: larger;
}
hr
{
	color: #F0F0F0;
}


#MainBlock
{
 width:700px; 
 height:400px;
 margin-left:auto; 
 margin-right:auto; 
 margin-top:50px;

}

#LeftBlock
{
	
	width:140px;
	float:left;
}

#RightDescriptionBlock
{
    width: 550px;
	float: right;
	/*
	padding:20px;
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
    */
}

#SiteListBlock
{
	float:right;
	width:590px;
}


/* Box */

.r1, .r2, .r3 {
    display: block;
    height: 1px;
}

.r3 { margin: 0 3px; }
.r2 { margin: 0 2px; }
.r1 { margin: 0 1px; }


#rounded-box-hot .inner-box, #rounded-box-hot b
{
	background-color: #EEEEEE;
	
}