

/*
mr66.ru general layout style sheet
Copyright 2008 Alexander Vakhlov, Konstantin Rozhkov
Last edit: 2008-12-04 @ 18:23
*/
/* TOC
	COLORS
	GENERIC
	LAYOUT
	ADVERTISEMENT
	HEADER
*/
/* =COLORS


   ---------------------------------------------------------------------------*/
/* =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 = 12px; */
body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  62.5%;
	min-width:  1000px;
}
/* links underlining */
a {	color: #0066cc; }
a:link, a:visited { text-decoration:  underline; }
a:hover, a:active { text-decoration:  none; }
/* =LAYOUT
   ---------------------------------------------------------------------------*/
.fixed #width-control {
	margin:  0 auto;
	width:  1000px;
}
#width-control {
}
.liquid #width-control {
	padding:  0;
	margin: 0;
	width:  100%;
}
/* =ADVERTISEMENT
   ---------------------------------------------------------------------------*/
#top {
	background: #70c038;
	border-bottom: 1px #fff solid;
	height: 100%;
	/*width: 100%;*/
	overflow: hidden;
	text-align: center;
}
/* =HEADER
   ---------------------------------------------------------------------------*/
#header {
	border-bottom: 1px #666 solid;
}
#headerDeco {
	height: 270px;
	overflow: hidden;
}
#wrapper{float:left;width:100%}
#lc{margin: 0 266px 17px 0;}
#rc{float:left;width:236px;padding-right: 30px;margin: 0 0 17px -266px}

#footer {
	clear: both;
}
#tfooter {
	clear: both;
}
img.marginLeft {
	margin-left: 10px;
}
img.marginRight {
	margin-right: 10px;
}
.colorRed {
	color: #e20067;
}
.colorGrey {
	color: #808080;
}
.colorBlack {
	color: #000;
}