/* CSS Style Document by :: IWD Proyect :: */
*{
	margin:0;
	padding:0;
	}

body{
	margin: 0 0 0 0;
	background-image:url(../images/template/iwd_bkg.jpg);
	background-repeat:repeat-x;
	background-color:#46570B;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-family: "Century Gothic", Century;*/
	font-size:12px;
	}
.Top-Banner{
	background-image:url(../images/template/iwd-logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:955px;
	height:304px;
	}
.Info{
	width:100%;
	background-color:#AEBB8B;
	}
.Bottom{
	background-image:url(../images/template/iwd_bottom.jpg);
	background-repeat:repeat-x;
	position:static;
	bottom:0px;
	width:100%;
	height:69px;
	}
.Copyright-Left{
	font-size:11px;
	color:#aebb8b;
	text-align:left;
	}
.Btn{
	background-image: url(../images/template/btn_link.png);
	background-repeat:no-repeat;
	height:30px;
	width:166px;
	padding-left:10px;
	vertical-align:middle;
	}
	.Btn:link{
		background-image:url(../images/template/btn_link.png);
		background-repeat:no-repeat;
		height:30px;
		width:166px;
		cursor: pointer;
		}
	.Btn:hover{
		background-image:url(../images/template/btn_hover.png);
		background-repeat:no-repeat;
		}
	.Btn:active{
		background-image:url(../images/template/btn_hover.png);
		background-repeat:no-repeat;
		}
	.Btn:visited{
		background-image:url(../images/template/btn_link.png);
		background-repeat:no-repeat;
		}
.Btn-Link{
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	}	