body {
	background: #e4e4e4;
	
	margin: 0px;
	padding: 0px;
	
	font-family: arial;
	font-size: 12px;
	color: #000;
}

img {
	border: 0px;
}

div#container {
	width: 892px;
	margin: 20px auto 20px auto;
	padding: 0px;
	
	background: url(../images/background.gif) repeat-y;
	
	position: relative;
}

div#top {
	width: 892px;
	
	background: url(../images/top.gif) no-repeat top;
}

div#bottom {
	width: 892px;
	
	background: url(../images/bottom.gif) no-repeat bottom;
}

h1 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	
	line-height: 28px;
	
	color: #6fbd44;
	font-size: 28px;
	font-weight: bold;
}

p {
	margin: 0px;
	padding: 0px 0px 16px 0px;
	
	font-size: 16px;
	line-height: 24px;
}

p.strong {
	font-weight: bold;
}

ul {
	margin: 0px;
	padding: 0px 0px 16px 5px;
	
	font-size: 16px;
	line-height: 24px;
	list-style: none;
}

li {
		margin: 0px;
		padding: 0px 0px 0px 13px;

		background: url(/images/plus.gif) no-repeat 0px 6px;
	}


a {
	color: #6fbd44;
	text-decoration: underline;
}

	a:hover {
		color: #000;
	}

div.text {
	padding: 66px 66px 19px 66px;
	
	background: url(../images/background1.jpg) no-repeat bottom;
}
	
div#logo {
	height: 240px;
}

div#logo div.space {
	padding: 80px 0px 0px 0px;
}

div#logo a {
	display: block;
	width: 335px;
	height: 130px;
}

div#logo a span {
	display: none;
}