/*=RESET*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

:focus {
	outline: 0;
}

/*=INITIAL */
body {
	font: normal 14px "Trebuchet MS", Helvetica, sans-serif;
	color: #000;
	background: #fff;
	text-align: center;
}

a, a:visited {
	color: #912737;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	font-size: 17px;
	margin-bottom: 4px;
}

p {
	margin: 0 0 9px 0;
	line-height: 1.5;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#logo {
/*	background: url(../img/logo.gif) 113px 33px no-repeat;*/
	background: url(../img/logo.gif) 215px 33px no-repeat;
	height: 97px;
	text-indent: -1000em;
}

#content {

}

#content p {
	width: 510px;
	text-align: left;
	margin: 0 auto;
	padding: 40px 0 0;
}



