		body {
			
			background-color:	rgb(255,255,255); 
			/*background-image: url(../images/pbx_body_gradient.gif); rgb(190,190,190) gradient*/
			background-attachment: fixed;
			color:			black;
			font-family:	bookman, century old style, footlight, times new roman, serif;
			font-size:		1.1em;
			margin:			0px;
			padding:		0px;
			text-align:		left;
		}
		
		#container {
			width:				950px;
			height:				100%;
			margin:				left;
			border:				0px black solid;
			background-color:	rgb(255,255,255);
			text-align:			left;
		}
		
		#masthead {
			width:			948px;
			height:			250px;
			background-color:	rgb(255,255,255);
			color:			rgb(255,255,255);
			border-top:		1px black solid;
			border-bottom:	1px black solid;
		}
		
		#midPanel {			
			width:			948px;
			height:			100%;
			float:			right;
			background-color:	rgb(255,255,255);
			border-left:	1px black solid;
			border-right:	1px black solid;
			border-bottom:	1px black solid;
			text-align:		left;
		}
		
		#nav_menu {
			width:			175px;
			float:			left;
			height:			100%;
		}

		#nav_menu ul {
			list-style-type:	none;
			padding:			0px;
			margin:				0px;
			width:				175px;
		}
				
		#nav_menu ul li {
			width:				175px;
			height:				30px;
			background-color:	white;
			border-right:		0px black solid;
			border-bottom:		1px black solid;
		}
		
		#nav_menu ul li a {
			display:			block;
			height:				30px;
			color:				black;
			text-decoration:	none;
			padding-right:		7px;
			padding-left:		5px;
			padding-top:		3px;
		}
				
		#nav_menu ul li a:visited {
			color:				rgb(142,89,104);
		}
		
		#nav_menu ul li a:hover {
			font-size:		1.1em;
			text-align:			center;
			border-bottom:		1px black solid;
			background-color:	rgb(190,190,190);
			color:				white;
			
		}
		
		.current {
			background-color:	rgb(190,190,190);
		}
		
		#content {
			width:			767px; 
			background-color:	rgb(255,255,255); 
			color:			black; 
			float:			right;
			font-size:		0.85em;
			height:			100%;
			border-left:	1px black solid;
			padding-top:	0px;
			padding-left:	5px;
			padding-right:	0px;
		}
		
		.blog_title {
			width:			100%;
			color:			black;
			background-color: rgb(190,190,190);
			text-align:		left;
		}
		
		.blog_cell_No {
			width:			30px;
			color:			black;
			background-color:	rgb(190,190,190);
		}
		
		.blog_cell_title {
			width:			275px;
			color:			black;
			background-color:	rgb(190,190,190);	
		}
		
		.blog_cell_Author {
			width:			75px;
			color:			black;
			background-color:	rgb(190,190,190);	
		}
		
		.blog_cell_Date {
			width:			150px;
			color:			black;
			background-color:	rgb(190,190,190);	
		}
		
		.blog_cell_Content {
			width:			275px;
			color:			black;
			background-color:	rgb(190,190,190);
		}
		
		#footerlink {
			width:			948px;
			height:			100%;
			float:			left;
			text-align:		center;
			color:			black;
			background-color:	rgb(255,255,255);
			border-left:	1px black solid;
			border-right:	1px black solid;
			border-top:		0px black solid;
			border-bottom:	0px black solid;
			font-size:		0.8em;
			padding-top:	5px;
			padding-bottom:	10px;
		}
		
		#footerlink a {
			color:			black;
			text-decoration:	none;
		}
		
		#footerlink a:visited {
			color:				rgb(142,89,104);
		}
		
		#footerleft {
			width:			469px;
			height:			100%;
			float:			left;
			text-align:		left;
			background-color:	rgb(255,255,255);
			color:			black;
			border-left:	1px black solid;
			border-bottom:	1px black solid;
			font-size:		0.8em;
			padding-top:	10px;
			padding-left:	5px;
			padding-bottom:	10px;
		}
		
		.footerleft_link {
			color:			black;
		}
		
		#footerright {
			width:			469px;
			height:			100%;
			float:			right;
			text-align:		right;
			text-decoration:	none;
			background-color:	rgb(255,255,255);
			color:			black;
			border-right:	1px black solid;
			border-bottom:	1px black solid;
			font-size:		0.8em;
			padding-top:	10px;
			padding-right:	5px;
			padding-bottom:	10px;
		}
		
		.footerright_link {
			color:			black;
		}