*{
	padding: 0;
	margin: 0;
	border: 0;
}

body{
   min-width: 1000px;
	background: #000;
   background-image: url(/@/img/fon.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	font-family: sans-serif;
	color: #fff;
}

a {
     text-decoration: underline;
     color: #ffecb8;
}
a:hover {
     text-decoration: none;
	  color: #48b407;
}
table {
     border-collapse: collapse;
	  font-size: 13px;
     border: none;
}
table td {

     vertical-align: top;
     padding: 5px;
     border: none;
}
table.visible td {
     border: 1px solid #9f2064;
}
p, index {
     padding-bottom: 12px;
}
ul {
     list-style: square;
}
ul, ol {
     list-style-position: inside;
     padding-bottom: 10px;
     padding-top: 5px;
}
ul li, ol li {
     padding-bottom: 4px;
}


h1, h2, h3, h4{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 10px;
	color:#fff;
}

#wrapper {
   background-image: url(/@/img/img.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 100%;
	min-width: 1000px;
	
}

#promo1, #promo2, #promo3, #promo5{
	margin-top: 10px;
	margin-bottom: 15px;
}

#promo1, #promo2, #promo5 {
   padding: 10px;
   background:#9f2064;
	
}


/* -------------------------------- head --------------------------- */


#head{
   height: 300px;
	font-size: 14px;
}

#logo{
   padding-left: 30px;
	padding-top: 60px;
}

/* --------------------------- conteiner --------------------------- */


#conteiner{
   padding: 30px;
	font-size: 14px;
}

#conteiner table td{
	border: 1px solid #9f2064;
	text-align: left;
}

#contentbox{
	background-color: #731748;
	padding: 30px;
}

#sub-section{
	width: 350px;
	float: left;
}

#mainmenu ul {
   list-style: none;
   font-size: 18px;	
}

#mainmenu ul ul {
	padding-left: 20px;
   font-size: 14px;	
}

#content{
	margin-left: 350px;
	padding-left: 10px;
	text-align: justify;
	font-size: 14px;
}



.news{
	padding-bottom: 25px;
}

span{
	display: block;
	font-size: 16px;
	color: #fff;
}

#footer {
   padding: 15px;
}

form {
   padding: 20px 0;
}
