html {
    overflow-y:scroll;
    }
body {
    width: 800px;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: left;
	color: #333333;
	background-image: url("images/bg2.jpg");
	}
a:link {
    color: #0000FF;
    }
a:visited {
    color: #0000FF;
    }
a:active {
    color: #0000FF;
    }
.boldtext {
    font-family: Georgia, "Times New Roman", Times, serif
	font-size: 14px;
	font-weight:bold;
	font-variant:small-caps;
	color: #FF0000
    }
#container {float:left; width:100%; padding-bottom:200px; background:white;}
#container hr {margin-top:20px;}
.left-250 {float:left; width:250px;}
.right-500 {float:left; width:475px;
}
.left-500 {float:left; width:475px;
}
.right-250 {float:left; width:250px;
}
.pic-group
{
	float: left;
	margin-bottom: 2em;
	clear: both;
	height:auto;
	width: 100%;
}

.pic-image {
	border: solid 1px black;
	}

.pic-wrap {
	float: left;
	padding: 0 10px 10px 0;
	width: 200px;
	text-align: center;
	font:  bold .8em/normal Georgia;
	}

.picture {
	 float: left; 
	 margin: 0 20px 20px 0; 
	 text-align: center;
	 font:  bold .8em/normal Georgia;
	 }
	 
.pic-line { float:left;
	 }
.centered700 {
    }
#copyright-text 
{
    text-align:center;
    margin-top: 30px;
    font-size: 95%;
}
.style1 {
	font-size: 18px;
	font-weight: bold;
}