@charset "UTF-8";
/* CSS Document */

body {
background-color:#FFFED1;
margin:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

h1 {
text-align:left;
font-weight:bold;
font-size:16px;
}

#wrapper {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:justify;
}

#photoandcaption {
width:211px;
padding:2px;
float:right;
margin-left:10px;
border:#808080;
border-width:1px;
border-style:solid;
background-color:#ECECEC;
}

#photoandcaption h2 {
font-size:12px;
font-weight:bold;
text-align:center;
}

.imgright {
margin-left:10px;
}
