body { 
	background-color: #1f1f1f; 
	font-family:Verdana, Arial; 
	font-size: 12px;
}

#container { 
	margin: auto; 
	width: 740px; 
	margin-top: 25px; 
	margin-bottom: 25px;
}

#header { 
	background-image:url(header.png); 
	background-repeat: none; 
	width: 740px; 
	height: 100px; 
	margin: auto;
}

#body_top { 
	background-image:url(t.png); 
	background-repeat: none; 
	width: 740px; height: 11px; 
	margin-top: 20px; 
	overflow: hidden;
}

#body_center { 
	background-image:url(c.png); 
	background-repeat: repeat-y; 
	width: 740px; overflow: hidden; 
	padding: 10px;
}

#p_image { 
	background-image:url(pbp.png); 
	background-repeat: none; 
	width: 165px; 
	height: 214px; 
	float: left; 
	margin:0 auto;
}

#body_content {
	margin:0 auto;
	padding: 10px;
}

p.old { 
	line-height: 20px; 
}

h1, h2 { 
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif; 
	width: 100%; 
	color: #006699; 
	font-weight: bold; 
	font-size: 22px;  
	margin: 0; 
	margin-bottom: 10px; 
	letter-spacing: -.4px;
}

#inlinks { 
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #006699; 
	font-weight: bold;
	padding-left: 20px;
}

#inlinks a {
	
}

#body_footer { 
	background-image:url(b.png); 
	background-repeat: none; 
	width: 740px; 
	height: 12px; 
	margin: auto; 
	overflow: hidden;
}