/* BASIC STYLES */
*
{
 font-size: 100.01%;
 line-height: 1.2;
}
body, html, div,
a, h1, h2, h3, h4, h5, span, p, br,
ul, li,
dl,dd,dt
{
 padding: 0;
 margin: 0;
}
body, html
{
 font-family: Arial, Tahoma, Helvetica, sans-serif;
 color: #000;
 text-align: center;
 height: 100%;
 outline: none;
 min-height: 100%;
 margin: 0 auto;
 background: #fff url(../img/page_bg.jpg) 50% 0px repeat-y;
 min-width:1124px;
}
body
{
}
img
{
 border:0;
}
a
{
 outline: 0px;
 border: none;
 text-decoration: none;
}
.clear
{
 font-size: 0;
 clear: both;
 display: block;
 height: 1px;
}
#page_wrap
{
 text-align: left;
 width: 1124px;
 min-height: 100%;
 margin: 0 auto;
 position:relative;
}
* html #page_wrap
{
 height: 100%;
}


/* HEADER */
#header
{
 width: 1124px;
 height: 84px;
 background: #6a1616 url(../img/top_bg.jpg) 100% 0% no-repeat;
}
.main #header
{
 height: 311px;
 background: #6a1616 url(../img/main_top_bg.jpg) 100% 0% no-repeat;
}
#header h1
{
 font-size: 300%;
 font-style: italic;
 font-family: Garamont;
 width: 325px;
 height: 102px;
 position: relative;
 overflow: hidden;
}
#header span                                      
{         
 color: #f4d45f;                                         
 display: block;
 position: relative;                                
}                 
#header h1 span
{
 width: 325px; 
 height: 102px;
}
.main #header h1
{
 top: 200px;
}
.main #header h1,
.main #header h1 span
{
 width: 532px;
 height: 139px;
}
#header span.over                                 
{                                                   
 position: absolute;                                
 left: 0;                                           
 top: 0;  
}
#header h1 span.over                                          
{
 background: url(../img/title.jpg) left top no-repeat;
}
.main #header h1 span.over
{
 background: url(../img/maintitle.jpg) left top no-repeat;
}
#header p.osu
{
 font-size: 60%;
 display: block;
 width: 147px;
 height: 44px;
 overflow: hidden;
 position: absolute;
 right: 32px;
 top: 17px;
}
.main #header p.osu
{
 right: 929px;
 top: 38px;
}
#header p.osu span
{
 width: 147px;
 height: 44px;
} 
.main #header p.osu,
.main #header p span
{
 width: 156px;
 height: 46px;
}
#header p.osu span.over
{
 background: url(../img/osu.jpg) left top no-repeat;
 cursor: pointer;
}
.main #header p.osu span.over
{ 
 background: url(../img/main_osu.jpg) left top no-repeat;
}
#header p.email
{
 color: #92634c;
 font-size: 70%;
 display: block;
 height: 12px;
 width: 90px;
 padding-right: 20px;
 position: absolute;
 right: 46px;
 top: 52px;
 background: url(../img/convert.jpg) 98% 2px no-repeat;
}
#header h1 a,   
#header p.osu a 
{               
 color: #f4d45f;
}               
#header p.email a
{
 color: #92634c;
}


