body {
	margin: 0;
	padding: 0;
	font: 12px arial, sans-serif;
	color: #000;
	background: #FFF url("../images/pattern.jpg") top left repeat;
}

#site 
{ 
position: relative;
width: 90%; 
margin: 0 auto; 
background-color: #fff; 
color: #333; 
border: 1px solid gray; 
line-height: 130%;
min-width: 800px;
} 

#header { 
padding: 0;
margin: 0;  
border-bottom: 1px solid gray; 
background: #FFF url("../images/pasik.jpg") top left repeat;
_width: expression(((document.body.clientWidth)) < 900? "800px": "auto" );
} 

a {
  color: #363;
  text-decoration: none;
  }
  
a:hover {
  color: #363;
  text-decoration: underline;
  } 



#side-a 
{ 
float: left; 
width: 160px; 
margin: 0; 
padding: 1em;
} 

#side-a ul {
  margin: 5px 0;
  padding: 0 10px;
  list-style-type: none;
  }

#side-a ul li ul li {
  line-height: 17px;
  }  

#side-b 
{ 
float: right; 
width: 160px; 
margin: 0; 
padding: 1em; 
} 

#content
{ 
margin-left: 200px; 
border-left: 1px solid gray; 
margin-right: 200px; 
border-right: 1px solid gray; 
padding: 1em; 
} 

#footer
{ 
clear: both; 
margin: 0; 
padding: .5em; 
color: #333; 
background-color: #ddd; 
border-top: 1px solid gray; 
} 

#side-a p, #side-b p { margin: 0 0 1em 0; } 
#content h2 { margin: 0 0 .5em 0; }
H3 {
	margin: 0px;
	padding: 0 0 5px 0;
	color: #363;
	font-size: 16px;
}

div.articletitle,
div.articletitlevideo {
  color: #9BBAA7;
  padding: 7px 0;
  background: transparent url("images/article.gif") center left no-repeat;
  }  

div.articletitle a, div.articletitle a:hover {
  font-weight: bold;
  }  

#articlesource {
  text-align: right;
  color: #999;
  padding-right: 15px;
  } 

#articleh3 {
  font-weight: lighter;
  font-size: 16px;
  }

#articleh3video {
  background: transparent url("images/articlevideo.gif") center left no-repeat;
  }  

#articlecontent {
  margin: 10px 0;
  line-height: 17px;
  }  
  
#navlink {
  font-weight: lighter;
  padding-bottom: 20px;
  }     
  
.left { float: left; }
.right { float: right; }
img {border: 0;}  

#documentlist {
  padding: 0;
  margin: 0;
  border: 1px solid #000;
  }

.news { padding-bottom: 10px}  

#imagelist {
  padding-top: 10px;
  position:relative; 
  z-index:100; 
  }
  
#imagelist a, 
#imagelist a:visited {
  display: block; 
  width: 93px; 
  height: auto; 
  text-decoration: none; 
  background-color: #EEE;
  top:0; 
  left:0; 
  border:0;
  float: left;
  padding: 5px;
  margin: 2px 10px;
  }

#imagelist a:hover {
 text-decoration:none;
 background-color:#DDD;
 color:#333333;
}

#imagelist .image {
  height: 100px;
  float: left;
  }

#imagelist a img {
  border:0;
  }
  

.clear {
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: transparent;
	}  
  
#content table { border-collapse:collapse; }
#content table, #content th, #content td { border: 1px solid #999; padding: 2px 5px;}  
   
