@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/site_background.jpg);
	background-repeat: repeat;
	background-position: center top;
}


img, div { 
    behavior: url(http://tchefuncta.com/dev/iepngfix.htc) 
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #993300;
	text-decoration: none;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	text-decoration: none;
}

.left_side_boarder {
	background-image: url(images/outerboarder_18.png);
	background-repeat: repeat-y;
}

.right_side_boarder {
	background-image: url(images/outerboarder_19.png);
	background-repeat: repeat-y;
}

.text_body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}


.text_sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}


.divider_dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.body_info_margins {
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}

.body_pics_margins {
	margin-top: -10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: -11px;
}
