
/* Body */

*{margin:0; padding:0;}

body {
	background: white;
	font:100% "Times New Roman", Helvetica, "Trebuchet MS", Arial, sans-serif;
	line-height:1.0em;
	text-align:center;
	color: #231f20;		
    }


#container {width:800px; margin:20px auto 0px auto; text-align:left;}

#topper {clear:both; height:108px; background: url(graphics/pith_logo_2.jpg) 34px center no-repeat; text-align:center;}
	
#news {float:left; height:520px; width:185px; margin-right:34px; padding: 0 10px;; border-left:1px solid #231f20; border-right:1px solid #231f20;}
	#news p {font-size:0.8em; font-style:italic; margin-bottom:15px;}

#content {padding:34px;}

#menu {float:right; width:110px; margin-left:14px; padding:34px 34px 34px 0;}
	#menu a {color:#231f20; font-size:1.0em; line-height:1.6em; font-weight:bold; font-style:italic; text-transform:uppercase; padding-left: 50px; text-decoration:none;}
	#menu a:hover {color:#B62E17;}
	#menu a.selected {color:#B62E17; background:url(graphics/menu_arrow_1.jpg) 0 8px no-repeat;}
	
#footer {clear:both; height:140px; background: url(graphics/pith_icon_1.jpg) 34px center no-repeat;}	

#credits {clear:both; width:800px; text-align:right; margin:0 auto 40px auto;}	
	#credits a {color:#666; font-size:0.7em; font-style:normal; font-weight:normal; text-decoration:none;}
	#credits a:hover {color:#B62E17;}


h1,h2,h3,h4 {margin-bottom:15px;}
h1 {font-size:1.0em; font-style:italic; text-transform:uppercase;}

p {font-size:0.8em; font-style:italic; margin-bottom:15px;}

a       {color:#B62E17; font-weight:bold; font-style:italic; text-decoration:none;}
a:hover {text-decoration: underline;}

img.photo {padding:2px; border:1px solid #231f20;}



	
	
	
	