/* CSS Document */
a, a:link, a:active {
/*  color: #930;*/
	color: rgb(255,153,0);
}
a:visited {
/*  color: #630;*/
	color: rgb(255,153,0);
}
body {
  padding: 0px 0px 0px 0px; /* LTR */
  background-image: url(../im/site/background.jpg);
  background-repeat: repeat;
  font-family: arial, sans-serif;
  border-top: 0px solid gray;
	margin:0px 0px 0px 0px;
}
ul {
  list-style-type: disc;
}
#content{
	text-align:left;
	background-image: url(../im/site/main.jpg);
	width:800px;
	margin:0px 0px 0px 0px;
}
#top_bar{
	width:784px;
	height:70px;
	background-image:url(../im/site/menu.jpg);
	margin-top:-4px;
}
#top_bar a{
	display: block; 
	color:white;
	text-decoration:none;
	padding: 0px 15px 0px 15px;
}
#top_bar a:hover{
	display: block; 
	color:white;
	text-decoration:none;
	background: #3f3f3d;
	cursor:pointer;
	padding: 0px 15px 0px 15px;
}
#footer{
	width:784px;
	height:68px;
	padding:20px 0px 0px 0px;
	background-image:url(../im/site/footer.jpg);
}
.link_top_bar :link:hover{
	background: #3f3f3d;
}
.sub_top_bar{
	float:left;
	line-height:70px;
	height:70px;
	border-style:solid;
	border-color:white;
	border-width:0px 1px 0px 0px;
	
}
