/* CSS Document */

/* http://cuffs.ytmnd.com/ */

BODY {
	margin: 0 auto 0 auto;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	background-image: url(media/images/bg_overall.gif); 
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto 0 auto;
}


.home_callout {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 42px;
	color: #1C1C1D;
}
.home_leftside {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 19px;
	color: #FFFFFF;
}
.home_callout a:link {
	color: #FF9900;
	text-decoration: none;
	padding: 3px;
}
.home_callout a:visited {
	color: #FF9900;
	text-decoration: none;
	padding: 3px;
}
.home_callout a:active {
	color: #1C1C1D;
	background-color:#FF9900;
	text-decoration: none;
	padding: 3px;
}
.home_callout a:hover {
	color: #1C1C1D;
	background-color:#FF9900;
	text-decoration: none;
	padding: 3px;
}
