body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: #fff;
}
.main_container {
	width: 762px;  
	padding:0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
     .picFrame { 
        background: #9f9f9f;            /* Content, padding will be gray */
        margin: 5px 5px 5px 5px;
        padding: 5px 5px 5px 5px; 
        border-style: solid; 
        border-width: medium;        /* sets border width on all sides */
        border-color: #000 #000 #333 #333 ;      
      }
      
.caption{
font-style: italic;
font-size: 10px;
text-align: center;
color:#333;
}
h2 {
	color: #990000;
	background-color: #FFCCFF;
	padding-left: 10px;
	padding-bottom: 3px;
}
a {color:#e30a17;}