html {
  margin-top:0px;
  font:80% Arial, Verdana, Tahoma;
  }

body {
  background-color: #FFF;
  background-image: url("../web_images/blogBG.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 0;
  padding: 0px;
  text-align: center;
  color: #313131;
  font-size/* */:/**/small;
  font-size: /**/small;
}
a:link {
  color: #5f8a98;
  outline: none;
}

a:visited {
  color: #5f8a98;
}
a img {
  border-width: 0;
  outline: none;
}

/* Header
----------------------------------------------- */
#header-wrapper {
  margin-top:0px;
  padding: 0;
  background-color: none;
  text-align: left;
}

#header {
  width: 760px;
  height:200px;
  margin: 0 auto;
  background:url("../web_images/mast.png") no-repeat #FFF;
  border-right: 1px solid #EFEFEF;
  border-left: 1px solid #EFEFEF;
  padding: 0px;
}
                                                              
/* Content
----------------------------------------------- */

#content-wrapper {
  width: 760px;
  margin: 0 auto;
  padding: 0 0 15px;
  text-align: left;
  background-color: #FFF;
/*border-top: 0px;
  border-right:1px solid #CCC;
  border-bottom: 0px;
  border-left:1px solid #CCC;*/
  border-left:0px;*/
}

#content {
  margin: 0 0 1.5em;
  background:#FFF;
  border-bottom:1px dashed #CCC;
  padding:10px 10px 20px 10px;
}

.contentBlock {
  margin-bottom:60px;
  padding:0px 0px 10px 6px;
  border-top:1px dashed #CCC;
  border-left:1px dashed #CCC;
  background:url("../web_images/backgroundPost.png") no-repeat top left #FFF;
}

#pageMessage
{
  background:url("../web_images/note.gif") no-repeat top left #FDF9E2;
  padding:12px 10px 12px 50px;
  min-height:60px;
  margin-bottom:20px;
}

#displaycontentimage
{
  text-align:center;
  padding:6px;
}
#displaycontentimage img
{
  border:1px solid #CCC;
  padding: 4px;
}

#main-wrapper {
  margin-left: 14px;
  width: 504px;
  float: left;
  background-color: #FFF;
  display: inline;       /* fix for doubling margin in IE */
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}

#sidebar-wrapper {
  font:90% Arial, Verdana, Tahoma;
  margin-left: 0px;
  margin-top:10px;
  width: 200px;
  float: right;
  background-color: #FFF;
  background-image: url("");
  background-repeat: repeat-y;
  display: inline;       /* fix for doubling margin in IE */
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}


/* CUSTOM CSS */

div#right {
  background:#FFF;
  font-size:110%;
  padding:0px 0px 60px 0px;
}

div#right p {
  padding:4px;
  background:#EFEFEF;
  margin:-2px 4px -2px 0px;
}

div#right h2 {
  background:url("../web_images/rightBG.png") repeat-x #CCC;
  margin:8px 4px 2px 0px;
  padding:2px 6px 2px 2px;
  color:#52656b;
  text-decoration:none;
  font-size:110%;
  font-weight:bold;
  text-align:right;
}

div#right img {
  border:0px;
}

.rightDiv {
  background:#FFF;
  margin:4px 4px 4px 0px;
}

.rightDiv a {
  display:block;
  padding:3px;
  text-decoration:none;
}

.rightDiv a:hover{
  background:#EFEFEF;
}

div#mainnavigation {
  text-align:center;
  height:42px;
  width:760px;
  background:url("") repeat-x #CCC;
  font-size:110%;
  border-top:1px solid #FFF;
  border-bottom:1px solid #FFF;
}

div#mainnavigation a {
  display:inline;
  color:#52656b;
  font-weight:bold;
  text-decoration:none;
  top:10px;
  height:42px;
  line-height:42px;
  padding:13px 40px 13px 40px;
  border-right:1px solid #EFEFEF;
  margin:0px 0px 0px -5px;
  border-top:1px solid #FFF;
  border-bottom:1px solid #FFF;
}

div#mainnavigation a:hover {
  height:36px;
  background:url("") repeat-x #EFEFEF;
  color:#52656b;
  border-top:7px solid #52656b;
  border-bottom:1px solid #FFF;
}

div#leftBG {
  position:relative;
  float:left;
  margin-left:-50px;
  top:-244px;
  background:url("../web_images/backgroundLeft.png") no-repeat #FFF;
  height:450px;
  width:50px;
}

div#rightBG {
  position:relative;
  float:right;
  margin-right:-50px;
  top:-244px;
  background:url("../web_images/backgroundRight.png") no-repeat #FFF;
  height:450px;
  width:50px;
}
