
/* Master --------------- */
body {
	margin: 0;
	padding-bottom: 20px;
	background: #FFFFFF url(images/bg01.jpg) repeat-x left top;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	}
/* End Master --------------- */



/* Header --------------- */
#header_bg {
	width: 900px;
	height: 240px;
	background: url(images/img01g.jpg) no-repeat right top;
	}
/* End Header --------------- */

    
	
/* Contents of Page --------------- */
#content {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	background: transparent;
	}
	
#content_bg {
	float: left;
	margin: -310px 0 40px 180px;
	padding: 0;
	background: url(images/img02.jpg) repeat-y right top;
	}

#main {
	float: left;
    width: 650px;
	margin: 0;
	padding: 8px 50px 0 20px;
	background: url(images/img03.jpg) no-repeat right bottom;
	}	

.entry {
	margin-bottom: 2em;
	margin-left: 1em;
	}

.photo img {
	border: none;
	}
	
li {
	list-style-type: square;
	padding-bottom: 3px;
	}
/* End Contents of Page --------------- */

