BODY {
	background-color: #edbd15;
	background-image: linear-gradient(#edc22b, #edd278, #edbd15 90%);
	background-repeat: repeat-x;
	background-size: 100%;
}

body, p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
}

h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 36px;
	font-weight: 300;
}

h2 {
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	font-weight: bold;
}

a {
	color: #c81f49;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

ul {
	list-style-image: url('img/check.png');
}



.container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 1024px;
}

.header {
	width: 1024px;
	height: 230px;
	text-align:center;
}

.headerphone {
	width: 1024px;
	height: 15px;
	text-align:center;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 22px;
}

.footerphone {
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 22px;
}

.nav {
	width: 1024px;
	height: 50px;
	line-height: 50px;
	text-align:center;
	font-weight: bold;
}

.maincontent {
	position:relative;
	left:0px;
	top:0px;
	height: 1076px;
}

.left-column {
	position:absolute;
	left:10px;
	top:0px;
	width: 450px;
	height: 1076px;
	text-align: left;
}

.right-column {
	position:relative;
	left:490px;
	top:0px;
	width: 450px;
	height: 1076px;
	//background-color: #fff;
}

.full-column {
	position:absolute;
	left:10px;
	top:0px;
	width: 99%;
	height: 1076px;
	text-align: left;
}

.address {
	position:absolute;
	left:120px;
	top:807px;
}

.phone {
	position:absolute;;
	left:120px;
	top:885px;
}

.email {
	position:absolute;
	left:120px;
	top:940px;
}

.facebook {
	position:absolute;
	left:120px;
	top:1010px;
}

.youtube {
	position:absolute;
	left:180px;
	top:1010px;
}

.footer {
	position:relative;
	width: 1024px;
	height: 30px;
	text-align:center;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;

}

.emphasis {
	font-weight: bold;
	font-size: 18px;
}