/* Specify blanket rules for all elements */ 
  body 
  { 
	background-color: #FFF;
    font-size:80%; 
    font-family:'Lucida Grande',Verdana,sans-serif; 
 //   margin: 0; // 10px; 
	padding: 0;
	min-width: 800px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
} 

/* Rules for headings */ 
  h1 { 
    font-size:150%; 
    } 
h2 { 
  font-size:140%; 
  } 
h3 { 
  font-size:120%; 
  } 
/* Default paragraph styles */ 
  p { 
    font-size:100%; 
 //   line-height:150%; 
	padding: 0;
	margin: 0;
     } 
	 
	 
.content_text
{
	font-family: serif;
	text-align: left;
	font-size: 90%; 
//	 border:20px solid #888; 
  padding: 10px;
	
}

.content_text.flush_right
{
	text-align: right;
}

.content_text.centered
{
	text-align: center;
}

.vertical_rule_left
{
	position: absolute;
	width: 20px; 
	height: 40px;
	left: 150px;
	top: 10px;
	background: url("vertrule.gif") repeat-y;

}

/* Masthead */ 
#masthead 
{ 
    margin:0; 
 //   padding:10px; 
    border:1px solid #888; 
 //   background-color:#FFF; 
	background: url("pictlogo.png") no-repeat;
	height: 48px;
} 
	
.mainsection
{
//	margin: 0 10px 0 10px;
//	background-color:#333; 
    background: url("vertrule.gif") repeat-y;
	float: left;
}

/* Content */ 
.content { 
//	margin-left:25%;
 //   margin-right:25%;
	float:left;
	width: 50%;
//    margin-bottom:10px; 
  //  padding: 10px; 
 //   border:1px solid #000; 
	background: #eee;
	} 
	
.content.left_rule
{
//	border-left:1px solid #000; 
	background: url("vertrule.gif") repeat-y;
}

/* Sidebar */ 
.sidebar_a { 
    float:left; 
    width:25%; 
//	height: 200px;
 //   margin-bottom:10px; 
//     padding:10px; 
 //   border:1px solid #000; 
	background: #ddd;
	
    } 
	
.sidebar_b { 
    float:left; 
    width:25%; 
 //   margin-bottom:10px; 
 //    padding:10px; 
 //   border:1px solid #000; 
	background: #eee;
	
    } 
/* Footer */ 
  #footer { 
    clear:both; 
    padding:10px; 
    border:1px solid #888; 
    background-color:#EEE; 
    }
	


