/**
 * 100% height layout with header and footer
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #000000;
	background-image: url(../images/poulin_bg2.jpg);
	background-repeat:repeat-y;
	background-position: center top;
	
	font-family: "Courier New", Courier, monospace;
	font-size:13px;
	color: #CCCCCC;
	
}

.medtext {
	font-size:15px;
	line-height:22px;
}

h1 { 
	font-size: 16px;
	letter-spacing: 1px;
}

h2 {
	font-size: 14px;
	letter-spacing: 1px;
}
	h1, h2, a {
		color: #990000;
	}

p { 
	line-height:20px	; 
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:741px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	/* Anything can go here */
}
	

div#content {
	padding:1em 2em 5em 47px; /* bottom padding for footer */
}
	div#content p {
		/* text-align:justify;  */
	}
	
	
div#photo {
	padding:1em;

}	

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	
}

div#footer a { 
	text-decoration:none;
}

	div#footer p {
		text-align:center;
		font-size:13px;
		color: #872F24;
		/*padding:1em;*/
		margin:0;
	}
	
	
a:link {color: #872F24}   
a:visited {color:#872F24} 
a:hover {color: #CC0000}    
a:active {color: #CC6600}

.linkspage  a:link { color: #CCCCCC; text-decoration:none;}
.linkspage  a:visited { color: #CCCCCC; text-decoration:none;}
.linkspage  a:hover { color: #CC0000; text-decoration:none;}
.linkspage  a:active { color: #CC6600; text-decoration:none;}
	
.sideBox {
  
  float: right;
  padding: 0em;
  margin-top: 18px;
  margin-left: 20px;
  margin-bottom: 8px;
  margin-right: 0px;
  width: 250px;
}

.photocaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
}
		
.footerhr {
	color: #333333;
	background-color: #333333;
	border:0;
	width:700px;
	height:1px;
}

