@charset "utf-8";
/* CSS Document for Print */

.print_logo{
	display:inline;
}

#body{
	/*margin-top:-7pt;*/	
}

#main{
	margin:0 auto;
	width:1000px;
	background-color:#000000;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*height:1200px;*/
}

#header{
	/*border-bottom: white 1px solid;*/
}

#title{
	/* font-size:36px; */
	
}

#nav{
	display:none;
}

#content{
	/*float:right;*/
	/*margin-left:150px;*/
	background-color:#708090;
	border-left: #708090 1px solid;
	height:100%;
}

#top_content{
	background-image: url("images/blendOut.png");
	width:100%;
	height:65px;
}

#bottom_content{
display:none;
}


#foot{

}

#ul_nav{
	display:none;
}

.li_nav{
	display:none;
}

.li_nav a:link{ 
	color:#000000; 
}
.li_nav a:visited{ 
	color:#000000; 
}

#register{
	width:300px;
	text-align:right;
}

#post_action{
	text-align:center;
	margin-top:-50px;
}

h1{
	font-size:26px;
}

.login{
	display:none;
}

.logo{
	display:none;
/*	float:left; */
}

.search_box{
	display:none;
}

.comments_form{
	display:none; 
}

.comments_box{
	border:solid black 1px; 
}

.comments_head{
	font-weight:bold;
	border-bottom:solid black 1px;
}

.comments_subject{
	border-bottom:solid black 1px;
}

.comments{
	
}

#add_comment_label{
	display:none;
}