/*gray: #E9E9E9
orange: #FF9933*/

body{
   font: 12px arial;  
}

/*DIV*/

div{

}

div.border{
  border-right: 5px solid #fff;
  width: 420px;
}

div.border2{
  border-right: 5px solid #fff;
  width: 370px;
}

div.award{
	vertical-align: top;
}

div#main{
    width: 758px;
    margin: 0 auto 0 auto;
}

div.content{
    background-color: #E9E9E9;
    margin: 5px 0px 5px 0px;
    padding: 0px;
}

div.content p{
    text-align: justify;
    margin: 5px;
}

img.staff{
	margin: 5px;
	border: 1px solid #FF9933;

}

p{
    margin:0px;
    padding:5px;
}

p.timestamp{
	color: #FF9933;
	padding: 0;
	font-size: x-small;
}

img#logo
{

    vertical-align:text-top;
    margin:0px;
    padding:0px;

}

img#pbar{
    margin: 3px 0px 3px 0px;
}

img.award{
	margin: 10px;
	float: right;
	background-color: #E9E9E9;
}

hr{
	display: block; 
	clear: right; 
	margin: 3px 0 0 0;
	visibility: hidden;
}

/*language block*/

div#lang{
    float:right;
    vertical-align:bottom;
    margin-top: 40px;  
}

div#lang p a{
  color:#000;
}

div#lang p{
  margin:0px;
  padding:0px;
}

/*menu list*/

ul
{
  list-style-image: url(./img/li.gif);
  list-style-type: square;

}

ul#lnk{
  background-color:#000;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
  text-align: justify;
	   
}

ul#lnk li{
  font-weight: bold;
	display: inline;
  color: #FF9933;
  margin: 0px;
  padding: 0px;
}

ul#lnk li a{
  text-decoration:none;
  color: #FF9933;
  margin:0px;
  padding: 0px 20px 0px 21px;
}

ul#lnk li a.de{
  padding: 0px 19px 0px 19px;
}

ul#lnk li a:link{
  
}

ul#lnk li a:visited{

}

ul#lnk li a:hover{
 
}

ul#lnk li a:active{

}

/*classes*/

.artlink{
	font-size: small;
}

.active{
  padding: 0px 22px 0px 23px;
  margin: 0px;
  display: inline;
  background-color: #FF9933;
  color: #000;
}

.activede{
  padding: 0px 21px 0px 21px;
  margin: 0px;
  display: inline;
  background-color: #FF9933;
  color: #000;
}

.center{
  text-align:center;
}

.right{
  text-align:right;
}

p.stext{
 position: relative;
  padding: 15px;
  border-top: 2px solid #000;
  border-left: 1px solid #000;
  width: 300px;
  float: right;
  /*height: 75px;
  /*top: 45px;*/
  left: -270px;
/*left: 130px;
  bottom: 125px;
*/
}

.rtext{
  float: right;
  width: 300px;
  height: 140px;
  font-style: italic;

}

.rcontact{
  float: right;
  width: 378px;
}

.error{
  color: #ff0000;
}

.left{
   border-right: 5px solid #fff;

   width: 440px;
}

/*links*/

a{
   color:#FF9933;
}

a:link{

}

a:visited{

}

a:hover{

}

a:active{

}

/*Staff table*/

table#staff{
    margin: 0px;
}

table#staff td{
    background-color: #E9E9E9;
	padding: 2px 6px 2px 2px;
	width: 300px;
}

em{
   font-weight: bold;
}

/*contact form table*/

table#contact{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

table#contact th{
	text-align: right;
}


/*h*/

h2{
   margin: 5px 5px 5px 5px;
   padding-top: 10px;
   font-size: medium;
}

h3{
   margin: 5px;
   font-size: small;
}

/*form elements*/

input{
	border: 1px solid #000;
 /* background-color: #ccc;*/
}

textarea{
	border: 1px solid #000;
	/*background-color: #ccc;*/
}