body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body {
  font-size: 62.5%;
  padding-bottom: 20px;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
}

#wrapper {
  padding-left:72px;  /* need box model hack */
  width:771px;  /* width for IE5  */
  voice-family: "\"}\"";
  voice-family:inherit;
  width:699px;  /* width for IE6+ */
  text-align: left;
}

html>body #wrapper {
    width:699px; /* Opera */
}


#title {
  height: 51px;
}

#hd-main {
  width: 475px;
  height:112px;
  float: left;
}

#hd-side {
  width: 224px;
  height:112px;
  float: right;
}

#bd {
}

#bd-main {
  width: 361px;
  height: 488px;
  float: right;
}

#spacer {
    margin-left:50px;
    height: 81px;
}

#bd-mainbg {
    width: 361px;
    height: 407px;
}

#bd-content {
    color: #501B05;
    padding: 20px;
    font: 1.3em Helvetica, Verdana, Geneva, Arial, sans-serif; 
    line-height: 2em;
    text-align: left-justify;
    font-weight: bold;
}

html>body #bd-content {
    line-height: 1.8em;
    font-weight: bold; 
}

#bd-side {
  width: 338px;
  height: 488px;
  float: left;
}

/*
#ft {
  clear: both;
  margin-bottom: 60px;
}

#photo-credit {
  margin-left: 10px;
}
*/


#ft {
  position: relative;
  text-align: left;
  clear: both;
  padding-top: 2px;
  padding-bottom: 5px;
}

#photo-credit {
  position: absolute;
  top: 2px;
  left: 10px;
}



/***********************
 * COLOR STYLE
 ***********************/
/* top 2D5986 */
/* bottom 8CB3D9 */
body { background: #D6C7A8 url(images/bg.png) repeat-x; }
#hd { background: #511B06 url(images/home-hd.png) no-repeat; }
#hd-side { background: #511B06 url(images/home-logo-top.png) no-repeat; }
#spacer { background: #fff url(images/home-logo-btm.png) no-repeat; }
#bd-mainbg { background: #fff url(images/home-main.jpg) no-repeat; }
#bd-main { background: #fff; }
#bd-side { background:#fff url(images/home-side.jpg) no-repeat; } 
#ft { background-color: #98012E; color: #fff; }

