/*	CSS-Framework

	Version		: 0.2
	File name	: cssf-base.css
	Description	: Styles for webdewelopers
	Author		: Aleksej Romanovskij (http://css-framework.ru)
	
------------------------------ */

/* Utilites
------------------------------ */

* { margin: 0; padding: 0; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }
*:focus { outline: none; }
.hidden { display: none!important; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-back { background: none!important; }
.no-border, img { border: none!important; }
.container { overflow: hidden; }

/* Main custom rules
------------------------------ */

html { background: #000; font-family:  Verdana, sans-serif; }
body { width: 100%;}



a { color: #c3fec8; }
a:visited { color: #c3fec8; }
a:hover { color: #c3fec8; }
a:active { color: #c3fec8; }

/* Matrix
------------------------------ */
a img {
	border: 0px;
	float:left;
	margin: 5px;
	}


#header_l {
	float: left;
	width: 19%;
	height: 96px;
	position:absolute;
}
#header_r{
	position:absolute;
	left: 19%;
	width: 81%;
	height: 96px;
}

#content { position:absolute;top:96px; left: 19%;width: 81%; float: left; min-height: 660px; _height: 660px;}
#col-left { position:absolute;top:96px;float: left; width: 19%; min-height: 660px; _height: 660px;}


