* {
	margin: 0;
	padding: 0;
	font-family: tahoma;
}

html, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, 
img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

body {
	background-color: #353739;
	background-image: url(../images/background.png);
	background-repeat:repeat-x;
	font: normal normal 12px Tahoma, Arial, Verdana, sans-serif;
	color: #000;
}
a {
	color: #3a3a3a;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
a img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 0.5em;
	margin: 0 0 0 -17px;
	}
h1 {
	font-size: 2em;
	}
h2 {
	font-size: 1.7em;
	}
h3 {
	font-size: 1.5em;
	}
h4 {
	font-size: 1.3em;
	}
h5 {
	font-size: 1.2em;
	}
h6 {
	font-size: 1em;
	}
p {
	margin: 0 0 0px;
	}
blockquote {
	margin: 1.5em 1em;
	}