/*html, body, ol, ul, li, a, h1, h2, h3, img, form, input, p, dl ,dd, dt,iframe { margin: 0; padding: 0; list-style-type: none; border: none; }*/
html, body, ol, ul, li, a, h1, h2, h3, img, form, input, p, iframe { margin: 0; padding: 0; list-style-type: none; border: none; }
body{
font-size:14px;
background:url('../images/bg.jpg');
color:#000; 
font-family: "Times New Roman", Times, serif;
height:100%;
}

img, a img{border:0 none}

a { 
cursor: pointer; 
color: #000; 
text-decoration: none; 
}

a:link {
cursor: pointer; 
color: #000; 
text-decoration: none; 
}

a:visited {
cursor: pointer; 
color: #000; 
text-decoration: none;
}

a:hover {
color: #c00; 
text-decoration: underline;

}
.ulink a,p.ulink a{
text-decoration:underline;
}

.ulink a:hover,p.ulink a:hover{
color: #c00;
text-decoration:none;
}

.bg_top_tile{
background:url('../images/bg.jpg');
/*url(../images/bg_top_tile.jpg) repeat-x left 0px;*/
}
.bg_top{
background:url('../images/bg_top.jpg') no-repeat center 0px;
}
.t_space{ 
height:148px;
}
.nav{
line-height:32px;
}
.nav span{ 
margin-left:10px;  
}
.nav span a{ 
color: #A5997C;
}
.nav span.t1{
color: #EAEAEA; 
font-weight:bold;
}
.t2{ 
color:#ffffff; 
}
.nav span.t2{
color: #EAEAEA; 
}
.nav span a{ 
font-weight:bold;
}

.nav a:link {
text-decoration:none;
}     
.nav a:visited {
text-decoration:none;
} 
.nav a:hover {
color:#ffffff; 
text-decoration:underline;
}  
.nav a:active {
text-decoration:none;
 }
.bdwrap{
margin:0 auto;
width:940px; 
paddind:0;
}
.contentswrap{
border: none;
margin-bottom:8px; 
paddind:0;
 }

.navbar{
	-webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
	-webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
	-moz-background-clip: padding;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	background-clip: padding-box;
    border: 1px solid #333;
    border-bottom: none;
    background-color: #555454;
    height:32px;
    padding:0 15px 0 15px;
}
.contents{ 
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
	-webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
	-moz-background-clip: padding;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
	background-clip: padding-box;
    border: 1px solid #333;
    border-top: none;
    background-color:#FFFFFF; 
    padding:20px 25px 25px 25px;  
}
p { 
padding:5px;
text-indent:0px; 
line-height:30px;
text-align:left; 
}
.photoLeft img { 
  float: left;
  margin-right:10px;
  margin-left:0px; 
  margin-bottom: 0px; 
  margin-top: 0px;
}
.photoRight img { 
float: right;
margin-right: 0px;	
margin-left:10px;
margin-bottom: 0px;
margin-top: 0px;
}
.photoCenter { text-align:center;}
.photoCenter_text{ line-height:20px; font-size:13px; font-weight:600;}
.h20_space{ 
height:20px;
}
.h15_space{ 
height:15px;
}
#copyright {
  margin: -4px 0 4px 0; 
  text-align:center; 
  font-size: 10px;
  color: #333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.clearAll{clear:both;}
p.first-p{text-indent:0;}