

/*
www.eyeclinic.ru general layout style sheet
Copyright 2008 Alexander Vakhlov
Last edit: 2008-07-24 @ 13:33
*/
/* TOC
   GENERIC
   HEADER
   LEFT SIDEBAR
   MAIN
   RIGHT SIDEBAR
   FOOTER
*/
/* =GENERIC
   ---------------------------------------------------------------------------*/
/* Reset styles */
html, body, h1, h2, h3, h4, h5, h6, p, a, img, ul, ol, li, dl, dt, dd, table, tr, th, td, form, fieldset {
	border:  0;
	margin:  0;
	padding:  0;
}
ul, ol { list-style-type:  none; }
/* font-size = 10px; */
body {
	background:  #E6E4E1;
	font-family:  Tahoma, Helvetica, sans-serif;
	font-size:  62.5%;
	min-width:  1000px;
}
/* links underlining */
a {
	color:  #39C;
}
a:link, a:visited { text-decoration:  underline; }
a:hover, a:active { text-decoration:  none; }
/* =HEADER
   ---------------------------------------------------------------------------*/
#header {
	height:  154px;
}
#wrapper {
    float:  left;
	width:  100%;
}
#left-sidebar {
	float:  left;
	width:  179px;
}
#content {
	padding:  0 153px 0 179px;
}
#right-sidebar {
    float:  left;
	margin-left:  -153px;
	padding:  1px 11px 20px 11px;
	width:  131px;
}
#footer {
	clear:  both;
	height:  40px;
}