 /*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:
 */

 img, div { behavior: url(iepngfix.htc) }

 /*
  Alternatively, you can specify that this will apply to all tags like so:*/
   * { behavior: url(iepngfix.htc) }


body {
	font-size:13px;
	line-height:15px;
	font-family: arial, verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image:images/bg.gif;
	background-repeat:repeat-x;
	background-color: #727272;
	background-image: url(images/bg.gif);
}

.container {
	font:Arial, Helvetica, sans-serif;
	width: 750px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
}

.header {
	position:absolute;
	top:0px;
	margin-left:15px;
	width: 720px;
	height:391px;
	background-image: url(images/header_bg.jpg);
}

.img_header{
	position:absolute;
	top:87px;
	margin-left:0px;
	}

.nav{
	position:absolute;
	margin-left:15px;
	top:342px;
	z-index:99;
	}

.spacer {
	position:relative;
	width:662px;
	height:467px;
	margin-left:44px;
	margin-top:0px;
}

.content {
	position:relative;
	width:662px;
	margin-left:44px;
	margin-top:0px;
	z-index: 20;
}

.left {
	float:left;
	width:415px;
	margin-bottom:20px;
	background-image:url(images/scroll_bg.gif);
	background-repeat:no-repeat;
}

.right {
	float:right;
	padding-top:5px;
	text-align:right;
	width:233px;
	background-image: url(images/right_bg.gif);
}

.clearfloat {
	clear:both;

}

.list{
	color: #51632C;
	}

h1 {
	font-weight:300;
	font-size:18px;
	font:Verdana, Arial, Helvetica, sans-serif;
	color: #51632C;
	margin: 0px;
}

p  {
	color: #000000;
}

#footer {
color:#a9a9a9;
font-size:11px;
margin-left:40px;
	height:36px;
	padding-top:5px;
}

a.contbutt_2{
	font-weight:300;
	font-size:16px;
	cursor: hand;
	color: #7d0000;
	text-decoration:none;
}
		
a.contbutt_2:hover{
	color: #660c01;
} 

a.contbutt{
	cursor: hand;
	color: #7d0000;
}
		
a.contbutt:hover{
	color: #660c01;
} 
