@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	outline: none;
}
html, body, div, id, img, span, p, a, ul, li, h1, h2, h3, h4, h5, h6, form, label, input,fieldset {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: none;
	
}
body {
	background-color: #ede9e6;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
}

.textwidget a {
    font-size: 12px;
    color: #6b503c;
}