/* styl.css*/
body {
	text-align:center;
	background-color:#DBDBB7;
}
#contents {
	width : 700px;
	
	background-color:#FFFFFF;
	text-align:left;
	border : 1px solid #999999;
	position:relative;
}
h1 {
	text-align : right;
	background-image : url(h1.jpg);
	height : 230px;
	font-family: impact, sans-serif;
	padding-right : 15px;
	padding-TOP : 185px;
  color : silver;
  

  margin-top : 0px;
  margin-right : auto;
} 
H1 A:LINK{color :ff0000 ;
  text-decoration : non;
}
H1 A:visited{color:ff0000;}
H1 A:hover{
	color: ffffff;text-decoration: underline;font-style : italic;
}
H1 A:ACTIVE{
	color : purple;
}

H2,H3{
  padding-top : 0px;
  padding-left : 5px;
  padding-right : 0px;
  padding-bottom : 0px; 
}
#navbar {
	background-image : url(nav.gif);
	padding: 0px;
	width : 700px;
	height : 25px;
	position : absolute;
	top : 230px;
	left: 0px;
	border-bottom : 1px solid gray;
	border-top : 1px solid gray;
    clear : none;
}
#navbar H2{
	width: 100px;
	float : right;
	text-align: center;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 1.7em;
	border-right-color : #ffffff;border-right-width : 0px;
	border-left : 1px solid gray;
	padding-left:0px;
	
}
#navbar A {
	color:#FFFFFF;
	font-weight:normal;
	display:block;
	width:100px;
    text-decoration : none;
}
#gal{
  
  width : 240px;
  background-color : white;
  float : left;
  margin-left : 3px;
}
#topic{
  background-color : white;
  width : 440px;
  margin-left : 250px;
}

#count H4{
  
  font-size : 75%;
  text-align : right;
  font-weight : 100;
  margin-right : 10px;
  margin-top : 30px;
}
#topic LI{
  font-size:80%;
  padding-left:18px;
  height: 25px;
  line-height: 16px;
  background-image: url(bullet024.gif);
  background-repeat: no-repeat;
  margin-left: 0px;
  margin-top : 5px;
}
#pro{
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
}
.p{
  margin-top : 5px;
  margin-left : 15px;
  margin-right : 15px;
  margin-bottom : 15px;
  clear : both;
  float : none;
  
}
.p IMG{
  float: left;
}
#cd{
  width : 450px;
  
border-width : 1px 2px 2px 1px;border-style : solid solid solid solid;
  margin-left : 125px;
  border-right-color :#696969;
  border-bottom-color : #696969;
  border-top-color : #d3d3d3;
  border-left-color : #d3d3d3;
}
.p UL LI{
  font-size : 95%;
  list-style-position : outside;
  line-height : 16px;
  list-style-image : url(bullet026.gif);
  margin-top : 10px;
  margin-left : 15px;
  margin-right : 15px;
  margin-bottom : 10px;
  color : black;
}
 
.p UL LI UL LI{
 font-size : 90%;
 color : #228b22;
 list-style-image : none;
 margin-left : 10px;
 margin-bottom : 10px;
}

#messe{
  font-size : 90%;
  margin-top : 25px;
  margin-left : 25px;
  margin-right : 25px;
  margin-bottom : 25px;
  font-weight : normal;
  line-height : 22px;
  color : #444444;
}
#link{
  margin-top : 15px;
  margin-left : 30px;
  margin-right : 30px;
  margin-bottom : 45px;
  font-size : 110%;
  font-weight : normal;
}
H1 A{
  text-decoration : none;
}