@charset "utf-8";
/* CSS Document */

body {
	/* background: url(background-tile.png) repeat; */
	background-color: #fff;
	font-family: helv
	font-size: 15px;
	color: #222;
	line-height: 23px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	
}

#main-content {
	width: 997px;
	margin: 10px auto;
	
	/* border: 1px #222 solid; */
	/* background: url(copy.gif) no-repeat; */
}

p {
	padding: 0px 120px;
}

h1 {
	padding: 150px 120px 0px;
	margin-bottom: 50px;
	font-size: 22px;
	background: url(header.png) no-repeat center;
	width: 620px;
	height: 17px;
}

h2 {
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px;
	margin-left: 370px;
	font-size: 19px;
	background: url(theRole.png) no-repeat center;
	width: 100px;
	height: 14px;
}

h3 {
	padding: 0px 120px 30px;
	font-size: 15px;
}

img {
	text-align: center;
	margin: 0px auto;
}

a, a:visited {
	color: #666666;
}

