@charset "utf-8";
/* CSS Document */

body {
    width: auto;
	background: #f0f2f3 url(../images/yzor_back.gif) repeat-x left top;
} 

#container { 
    width:1000px;
	border-style: ridge;
	border-width: thin;
	border-color: #CCC;
	text-align: left;
	margin: 0 auto;
	background-color: #FFF;
	color: #000000;
} 

#mainContent {
	margin: 0 180px;
	min-height: 600px;
	background: url(../images/gradtxt.gif) repeat-x ;
	border: dotted thin #cccccc;
} 

#header { 
    margin-top: 30px; height: 70px; padding: 0; 
	background: url(../images/yzor.jpg) repeat-x bottom;
} 

#leftblock {
	float: left;
	width: 170px;
	margin: 0 5px 0 3px;
}

#rightblock {
    float:right;
	width: 170px; 
	margin: 0 2px 0 7px;	
}

#footer {
	clear: both;
	height: 93px;
	margin: 0;
	background: url(../images/gradfoot.gif) repeat-x;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
