@charset "UTF-8";



p {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

img {
	border: 0px;
}


body {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	-webkit-text-size-adjust:none;
	background: black;
	font-family: Arial, Helvetica, sans-serif;
	color: #3d3d3d;
	font-size: 13px;
}


body a:link,
body a:visited,
body a:active {
	color: #a28c49;
	text-decoration: none;
}
	
body a:hover {
	color: #a28c49;
	text-decoration: underline;
}
	



input {
	 -webkit-appearance: none;
	 -webkit-border-radius: 0;
	 -webkit-text-size-adjust:none;
}

textarea {
	 -webkit-appearance: none;
	 -webkit-border-radius: 0;
	 -webkit-text-size-adjust:none;
}

area {
	outline: none;
}

.width_and_center {
	width: 722px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

a {
	outline: none;
}

.link {
	margin-left: 32px;
	
	}

.footer_text {
	color: #a28c49;
	font-size: 9px;
	text-transform:uppercase;
	line-height: 2;
}

ul {
	margin: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 6px;
	padding-left: 15px;
	list-style-image:url(images/bullet.png);
	list-style-position: outside;
}

li {
	padding-left: 5px;
	padding-bottom: 9px;
}
	

	