/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #7f7854;
}

#wrapper {
	width: 545px;
	margin: 60px auto 0;
	background: #cb7b21;
	border: solid thin #FFAD00;
	font-family: AGaramond, Garamond, Georgia, "Times New Roman", Times, serif;
}

#content {
	width: 445px;
	margin: 0 50px;
	padding: 0;
	text-align: center;
	font-size: 13px;
	color: #000;
 	font-family: AGaramond, Garamond, Georgia, "Times New Roman", Times, serif;
	line-height: 19px;
}

#content a {
	font-size: 14px;
	color: #FFF;
 	font-family: AGaramond, Garamond, Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	text-decoration: none;
	padding: 0 4px;
	letter-spacing: 1px;
}

#content a:hover {
	color: #000;
}

#footer {
	width: 545px;
	margin: 10px auto;
	text-align: center;
	font-size: 12px;
	color: #000;
 	font-family: AGaramond, Garamond, Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
}

img {
	border: 0;
}

.white {
	color: #FFF;
}

.address {
	font-size: 14px;
	line-height: 20px;

}

.telephone {
	color: #FFF;
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 25px;
}

