* {	
	padding: 0;
	margin: 0;
	}

#a:hover{
	text-decoration: none;
	color: #FFF;
}
h1 {
	font-size: 30px;
	color:#d4b66e;
}
h2 {
	font-size: 20px;
	color:#d4b66e;
	}
h3 {
	font-size: 15px;
	color:#d4b66e;
	}
hr {
	margin-top:20px;
	background-color:#fff;
	height:1px;
	border-top:1px solid #c2c2c2;
	border-bottom:1px solid #fff;
	border-left:none;
	border-right:none;
}
img{
	border:0;
	}
a {
	text-decoration: none;
	color: #FFF;
	}
.block {
	display: block;
	}
.clear {
	clear: both;
	}
.floatLeft {
	float: left;
	}
.floatRight {
	float: right;
	}
.alignLeft {
	text-align: left;
	}
.alignRight {
	text-align: right;
	}
.alignCenter {
	text-align: center;
	}
.alignTop {
	vertical-align: top;
	}
.alignMiddle {
	vertical-align: middle;
	}
.alignBottom {
	vertical-align: bottom;
	}

p.small {line-height:80%}
p.big {line-height:100%}

br {
	clear: left;
}

textarea{
	resize: none;
}
