@charset "UTF-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	border: 0;
	color: #414141;
}

body {
	text-align: center;
	background-color: #cbe4f5;
	font-family: "Trebuchet MS", Helvetica, Arial, sans serif;
}

.wrapper {
	text-align: left;
	width: 793px;
	margin: 0 auto;
	background: url(../_img/bg.jpg) repeat-y left top;
	position: relative;
}

.banner {
	padding: 0 22px;
}

h1 {
	padding: 18px 0 0 40px;
}

.content {
	padding: 10px 40px 20px 40px;
}

h2 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans serif;
	color: #ee4178;
	font-size: 1.2em;
}

p {
	font-family: "Trebuchet MS", Helvetica, Arial, sans serif;
	line-height: 1.2;
	font-size: .85em;
	color: #414141;
}

ul {
	margin: 10px 30px;
	color: #414141;
	line-height: 1.2;
	font-size: .85em;
	color: #414141;
}

a {
	color: #414141;
}

a:hover {
	color: #414141;
	text-decoration: none;
}

li {
	margin: 0 0 8px 0;
}
.footer {
background: url(../_img/footer.jpg) no-repeat left bottom;
}