/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family:  Georgia, "Times New Roman", Times, serif;
	color: #333;
	line-height: 1.166;	
	margin: 0 0 0 20px;
	padding: 0px;
}
hr {
  width: 620px;
  color: #D7D7D7;
  margin: 10px 0px 5px 25px;
  padding: 0 0 0px 0;
  background-color: #D7D7D7;
  height: 5px;
  float: left;
}
*html hr {
  margin: 10px 0px 5px -20px;

}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #333;
}
a:hover{
	text-decoration: none;
}

/************ SiteName div styles **************/
.siteName{
	margin: 0px 10px 0 20px;
	padding: 0px 10px 0px 0px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 75px;
}
*html .siteName{
	margin: -20px 10px 0 20px;
}
#lang{
   position: relative;
	margin: -10px 10px 0 0;
	padding: 0;
   width: 90%;
	text-align: right;
   z-index: 100;
	height: 5px;
}
.siteName h1{
	font: bold 105%, Georgia, "Times New Roman", Times, serif;
	color: #747474;
	margin: 25px 5px 0 0px;
	padding: 0px 0 0 10px;
	text-align: right;
	text-transform: uppercase;
	float: right;
	background-color: #fff;
}
/************ body div styles **************/
.container{
   width:700px;
	background-image: url(../images/bgr_body.gif);
	background-repeat: repeat-y;
	padding: 0 10px 0 10px;
	height: 700px
}

#top {
	background-image: url(../images/top.gif);
	height: 16px;
	margin: 0 0 0 -10px;
	background-repeat: no-repeat;
}
#img {
	margin: 0px 0px 0 -20px;
	padding: 0 0px 0 0px;
}
.story {
	font-size: 80%;
	margin: 15px 10px 0 5px;
	padding: 0 10px 0 0;
}
.story p {
	padding: 0 20px 0 10px;
	text-align: justify;
	text-indent: 50px;
}
.story img {
	padding: 0 20px 10px 20px;
	text-align: right;
	float: left;
	text-indent: 50px;
}
.story h1{
	font: bold 120% Georgia, "Times New Roman", Times, serif;
   margin: 0px 18px 5px 20px;
	padding: 0px 0 5px 0px;
	text-align: left;
}
.style2 {
	font-size: medium;
	color: #B20D0B;
}
#copy {
   position:relative;
	height: 49px;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	font-size: 80%;
	padding: 0 0 0 0;
	margin: 0 0 0 -10px;
	float: left;
	width: 100%;

}

/********************* end **********************/

