﻿body {
	overflow-x: hidden;
	min-width: 1000px;
}
* html body {
width:expression(document.documentElement.clientWidth < 1000 ? "1000px" : "auto");
}	/* IE  */
html, body, div, p, table, pre, td, tr, th, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, img, blockquote, iframe {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html,body {
	height:100%;
}


/**/


table.main_table {
	width: 100%;
	height: 100%;
	background: white;
}
td.left, td.right {
	width: 10%;
	background: gray;
}

td.left {
	background: url(img/back_left.gif) repeat-y right;
}
td.right {
	background: url(img/back_right.gif) repeat-y;
}
td.main {
	padding: 0px 0px;
	vertical-align: top;
	width: 80%;

}
.header { display: inline;
	width: 100%;
	height: 100px;
	top:0px;
	left:0px;

}
.main_frame {
	background: white;
	position: relative;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px; 
}
.main_frame1 {
	position: relative;
	width: 100%;
	height: 100px;
	top: 0px;
	left: 0px; 
}
.logo {
	position: absolute;
	width: 320px;
	height: 60px;
	top: 20px;
	left: 0px;
	text-align: center;

}
.banner {
	padding: 0% 2%;
	position: absolute;
	width: 96%;
	height: 60px;
	top: 15px;
	left: 0px;
}
.footer {
	width: 100%;
	height: 100px;
	position: static;
	background: white;
	text-align: center; background: red;
}
table#main_table {
	width: 100%;
	height: 100%; margin: 0px;
}
.content  { 
	background: green;
	height:100%;
}
.left_column { 
	background: yellow;
	width:220px; 
	vertical-align: top;
}
#advert {
	width:100%;
}
.adds {
	background:red;
	height: 120px;
	width:100%;
}

.adds td {width: 200px; border: 1px solid black; padding:20px;}
.menu {background:green;}
.searchback {
position: relative;
top:-180px;
left: 15px;
height: 180px;
width: 200px;
background: url(img/back_search.png); background-repeat: repeat-x;
}
.s_l_2 {
position: relative;
top:0px;
left:11px;
height:180px;
width: 4px;
background: url(img/back_search_border.png); background-repeat: repeat-x;
}
.s_t {
position:relative;
top:0px;
left:15px;
height: 4px; width: 200px;
background: #009900;
}