/* WRITING PAGES */
BODY {
  background-image: url(../img/page-bg.jpg);
  background-repeat: repeat-x;
}


BODY {
  font-family:Georgia,Times New Roman,serif;
  font-size:12px;
  color:#444;
}
DIV {
  position:relative;
  margin:0px;
  padding:0px;
}
H1,H2,H3,H4,H5,H6, P {
  padding:1px 5px;
  margin:1.0em 5% 0.5em 5%;
}
H1 { font-size:20px; color:#000; }
H2 { font-size:20px; color:#603; }
H3 { font-size:18px; color:#730A3E; }
H4 { font-size:16px; color:#9C707E; }
H5 { font-size:14px; color:#666; }
H6 { font-size:12px; color:#888;}
A {
  font-size:inherit;
  font-weight:inherit;
  color:#44010F;
}
A:hover, A:active { color:#9C707E; }
A:visited { color:#730A3E; }


#main {
  width:900px;
  height:700px;
  margin:auto;
  border:10px solid #FFF;
  background-color:#FFF;
}

#header {
  width:100%;
  height:150px;
  background-image: url(../img/writingHeader.jpg);
  margin-top:25px !important;
}
#header #header-title {
  position:absolute;
  top:5px;
  right:5px;
  width:420px;
  height:auto;
}
#header-title #maintitle {
  width:420px;
  height:80px;
  margin:0px;
  padding:0px;
  background-image: url(../img/writingName.png);
}
#header-title #maintitle SPAN {
  display:none;
}
#header-title #subtitle {
  width:100%;
  height:25px;
  margin:0px;
  padding:0px;
  font-size:20px;
  font-variant: small-caps;
  letter-spacing:10px;
  text-align:center;
}


.hr {
  width:100%;
  height:5px;   /*25px;*/
  margin:0px;
  margin-left:-50px;
  padding:0px 50px;
  background-color:#603;    /*#730A3E;*/
  content:" ";
}
.hr HR { display: none; }


#inner {
  width:100%;
  min-height:400px;
  padding-top:25px;
}


#sidebar {
  width:200px;
  height:auto;
  padding-top:25px;
  float:left;
}
.sidebarItem {
  width:180px;
  height:auto;
  margin:5px auto;
  padding:0px;
  border-top:1px solid #44010F;
  border-right:1px solid #44010F;
  /*background-image: url(../img/sidebar-item-right-bg.jpg);*/
  /*background-position: bottom right;*/
  /*background-repeat: no-repeat;*/
}
.sidebarItem H2 {
  margin:0px;
  padding:5px 25px 0px 5px;
  /*background-image: url(../img/sidebar-item-top-bg.jpg);*/
  /*background-position: top right;*/
  /*background-repeat: no-repeat;*/
  text-align:right;
}


#content {
  width:700px;
  padding-left:200px;
}
#content H2 {
  background-color:#603;
  color:#FFF;
}


#footer {
  clear:both;
  width:900px;
  height:25px;
	background-color:#FFEFFE;
}


