body
{
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFE;
	padding-bottom: 10px;
	padding-top: 10px

	color:#4B4B4B;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size:62.5%;
}

#container
{
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	margin: 10px auto;
	width: 750px;
	padding-left: 25px;
	font-size: 8pt;
	border: none;
}

/*********************************/

#content
{
	padding: 10px 0px 0px 0px;
}

#content h1
{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 20pt;
	letter-spacing: 0px;	
	color: #4b4b4b;
	margin: 0px 0px 0px 0px;
}

#content h2
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10pt;
	letter-spacing: 1px;
	color: #4559a2;
	margin: 0px 0px 5px 0px;
	padding-bottom: 2px;
	border-bottom: 2px solid #A9A9A9;
}

#content h3
{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 12pt;
	letter-spacing: 0px;	
	color: #4b4b4b;
	margin: 0px 0px 0px 0px;
}

#content a
{
	font-family: 'Lucida Grande'Arial;
	font-size: 11pt;
	color: #4b4b4b;
	padding: 0px 0px 0px 0px;		
	text-decoration: none;
}

#content a:hover
{
	text-decoration: underline;
	color: #efb811;
}


#content p
{
	font-family: Arial;
	font-size: 11pt;
	color: #4b4b4b;
	padding: 0px 0px 0px 10px;		
}

#content .small_p
{
	font-family: Arial;
	font-size: 9pt;
	color: #4b4b4b;
	padding: 0px 0px 0px 10px;	
}


#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

A:hover img {
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: 0.8;
}

A img {
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
}

/*********************************/


