/* CSS-Framework Import
------------------------------ */

@import url(cf-menu.css);
@import url(cf-content.css);
@import url(cf-form.css);

/* Utilites
------------------------------ */

* { margin: 0; padding: 0; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }

.hidden { display: none; }
.no-margin { margin: 0!important; }
.no-back { background: none; }

/* Main custom rules
------------------------------ */

html {
	background:#1f1f1f url(../img/bg_body.jpg) 0 0;
	font:.75em/1.5 Verdana, Arial, Helvetica, sans-serif;
	color:#888888;
}

body {
}

.wrapper{
	background:transparent url(../img/head_bg.jpg) repeat-x 0px 117px;
	min-width:1004px
}

#header {
	position:relative;
	height:114px;
	width:100%;
	background:#000;
	border-bottom:3px solid #9a9478;
}

#site {
	margin:0 auto;
	padding:5em 3em;
}
#col-left {
	float:left;
	width:35em;
	margin-top:2em;
}
#content {
	margin-top:10px;
	margin-left:38em;
}
#footer {
	clear:both;
	height:80px;
	font-size:.9em;
	background:#000 url(../img/webmoney.gif) no-repeat 97% center;
}

