@charset "utf-8";
/* CSS Document 

* {
   border: 1px solid red !important;
}
*/

#content #full{
	float: left;
	width: 920px;
	font-family: Arial, Helvetica, sans-serif;
	
	
}

/* email links*/
#content a {
	color: #4c5e78;
}
#content a:hover {
	color: blue;
}
#content a:visited {
	color: blue;
}


/*headings*/
#content h1{
	background-color: inherit;
	color: black;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	border-bottom: 2px solid #f0c019;
	padding-left: 5px;
	font-size: 150%;
	font-weight: normal;
}

/*selection*/
.description:hover
{	
	/*padding-top:20px; mov effect*/
	/*border: 1px solid #27579f; block reference*/
	background-color:#FFF3B1;
}

/*full body img fix, no pixels left behind*/
img {
	display:block;
	margin-left: -20px;
	margin-top:-5px;
	padding-left: inherit;
}



