* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	color:#999;
	background-color:#000;
}
a {
	color: #0F9FCE;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CC6600;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color:#1F1410;
	padding-bottom:10px;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 314px;
	background-image:url(images/rip_01.jpg);
	background-repeat:no-repeat;
}

/* Шапка сайта
----------------------------------------------------------------------------*/
#left_div {
    width:307px;
	height:139px;
	float:left;
}

#1_foto {
    width:306px;
	height:139px;
}
#bar {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	color:#999;
	width:960px;
	height:30px;
	background-image:url(images/rip_02.jpg);
	background-repeat:no-repeat;
	text-align: right;
}
#bar a {
	color: #999;
	outline: none;
	text-decoration: none;
}
#bar a:hover {
	text-decoration: underline;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 15px;
	height: 1%;
	background-color:#1F1410;
	
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	background-color:#1F1410;
}
#content {
	width:655px;
	margin-left: 277px;
	border:solid #333 1px;
	text-align: justify;
	padding: 5px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 240px;
	margin-left:15px;
	background: #1F1410;
}
#menu {
    width: 240px;
	border:solid #333 1px;
	padding: 5px;
}
#menu li {
    list-style:none;
}
#info {
    width: 240px;
	border:solid #333 1px;
	padding: 5px;
}
#info li {
    list-style:none;
}
#news {
    width: 240px;
	border:solid #333 1px;
	padding: 5px;
}
#counter {
    width: 240px;
	padding: 5px;
	text-align: center;
}
#contact {
    width: 240px;
	border:solid #333 1px;
	padding: 5px;
	text-align:center;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 960px;
	margin: -15px auto 0px;
	height: 15px;
	background: #1F1410;
}
/* Test
----------------------------------------------------------------------------*/
.zagolovok {
   color: #CC6600;
   text-align: center;
}
.footer {
   width:940px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:9px;
   text-align:right;
}
.table {
	border-collapse:collapse;
	border:1px #333 solid;
	padding:5px;
}
table td {
	padding:2px;
	border-color:#333;
	
}  