body {
	margin: 0 auto;
	padding: 0;
	text-align:center;
	background: #fff url('/images/bg_repeat.png') repeat-x top;
}

ol, ul, li, h1, h2, h3, h4, form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	font-weight: bold;
}

a {
	outline: none;
	color: #a0753a;
	text-decoration: none;
}

a:hover {
	color: #7a541f;
}

p {
	margin: 0 0 16px;
	line-height: 15px;
}

img {
	border: none;
}

.none {
	margin: 0 !important;
}

.pt10 {
	padding-top: 10px;
}

.mt10 {
	margin-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.gbottom {
	border-bottom: 4px solid #ccded3;
}

.gtop {
	border-top: 4px solid #ccded3;
}

.clear1 {
	clear: both;
	height: 1px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}.border {
	border: 2px solid #006633;
}

