/* Here is the color pallet used for this site. You may replace any color in the styling code below with any other color. Be sure to include the "#":

photo gold  #f29d0e 
gray  #c7c7c7
cyan  #00c5ff 
sky  #00cffc
blue  #06f
dk blue  #33c
orange  #f60
purple  #63c
magenta  #909
lavender  #96f
hot pink  #f09
light pink  #fcf

 */

/*Adjust border width and color below to customize your portraits*/
#content #imgleft, #content #imgright {
	border-width: 2px;
	border-color: #f29d0e;
}

/*Adjust color and size below to customize look of the bold text on this page*/
strong { color: #f29d0e; font-size: 130%; }


#content {
        width: 621px;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 20px 20px 20px;
	float: left;
	margin: 0px 10px 0 0px;
	display: inline;
	clear: both;
        background: none;
        border: 0px solid #50c800;
        color: white;
}

