* { font-family: Verdana, Trebuchet, Helvetica, Sans-Serif; }

html {
  height: 100%;
  min-height: 100%;
  font-size: 11pt; 
  border: 0;
  margin: 0;
  padding: 0;  
}

body {
  border: 0;
  margin: 0;
  padding: 0;
  color: #f2f2f2;
  height: 100%;
  min-height: 100%;
  background: #ffffff url('../gfx/01/bg_main.jpg') repeat-x;
}

img {
  border: 0px;
  }

#container, #top, #info {
  border: 0;
  margin: 0;
  padding: 0;
}

#container {
  height: auto;
  min-height: 100px;
  width: 840px;
  margin: 0 auto 0 auto;
  position: relative;
  background: #ffffff;
}

#pic {
  left: 0px;
  top: 0px;
  width: 440px;
  height: 620px;
  position: absolute;
}	 

#content {
  left: 440px;
  top: 0px;
  width: 400px;
  height: 620px;
  position: absolute;
}	

#top {
  width: 400px;
  height: 120px;
  position: relative;
}	

.menu {
  width: 400px;
  height: 45px;
  position: relative;
  
}	

h4 {
  margin: 0;
  padding: 10px;
  padding-right: 20px;
  position: relative;
  font-family: trebuchet ms;
  font-size: 7pt;
  font-style: normal; 
  font-weight: normal;  
  color: #4a4a4a;
  text-align: right;
}

h4 a {
  color: #e0e0e0;
  font-weight: normal;  
  text-decoration: none;
}

h4 a:hover {
  color: #c0c0c0;
  font-weight: normal;  
  text-decoration: none;
}