body {
	background-color: #f31717;
	background-image: url(background.png);
	background-repeat: repeat-x;
}

img {
				border: 0
}

.header {
	background-image: url(header.png);
	height:141px;
}

.buttons {
				height: 31px;
				position: relative;
	background-image: url(buttons.png);
}

.buttons img {
			position: absolute;
			
}				
#home {
				left: 51px;
}				

#joining {
				left: 185px;
}				

#classes {
				left: 319px;
}				

#directions {
				left: 453px;
}				


.layout {
				width: 640px;
				margin-left: auto;
				margin-right: auto;
}

.content {
	background-image: url(text.png);
	background-repeat: repeat-y;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 5px;
	min-height: 350px;
	padding-bottom: 2px;
}


