*
{
	padding: 0;
	margin: 0;
}

img, div { behavior : url(/application/css/iepngfix.htc); }

body
{
	color: rgb(36, 23, 12);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

p {
	margin-bottom: 5px;
}

a img { border : none; }

#wrap
{
	width: 950px;
	margin: 0 auto;
	position: relative;
/*	border: solid 1px blue;*/
}

a:hover {
	text-decoration:none;
}
a {
	color:#FF0000;
}

#wrap #holder {
  position: absolute;
  top:0px;
  left: 0px;
}

#wrap #holder #base {
  position: absolute;
  padding-left: 150px;
  top: 0px;
  left: 0px;
  width: 800px;
}


#wrap #top {
	width: 950px;
	position: relative;
	top:0px;
	left: 0px;
}

#wrap #top #logo {
  position: absolute;
  width: 146px;
  height: 100px;
  left: 0px;
  top: 0px;
  border: solid 1px #E6E6E6;
  background-image: url("../gfx/srafa.jpg");
}

#wrap #top #logo div {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-top: 25px;
}

#wrap #top #logo img {
  width: 50px;
  height: 50px;
}

#wrap #top #banner {
  position: absolute;
  width: 800px;
  height: 100px;
  left: 150px;
  top: 0px;
  border: solid 1px #E6E6E6;
  background-image: url("../gfx/srafa.jpg");  
}

#wrap #holder #base #text {
  position: relative;
  top: 104px;
  border: solid 1px #FAF6F6;
  width: 596px;
  padding: 10px;
  background-image: url("../gfx/srafa2.jpg");  
  min-height: 350px;
  float: left;
}

#wrap #holder #base #text h1 {
  font-size: 20px;
}

#wrap #text #content {
  margin-top: 10px;
  text-align: justify;
  font-size: 12px;  
}

#wrap #text #content p {
  margin-bottom: 5px;
}

#wrap #text #content a{
}

#wrap #text #content ul {
  margin-left: 45px;
  margin-bottom: 10px;
}

#wrap #text #content h2.newsheading {
  font-size: 14px;
}

#wrap #text #content h3.newdate {
  font-size: 12px;
}

#wrap #left-menu {
  position: relative;
  top: 104px;
  border: solid 1px #E6E6E6;
  width: 146px;
  float:left;
  background-image: url("../gfx/srafa.jpg");
}

#wrap #left-menu ul#menu {
  margin-left: 10px;
  margin-top: 10px;
  list-style-type: none;
}

#wrap #left-menu ul#menu li a.menu-item {
  text-decoration: none;
  font-size: 12px;
  color: black;
}

#wrap #left-menu ul#menu li a:hover.menu-item {
  text-decoration: underline;
}

#wrap #left-menu ul#menu li a.active {
  font-weight: bold;
  color:#FF0000;
}

#wrap #left-menu ul#menu li ul.sub-menu {
  list-style-type: none;
  margin-left: 10px;
}

#wrap #right-menu {
  position: relative; 
  top: 104px;
  float: right;
}

#wrap #right-menu .news {
  border: solid 1px #E6E6E6;
  width: 160px;
  padding-left: 10px;
  padding-right: 10px;
  background-image: url("../gfx/srafa.jpg");
}

#wrap #right-menu .news h3 {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}

#wrap #right-menu .news div {
  margin-top: 5px;
}

#wrap #right-menu .news div a.heading {
  font-size: 12px;
  text-decoration: none;
  color: black;
}

#wrap #right-menu .news div h4 {
  font-size: 10px;
  text-align: right;
}

#wrap #right-menu .news div a.annotation {
  color: black;  
}

#wrap #right-menu .action_offers {
   width: 160px;  
   border: solid 1px #E6E6E6;
   margin-top: 5px;
  background-image: url("../gfx/srafa.jpg");
  padding-left: 10px;
  padding-right: 10px;
}

#wrap #right-menu .action_offers h4 {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;  
}

#wrap #right-menu .action_offers div a {
}

#wrap #right-menu .action_offers div a:hover {
  text-decoration: underline;
}

#wrap #right-menu .action_offers div img {
  border: none;
  margin-right: 5px;
  text-decoration: none;
}

#wrap #footer {
  position: relative;
  top: 120px;
/*  bottom: -20px;*/
  left: -150px;
  width: 950px;
  border: solid 1px #E6E6E6;
  height: 18px;
  font-size: 12px;
  background-image: url("../gfx/srafa.jpg");
}

#wrap #footer a {
  text-decoration: underline;
  color: black; 
}

.reset {
	clear: both;
	height:1px;
}

.error {
	color: red;
	margin-left: 10px;
}

.gallery {
	margin-top: 30px;
}

.gallery h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

.gallery a {
	float: left;
}

.gallery a img {
	border: solid 1px black;
	margin-top: 10px;
	margin-right: 10px;
}