@import url(/head_foot/head_foot_files/head_foot.css);

*	{padding: 0px; margin: 0px;}


body	{
	font-family: Courier New, Courier, monospace;
	color: black;
	background-color: white;
	}

#center
	{
	width: 680px;
	margin: 0 auto;
	padding-top: 35px;
	}

#left_col
	{
	float: left;
	width: 370px;
	background: url(family.gif) top center no-repeat;
	padding-top: 40px;
	margin-bottom: 30px;
	
	}

#right_col
	{
	float: right;
	width: 270px;
	background: url(welcome.gif) no-repeat;
	padding: 40px 0 0 0;
	}

#right_col p
	{
	font-family: Garamond, 'Book Antiqua', serif;
	padding: 5px;
	font-style: italic;
	line-height: 35px;
	font-size: 30px;
	font-weight: lighter;
	word-spacing: 5px;
	color: #A4A4A4;
	padding-bottom: 15px;
	border-color: #E6E6E6;
	border-style: solid;
	border-width: 0 0 1px 0;
	}

.site_box
	{
	border-color: white;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	background-color: white;
	width: 370px;
	padding-top: 10px;
	}

.site_box:hover
	{
	border-color: #E6E6E6;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	background-color: #F7F7EF;
	}

.site_box a
	{
	text-decoration: none;
	display: block;
	}


.site_box a:hover
	{
	text-decoration: none;
	display: block;
	font-weight: bolder;
	}

.site_box img
	{
	float: left;
	margin: 0 15px 5px 0;
	border: 0;
	}

.site_box p
	{
	line-height: 23px;
	font-size: 12px;
	color: #6A6A6A;
	text-align: justify;
	padding:  0 10px 10px 10px;
	border-color: #E6E6E6;
	border-style: solid;
	border-width: 0 0 1px 0;
	margin-bottom: 15px;
	font-family: verdana, ariel, san-serif;
	}

.site_box i
	{
	float: right;
	clear: none;
	margin-top: -13px;
	color: #37A8E7;
	border-color: #E6E6E6;
	border-style: solid;
	border-width: 1px;
	line-height: 12px;
	font-size: 14px;
	padding: 5px;
	background-color: white;
	}

.site_box b
	{
	font-family: Trebuchet MS, sans-serif; 
	color: #400000;
	font-style: italic;
	line-height: 35px;
	font-size: 28px;
	font-weight: lighter;
	}