/* CSS Document */
div#container{
	width: 100%;
	text-align: center;
}

div#all_content{
	margin:auto;
	padding:0;
	width: 800px;
	text-align: left;
	background-image:url(../images/bg_second.gif);
	background-position:right;
	background-repeat:repeat-y;
}

div#header{
	height: 18px;
	background-color:#FFF;
	width:800px;
	/*background-image:url(/templates/mainpage/images/christmastop.gif);
	background-position:left bottom;
	background-repeat:no-repeat;*/
}

div#logospace{
	height:66px;
	width:800px;
/*  vertical-align:middle;
	background-color:#FFF;*/
/*	background-image:url(/templates/mainpage/images/christmasbody.gif);
	background-position:left top;
	background-repeat:no-repeat;*/
}

div#logo_rtds{float:left; padding-top:17px; padding-left:8px;}
div#brand_logo{margin-top:9px; float:right; margin-right:5px;}

div#left_col{
	 background-color:#FFF;
	 /*background-image:url(/templates/mainpage/images/christmasbottom.gif);
	 background-position:left top;
	 background-repeat:no-repeat;*/
}

div#main_picture{float:left; width:600px; height:200px; background-color:#C8C8C8;}
div#hot_links{float:left;background-color:#C8C8C8;width:200px;height:200px;}

#main_text{
	padding-left:0; 
	padding-right:0; 
	padding-bottom:0; 
	padding-top:0;
}

#main_content {
	margin-top:0px;
	float:right;
	width:600px;
}

div.main_content_separator{clear:both; height:6px; font-size:6px;}

/* Левая колонка. Одна четвертая всего содержимого */
#left_col
{
	float: left;
	width:200px;
	padding:0;
	margin:0;
}

#footer {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size:10px;
	text-align:right;
	background-color: #FFF;
	color:#999;
	font-weight:normal;
}
