

body {
    margin: 0px;
    padding: 0px;
    background-color : #090909;
    background-image : url('../gfx/strip.jpg');
    background-repeat : repeat-x;
    background-position: 0px 79px;
    font-size: 12px;
	    color : #ffffff;
	    font-family : Tahoma, Verdana, Arial, sans-serif;
	line-height: 16px;
  }
table tr td{
font-family : Tahoma, Verdana, Arial, sans-serif;
	   font-size: 12px;
    color : #ffffff;

}
img{

border: 2px solid white;
}

.gif{
border: 0px; important!
}

a {
    color: white;
    text-decoration: none;
  }


#page {
    padding-top: 10px;
  }


#main_section {
	background-image : url('../gfx/main_background.jpg');
	display : block;
	height : 612px;
	text-align : left;
	width : 812px;
}

.gallery_main{
	float:left;
	width: 130px;
	margin: 10px;
	text-align:center;
}
.gallery_title{
	text-align:center;
	margin-bottom: 5px;
}

#main_menu {

    font-weight : bold;
    left : 250px;
    position : relative;
    top : 77px;
  }


.selected {
    color: #f9a98e;
  }
.selected2 {
    color: white !important;
  }

#menu2 {
    left :250px;
    position : relative;
    top : 106px;
    width : 500px;
  }


#menu2 a {
    font-weight: bold;
    padding-right: 20px;
 	color: #f9a98e;
  }


#content {
    height : 320px;
    left : 250px;
    overflow : hidden;
    position : relative;
    text-align : justify;
    top : 130px;
    width : 490px;
  }
.news_text{
border-bottom: 1px solid #f9a98e;
padding-left: 10px;
padding-bottom: 5px;
}

#easyscrollnav {
    text-align:right;
  }


#easyscrollnav li {

    float: right;
	width: 26px;
	height: 20px;
    display :inline;
	cursor:pointer;
	margin: 2px;
	
  }


#btnUp {
	background-image : url('../gfx/up.gif');
	
	
  }


#btnDown {
    background-image : url('../gfx/down.gif');

  }

