@charset "utf-8";
/* CSS Document */


/* =========================== */
/*  mainCol                    */
/* =========================== */
div#mainCol {
	float: left;
	width: 780px;
}

.sample{
width:720px;
height:250px;
margin:10px;
padding:15px:
border:5px
}

/* --------------- */
/*  column1        */
/* --------------- */
div#column1 {
	float: left;
	width:470px;
}
div#content h2 {
margin-top: 10;
font-size: 150%;
font-weight: bold;

}

div#column1 h3 {
	margin-top: 20px;
}
div#column1 p {
	margin-top: 1em;
	font-size: 120%;
	text-indent: 1em;
	line-height: 140%;
}
div#column1 p.lead {
	font-weight: bold;
	text-indent: 0;
}
div#column1 p.image {
	margin-top: 0;
	text-indent: 0;
	font-size: 90%;
}

/* --------------- */
/*  column2        */
/* --------------- */
div#column2 {
	float: right;
	width: 300px;
}
div#column2 p {
	margin-top: 1em;
	font-size: 120%;
	text-indent: 1em;
	line-height: 140%;
}
div#column2 p.image {
	margin-top: 0;
	text-indent: 0;
}
div#column2 p.profile {
	margin-top: 2em;
	text-indent: 0;
}
div#column2 p.monthlyPhoto {
	margin-top: 20px;
	text-indent: 0;
}
div#column2 h4 {
	margin-top: 2em;
	font-size: 120%;
	font-weight: bold;
	line-height: 140%;
}
div#column2 dl {
	font-size: 100%;
	line-height: 140%;
}
div#column2 dl dt {
	margin-top: 10px;
}
div#column2 dl dd {
}

/* --- profile --- */
div#column1 dl#profile {
	margin-top: 3em;
	padding: 5px;
	border: 1px solid #808080;
}
div#column1 dl#profile dt.title {
	margin: 0 0 0.5em 0;
	font-size: 110%;
	font-weight: bold;
}
div#column1 dl#profile dd.caption {
/*	float: left;
	width: 280px;*/
}
div#column1 dl#profile dd.profImage {
	float: right;
	padding: 0 0 10px 10px;
}

div#column2 dl#profile {
	margin-top: 3em;
	padding: 5px;
	border: 1px solid #808080;
}
div#column2 dl#profile dt.title {
	margin: 0 0 0.5em 0;
	font-size: 110%;
	font-weight: bold;
}
div#column2 dl#profile dd.caption {
/*	float: left;
	width: 193px;*/
}
div#column2 dl#profile dd.profImage {
	float: right;
	padding: 0 0 10px 10px;
}






