body { text-align: center; } /* center on ie */

body table
{
		font-family: georgia, verdana, sans-serif;
		font-size: 80%;
}

	#containeroutside
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 720px;
   text-align: left;
   background-image: url(images/deco_1.jpg);
   background-repeat: repeat-y;
}

	#containerinside
{
   position: relative;
   background-image: url(images/deco_1.jpg);
   background-repeat: repeat-y;
   background-position: top right;
  	    
}

	#centercolumn
{
		width:600px;
		margin: 10px 60px 0 60px;
		background-color: #ECE4E4;
    border-bottom: solid 1px #993333;	
    position: relative;
}

	#centercolumnphoto
{
		margin: 10px 60px 0 60px;
		text-align: center;	
}

.inline-image
{
	border:5px solid #993333;
	float: right;
	margin: 10px;
	position: relative;
}

	
A:link
{
	color: #993333;
	}

A:hover
{
	color: #cc0000;
	}
	
A:visited
{
	color: #993333;
	}
	
.thumb
{
	border: 15px solid #cc9999;
	}
	
.thumb-gallery
{
	padding: 0 5px 10px 5px;
}
	