/*Блоки*/

#header, #menu, #body, #footer
{
width:80%;
margin-left:auto;
margin-right:auto;
min-width:1000px;
}

#header
{
	height:100px;
 	background-image: url(images/);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top:40px;
	margin-bottom:20px;
}

#site_title
{
float:left
}

#site_contacts
{
float:right;
}

#menu
{
height:22px;
border:1px solid;
border-color:#666666;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background:url(http://www.teh.by/assets/images/menubg.png);
vertical-align:middle;
padding-left:10px;
padding-top:0.6em;
color:#FFFFFF;
font-size:1.1em;
}


#body
{
margin-top:30px;
}

#column {
	float: right;
	width:29%;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #666666;
	padding-left:10px;
}

#content {
	margin-left:200;
	float: left;
	width:69%;
}


#footer
{
margin-top:20px;
padding-top:10px;
text-align:center;
}

/*Текст*/

body
{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #333333;
}

h1, h2, h3
{
font-family: Verdana;
margin:0px;
padding:0px;
line-height:200%;
}

h1
{
font-size:18px;

}

h2
{
font-size:13px;
color:#666666;
}

h3
{
font-size:12px;
font-weight:bold;
}

p
{
margin-top:5px;
margin-bottom:20px;
}

a
{
color:#990000;
}

a.menu
{
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}

a.menu:hover
{
text-decoration:underline;
}

s1
{
font-size:8px
}
s2
{
font-size:9px
}
s3
{
font-size:10px
}
s4
{
font-size:11px
}
s5
{
font-size:12px
}

#ajaxSearch_form
{


}

#ajaxSearch_output
{

margin-bottom:10px;
}

fieldset
{
border:0px;
}
