@CHARSET "ISO-8859-1";

.print_logo{
	display:none;	
}

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

#main{
	margin:0 auto;
	width:800px;
	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{
	float:left;
	/*border-right: white 3px solid;*/
	height:100%;
	width:150px;
}

#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{
	background-image: url("images/blendIn.png");
	width:100%;
	height:65px;
}


#foot{

}

#ul_nav{
	list-style: none;
	margin-top:20px;
	/*margin: 0;*/
	padding: 0;
}

.li_nav{
	background-color:#708090;
	border:white 1px solid;
	margin-top:3px;
	margin-left:2px;
	width:142px;
	/*font-weight:bold;*/
}

.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{
	float:left;
}

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

.search_box{
	margin-left:560px;	
}

.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;
}