/* CSS Document */

	html, body{ 
		margin:0; 
		padding:0; 
		font: 11px Verdana, Arial, Georgia, sans-serif;
		font-weight: normal;
		color: #000;
		background: #000;
		background-repeat: repeat-y; 
		background-position: center; 
		background-image: url(images/bg.content.gif);
		}
		
	p {

		font: 11px Verdana, Arial, Georgia, sans-serif;
		font-weight: normal;
		margin-left:5px;
		color: #666;
		line-height: 18px;
		}

	.bold {
		color:#CC3300;
		font-weight:bold;
		}
	
	h1 {
		margin: 0px 0px 10px 0px;
		font: 14px Verdana, Arial, Georgia, sans-serif;
		font-weight: bold;
		color: #333;
		line-height:14px;
		padding: 25px 0 8px 5px; 
		background-repeat: no-repeat; 
		background-position: left; 
		background-image: url(images/bg.h2.gif);
		}
		
	.hdrsmall {
		font: 12px Verdana, Arial, Georgia, sans-serif;
		font-weight: bold;
		border-bottom:1px solid #ededed;
		display:block;
		padding-bottom:5px;
		}

	h2 {
		margin: 0px 0px 10px 0px;
		font: 14px Verdana, Arial, Georgia, sans-serif;
		font-weight: bold;
		color: #333;
		line-height:14px;
		padding: 20px 0 8px 5px; 
		background-repeat: no-repeat; 
		background-position: left; 
		background-image: url(images/bg.h2.gif);
		}
		
	.photo {
		padding:5px;
		border: 1px solid #ededed;
		margin:5px 0px 5px 5px;
		}