a {color:#000}

a:hover {color:#000; text-decoration:none}

* {
	margin: 0;
	padding: 0;
}

/* markup */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

body
{
  height: 100%;
  background-image: url(../img/bg.gif);
  background-repeat: repeat; 
  background-position: 3px 2px;
  min-width: 1150px;
  	font-family: Arial;
	color: black;
	font-size: 11px;
}

#all {
   min-width: 970px;
   margin: 0 auto;
   min-height: 100%;
   margin: 0 50px;
   border-left: 1px solid white;
   border-right: 1px solid white;
   position: relative;
   background-color: white;
   	background-image: url(../img/polos.jpg);
	background-repeat:  repeat-y;
}

#header {
	height: 125px;
    background-image: url(../img/header_bg.jpg);
    background-repeat: repeat-x; 
    position: relative;
}

#logo {
	background-image: url(../img/logo.jpg);
	background-repeat:  no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 346px;
	height: 100%;
}

#fotos {
	position: absolute;
	top: 0;
	right: 50px;
	background-image: url(../img/fotos.jpg);
	background-repeat:  no-repeat;
	background-position: top right;
	width: 389px;
	height: 186px;
	z-index: 5;
}

#fotos2 {
	position: absolute;
	top: 0;
	right: 19px;
	background-image: url(../img/foto_ugol.png);
	background-repeat:  no-repeat;
	background-position: top right;
	width: 32px;
	height: 125px;
	z-index: 5;
}

#address {
	height: 75px;
	background-color: #E1DFD3;
	padding: 0 250px;
	position: relative;
}

#news_top {
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url(../img/news_top.jpg);
	background-repeat:  no-repeat;
	width: 221px;
	height: 14px;
}

#content {
	position: relative;
/*	min-height: 500px;   */

	height: 100%;
}

#left {
	float: left;
	width: 220px;
/*	min-height: 500px;   */
}

#right {
	float: right;
	width: 221px;
	min-height: 400px;  /* */
	background-color: #A8BE5C;
	background-image: url(../img/news_bg.jpg);
	background-repeat:  no-repeat;
	background-position: top left;
}

#menu {
	position: absolute;
		background-image: url(../img/menu_bg.png);
	background-repeat:  no-repeat;
	width: 196px;
	height: 186px;
	z-index: 6;
	top: 85px;
	left: 76px;
}

#bookblock {
	position: absolute;
		background-image: url(../img/book_bg.png);
	background-repeat:  no-repeat;
	width: 176px;
	height: 340px;
	z-index: 6;
	top: 290px;
	left: 76px;
	padding: 15px 10px;
	font-family: Arial;
	color: black;
	font-size: 11px;
}

#text {
	margin: 0 230px;
	padding: 10px 0;
}

#text1 {
	margin: 0 30px 0 230px;
	padding: 10px 0;
}

#footer {
   min-width: 970px;
   margin: 0 auto;
   margin: 0 50px;
   border-left: 1px solid white;
   border-right: 1px solid white;
   position: relative;
   
}

#foomenu {
	position: relative;
	background-image: url(../img/foo_bg.png);
	background-repeat:  repeat-x;
	height: 30px;
	text-align: center;
}

#copy {
	height: 45px;
	position: relative;
	background-color: white;
}


.nomer {
  float:left;
  margin:10px;
}


.clear {
	clear: both;
}

#nomera {
	position: relative;
}


#counters {
	position: absolute;
	width: 31px;
	height: 31px;
	right: 10px;
	top: 8px;
	background-color: gray;
}


/* text */
p {
	padding: 5px 10px;
}

#address p {
	font-size: 14px;
	font-family: "Times New Roman";
	font-weight: normal;
	}

#copy p {
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
}

h1 {
	font-size: 19px;
}

#right p {
	padding: 5px 20px;
}

#right h1{
	color: #0e82d9;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding-bottom: 10px;
}

h2 {
	font-size: 17px;
}

#right h2{
	color: black;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 20px;
}

#bookblock h2{
	color: white;
	font-weight: bold;
	font-size: 14px;
}

#bookblock a{
	color: #57ceff;
	font-weight: bold;
	padding: 0 10px;
	text-decoration: none;
}

h3 {
	font-size: 15px;
}

h1, h2, h3 {
	padding-left: 10px;
	font-weight: normal;
}

#footer p {
	font-size: 10px;
	padding-top: 25px;
}

a IMG {
	border: none;
}
#foomenu ul {
	padding: 5px 0;
}
#foomenu li {
	display: inline;
	padding: 0 15px;
}

#foomenu a {
	color: white;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: bold;
}

#menu li {
	list-style: none;
    background-image: url(../img/menu_item.gif);
	background-repeat:  no-repeat;
	height: 20px;
}

#menu ul {
	margin: 15px 20px;
}

#menu IMG {
	margin: 3px 23px;
}