
 body{
	background-color:#CCCC99;
/*	background-image: url(assets/pat3.gif); */
	font-family: Arial, Helvetica, sans-serif;
	/*And this  makes the white area go to the bottom of the screen in IE */ 
	margin: 0;
	}
	

div.content{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 800px;
	background-color:#FFFFFF;
	/*Amended by chris to make content box full height required (filthy though)
	you now have 1000px of white box on every page......*/
}


#images{
	width: 185px;
	float:left;
	padding: 40px 40px 0px 0px;	
}

#images img{
	padding: 26px 20px 0px 26px;
}

#images p{
	font-size: 10px;
	color: #666666;
	margin-left:20px;
}


.imageborder{
 padding-left: 3px;
 padding-right: 25px;
 }
 
 .thumbborder{
  padding: 2px;
 }
 

div.topofpage{
margin: auto
margin-top: 20px;
margin-left: 10px;
width: 800px;
padding: 15px;
padding-bottom: 5px;
font-size: 21px;
font-family: MS Reference Sans Serif, Helvetica, sans-serif;
}

div.topofpage2{
margin: auto
margin-top: 10px;
margin-left: 10px;
width: 800px;
padding: 5px;
padding-bottom: 5px;
font-size: 12px;
font-family: Arial, MS Reference Sans Serif;
}

div.text{
margin: auto
margin-top: 25px;
margin-left: 20px;
width: 730px;
padding: 10px;
padding-bottom: 30px;
}	

div.entry{
width: 530px;
border-bottom: 1px dashed #DEDEDE;
padding-bottom: 30px;
}	

div.entry img{
border: 1px solid #DEDEDE;
padding: 3px;
margin: 10px;
float: right;
}	


div.nav{
        border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE; 
	text-align: center;
     /* background-color:#DEDEDE; */
	padding: 0px 0px 5px 0px;
	margin: 5px 5px 0px 5px; 
}

div.nav a{
	text-align: right;
      /*background-color:#DEDEDE; */ 
	padding: 0px 36px 0px 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	
	color: #333333;
}

div.nav a:link{
	text-decoration: none;
}

div.nav a:visited{
    color: #333333;
    text-decoration: none;
}

div.nav a:hover{
	color: #333333;
	text-decoration: underline;
}
	
div.nav a:active{
	color: #333333;
	text-decoration: underline;
}

h1{
 display:none;
}


h2 {
     /* border-top: 1px solid #DEDEDE; */
	border-bottom: 1px solid #DEDEDE; 
	font-size: 13px;
	color: #333333;
	padding: 3px 0 3px 0px;
	display: inline;
	
}


h3 {
   font-size: 10px;
   color: #999999;
   padding: 0px 0px 0px 0px;
   margin-bottom:0;
}

p {
	/*now anything in a p tag will be this standard font..*/
	font-size: 12px;
	color: #333333;
	margin-right:20px;
}

p.date {
	/*now anything in a p tag will be this standard font..*/
	font-size: 12px;
	color: gray;
}


p a:link{
color: #333333;	
    text-decoration: underline;
}

p a:visited{
    color: #333333;
    text-decoration: underline;
}

p a:hover{
    color: #999999;
    text-decoration: underline;
}
    
p a:active{
    color: #333333;
    text-decoration: underline;
}

p.small {
	font-size: 10px;
	color: gray;
}


br.clear{
	clear: both;
}