html,body{
  margin:0;
  padding:0;
  }

body{
  padding: 0px 0px 0px 0px;
  background-image: url('../img/ns/background.jpg');
  background-attachment:fixed; 
  background-position:center top; 
  background-repeat:no-repeat;   
  /*background-size: 1280px;*/
  background-color: black;
  }
  
div#top_banner {
  position: relative;
  margin-top: 30px;
  width=100%;
  }
  
div#banner {
  position: relative;
  }

div#ccontent{
  position: relative;
  margin-top: 10px;
  width: 100%;
  }
  
div#content{
  position: relative;
  max-width: 960px;
  }
  
div#hh_navigation{
  margin-top: 20px;
  width: 100%;
  }
  
div#h_navigation{
  position: relative;
  }
  
div#navigation{
  top: 200px;
  margin-left: 10px;
  width:240px;
  float: left;
  }

div#post_hdr{
	font-size : 24pt;
	font-weight : bold;
	font-style : normal;
	line-height : 100%;  
	color: rgb( 254, 213, 196 );
}

div#forum_link a{
  background: inherit;
  color: rgb( 234, 193, 176 );
	font-weight : normal;
  text-decoration: none;
}

div#forum_link a:hover{
  background: inherit;
  color: rgb( 234, 193, 176 );
	font-weight : bold;
  text-decoration: underline;
}

div#post_date {
  color: rgb( 234, 193, 176 );
  }
  
div#author{
  color: rgb( 234, 193, 176 );
  }

div#post_content{
	font-family:"Times New Roman",Times,serif;
	font-size : 18pt;
	font-style : normal;
	line-height : 130%;  
	color: rgb( 234, 193, 176 );
  text-align:justify;
  /*text-indent : 1em;*/
}
  
div#content_block{
  border-width: 2px;
  border-color: #090090;
  border-style: none;  
  padding : 10px;
  background: rgba(39, 28, 20, 0.8);
  *background:transparent;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C0000000,endColorstr=#C0000000);
  *zoom: 1;
}

div#content_footer{
  height: 100px;
  }

.quotetop{
	background: #E4EAF2 url(11214843629/css_img_quote.gif) no-repeat right;
	border: 1px dotted #000;
	border-bottom: 0;
	border-left: 4px solid #8394B2;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	margin: 2px auto 0 auto;
	padding: 3px;
}

.quotemain{
	background: #FAFCFE;
	border: 1px dotted #000;
	border-left: 4px solid #8394B2;
	border-top: 0;
	color: #465584;
	padding: 4px;
	margin: 0 auto 0 auto;
}


