/* CSS Document */

#body
	{

	font-family: verdana,arial, Times, serif;
	font-size:small;
	margin:0px;
	padding:0px;
	background-color:#E1E1D5;
/*	background-image:url(images/background.jpg);
	background-position:center;
	background-repeat:repeat-y; */

}

#container
{	position:relative;
	display:block;
	background-image:url(images/background.jpg);
	background-position:center;
	background-repeat:repeat-y;
	width:787px;

}
#container-inner
	{
	display:table;
	margin-top:0px;
	margin-left:0px;
	background-color:#FFFFFF;
	width:720px;
	background-image:url(images/side-wheel-right.jpg);
	background-position:center right;
	background-repeat:no-repeat;

	padding-bottom:15px;
		}

#banner
	{
	position:relative;
	height:166px;
	width:720px;
	margin-top:0px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#CoCoCo;
	}

#left
	{
	margin-top:15px;
	background-color:transparent;
	width:158px;
	background-image:url(images/side-wheel-left.jpg);
	background-position:-10px 121px;
	background-repeat:no-repeat;
	float:left;
	height:460px; 
	}

#me-picture
	{
	position:relative;
	background-color: transparent;
	background-image:url(images/me4.jpg);
	height:97px;
	width:150px;
	margin-left:8px;
	align:center;
	}

#left-inside
	{
	position:relative;
	/* background-color:pink; */
	background-color:transparent;	
	margin-left:8px;
	margin-right:0px;
	margin-top:10px;
	text-align:left;
	}

.list-header
	{
	background-color:#dfd9d9;
	padding-left:4px;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom: 1px solid #008665;
	border-left:3px solid #008665;
	border-top:1px solid #efe4e4;
	border-right:1px solid #efe4e4;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:maroon;
	letter-spacing:1.2pt;
	font-size:8.5pt;
	margin-top:10px;
	}
.list-item
	{	
	display:block;	
	margin:12px 0 0 5px;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:8.75pt;

	}
.list-item a
	{
	text-decoration: none;
	}
.list-item a:link {    color:#0d653d; }
.list-item a:visited { color:#0d653d; }
.list-item a:hover {   color:#0000DD;  }
.list-item a:active {  color:#0d653d; }

#center{
	float:right;
	margin-top:15px;
	background-color:transparent;
	width:538px;
	/*background-image:url(footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom; */
	border-left:1px solid #dfd9d9;
	padding-bottom:25px;
	}

#center-inside
	{
	position:relative;
	/* background-color:#FF9999; */
	background-color:transparent;
	padding:0px 35px 0px 15px;
	text-align:left;
	font-family:verdana, Georgia, Times, serif;
	font-size:9pt;

	line-height:1.4;

	}
#center-inside a:link { color: #006c51; }
#center-inside a:visited { color:#006c51; }
#center-inside a:hover { color:#0000FF; }
#center-inside a:active { color: #006c51; }

#center-inside p { margin:11px 0 11px 0; }

.entry-header 
	{
	display:block;
	height:22px;
	padding:4px 0 4px 6px;
	background-position:left;
	background-repeat: no-repeat;
	background-image: url("images/small-wheel.jpg");
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	color:#036743;
	font-weight:bold;
	border-bottom:3px double #E1E1D5;
	}	
.entry-date
	{
	display:block;
	position:relative;
	text-align:left;
	padding:0 0 8px 0;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#999999;
	font-weight:normal;
	}
	
.caption
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	color: #af0d0d;
}
.quote
	{
	margin:10px 10px 10px 10px;
	font-style:italic;
	color:#7d7d7d;
}

#footer
	{
	position:relative;
	display:block;
	float:left;
	text-align:center;
	margin-top:41px;
	margin-bottom:0px;
	width:711px;


	border-top:1px solid #d1e1dc;
	border-bottom:1px solid #d1e1dc;
	border-left:3px double #d1e1dc;
	border-right:3px double #d1e1dc;
	background-color:#ffffff;
	padding:4px 0px 4px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#82BCA8;
	
	background-image:url(images/paceline.gif);
	background-position:center right;
	background-repeat:no-repeat;
  
	}
	
	#bottom{
	float:none;
	width:787px;
	background-image:url(images/footer.jpg);
	background-position: bottom right;
	background-repeat:repeat-no; 
	height:34px;
	}