#left_decor
{
 width: 72px;
 height: 88px;
 position: absolute;
 z-index: 1;
 left: 0;
 top: 84px;
 background: url(../img/decor1.jpg) left top no-repeat;
}
#right_decor                                                  
{
 width: 72px; 
 height: 87px;
 position: absolute;
 z-index: 1;
 right: 0;
 top: 84px;
 background: url(../img/decor2.jpg) left top no-repeat;
}
.main #left_decor,
.main #right_decor
{                
 top: 311px;     
}  



              
/* TOP MENU */
#top_menu
{
  font-size: 90%;
  font-family: Arial;
  text-align: center;
  width: 637px;
  overflow: hidden;
  margin-left: 248px;
  position: relative;
}
.main #top_menu
{
  margin-left: 418px;
}
#top_menu ul
{
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
#top_menu a
{
  color: #111;
  display: block;
  padding: 3px 8px 1px;
  background: #b8b8b8 url(../img/top_menu_bg.jpg) 0% 100% repeat-x;
}
.main #top_menu a
{
}
#top_menu li a:hover,
#top_menu li a.sel
{
  background: #ffc525 url(../img/top_menu_sel.jpg) 0% 100% repeat-x;
}
#top_menu li
{
  color: #111;
  list-style-type: none;
  display: block;
  overflow: hidden;
  float: left;
}


/* CONTENT MENU */
#cont_menu                                                          
{                                                                  
 font-size: 55%;                                                   
 font-family: Verdana;                                               
 text-align: center;                                               
 width: 208px;                                                     
 margin-top: 58px;                                                
 margin-left: 6px;
 position: relative;
 float: left;
 z-index: 2;
}                                                                  
#cont_menu ul                                                       
{                                                                  
 overflow: hidden;                                                 
}                                                                  
#cont_menu a                                                        
{                                                                  
 color: #666;                                                      
 display: block;                                                   
 width: 165px;                                                      
 min-height: 11px;
 overflow: hidden;                                                  
 padding: 4px 0px 4px 43px;
 position: relative;
}                                                                  
#cont_menu li a:hover,                                              
#cont_menu li a.sel                                                 
{   
 color: #111;                                                              
 background: #ffc621 url(../img/menu_hov_sel.jpg) 0% 100% no-repeat;

}                                                                  
#cont_menu li                                                       
{                                                                  
 color: #666;                                                      
 list-style-type: none;                                            
 display: block;                                                   
 overflow: hidden;                                                 
 float: left; 
 padding-bottom: 13px;
} 
#cont_menu li a:hover span,
#cont_menu li a.sel span                                                
{
 display: block;
 width: 39px;
 height: 100%;
 position: absolute;
 left: 0;
  top: 0;
 background: #6c1615;
}


/* PHOTO */
#info
{
 color: #363636;
 text-align: center;
 float: left;
 width: 182px;
 position: relative;
 margin-top: 54px;
 margin-left: 107px;
 border-left: 1px solid #fee29e; 
 border-right: 1px solid #fee29e;
}
#info p
{
 font-size: 75%;    
 width: 110px;      
 margin: 0 auto;    
 position: relative;
 z-index: 2;        
}
#photo_wrap
{
 position: relative;
 padding-top: 20px;
 padding-bottom: 20px;
} 
#photo_wrap h4
{
 font-weight: normal;
 font-size: 85%;
 padding-bottom: 8px;
 position: relative;
 z-index: 2;        
}
#photo_wrap h4 span
{
 text-transform: uppercase;
 display: block;
 padding-bottom: 2px;
}
#photo_wrap img
{
 display: block;
 margin: 0 auto;
 border: 1px solid #eebc3e;
 padding: 6px;
 position: relative;
 z-index: 2;
 margin-bottom: 14px;
}
#info p.outframe
{
 width: 189px;
 position: relative;
 padding-bottom: 16px;
}
#info p.outframe span
{
 display: block;
 width: 187px;
 height: 16px;
 position: absolute;
 left: -3px;
 bottom: 0;
 background: #fff url(../img/info_bottom.jpg) 0% 100% no-repeat;
}
#top_deco
{
 width: 189px;
 height: 38px;
 position: absolute;
 top: -8px;
 left: -4px;
 z-index: 1;
 background: #fff url(../img/photo_top.jpg) 0% 0% no-repeat;
} 
#bottom_deco
{
 height: 37px;
 width: 189px;
 position: absolute;
 bottom: 0px;
 left: -4px;
 z-index: 1;
 background: url(../img/photo_bottom.jpg) 0% 0% no-repeat;
}                                                               


/* CONTENT */
#content
{
 font-family: Verdana;
 font-size: 70%;
 color: #666;
 float: right;
 width: 830px;
 overflow: hidden;
 padding: 18px 0px 0px;
 position: relative;
 z-index: 12;
 right: 46px;
 z-index: 3;
 padding-bottom: 104px !ie;
}
.main #content
{
 width: 594px;
 right: 108px;
 padding-top: 40px;
}
#content h2
{
 font-size: 140%;
 color: #262626;
 font-weight: normal;
 padding-bottom: 19px;
}
#content h3
{
 font-size: 105%;
 font-weight: normal;
 margin-bottom: 27px;
 padding-bottom: 1px;
 border-bottom: 1px solid #b7b7b7;
}
#content .calendar h3
{
 margin: 18px 0 6px;
}
#content h5
{
 font-size: 120%;
 color: #111;
 text-align: center;
 font-weight: bold;
 padding: 30px 0px 5px;
}
#content div.pic
{
 float: left;
 width: 132px;
 text-align: center;
 padding-bottom: 32px;
 clear: both;
}
#content p
{
 color: #565555;
 font-size: 110%;
 padding-bottom: 15px;
}
#content .calendar
{
 padding-bottom: 20px;
}
#content .calendar p
{
 padding-bottom: 0;
}
#content .boldblack
{
 display: block;
 font-style: italic;
 font-family: 'Times New Roman';
 font-size: 150%;
 font-weight: bold;
 color: #111;
 padding-top: 3px;
}
#content .calendar p .data
{
 margin-right: 10px;
}
#content ul
{
 margin-left: 149px;
 padding-right: 24px;
 padding-bottom: 20px;
}
#content ul li
{
 list-style-type: disc;
 list-style-position: inside;
}
#content p.center_pic
{
 text-align: center;
 width: 100%;
}
#content .pic_line   
{         
 font-size: 100%;
/* font-size: 90%;*/
 text-align: center;
 overflow: hidden;
}
#content .pic_line div.wrap
{
 vertical-align:top;            
 display: inline-block;
 padding: 0 15px;
 zoom: 1;
 *display:inline;
}
#content .pic_line .wrap p                    
{
 text-align: center;
 padding-top: 5px;
 max-width: 200px;
 width: 200px !ie;
}
#content .pic_only,
#content .pics_sign
{
 text-align: center;
}
#content .pic_only img,
#content .pics_sign img
{
 display: inline;
 margin: 0px 5px;
}
#content .pics_sign img
{
 margin-bottom: 10px;
}
#content .pics_sign span
{
 display: block;
 font-size: 90%;
}


/* FOOTER */
#footer                 
{                       
 font-size: .65em;      
 color: #aa7d7d;
 text-align: right;
/* height: 104px;  */
 height: 124px;  /* ulk */
 width: 1124px;         
 margin: 0 auto;        
 position: relative;    
 margin-top: -104px;
 clear: both;           
 background: #620203 url(../img/footer_bg.jpg) 0px 0px no-repeat;   
}  
#footer a
{
 color: #aa7d7d;
}        
#footer p
{
 display: block;
 width: 1108px;
 padding: 6px 0px 0px;
/* height: 19px;   ulk */
 overflow: hidden;
 position: relative;
 top: 79px;
 right: 16px;
 right: 32px !ie;
 width: 1092px !ie;
} 