* {
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
	width: 599px;
	background-image: url('images/bg.gif');
	background-repeat: repeat-y;
}

#masthead {
	background-image: url('images/masthead.jpg');
	background-repeat: no-repeat;
	height: 150px;
}

#menu {
/*	background-image: url('images/menu.png');
	background-repeat: no-repeat;*/
	height: 495px;
	width: 120px;
	float: left;
}

#contentwrapper {
	background-image: url('images/content.png');
	background-repeat: no-repeat;
	min-height: 495px;
	width: 476px;
	float: left;
}

#content {
	padding: 2em;
}

#footer {
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	clear: both;
	height: 18px;
	width: 599px;

}
.title {
	font-size: 18px;
	font-weight: bold;
	color: #679A35;
	text-align: center;
}
.text {
	font-size: 16px;
	color: #679A35;
	font-weight: bold;
}
#bullet {
	font-size: 16px;
	font-weight: bold;
	color: #679A35;
	margin-left: 150px;
}
.redText {
	color: #FF0000;
}
