@charset "utf-8";
/* CSS Document */

div#left {
	width:360px;
	float:left;
	margin-left:5px;
}
div#right {
	width:360px;
	float:right;
	margin-right:5px;
}
div#main {
	width:750px;
	float: inherit;
	margin:auto;
}
div#wrapper {
	width:750px;
	float: inherit;
	margin:auto;
	background-image:url(background.jpg);
	background-repeat:no-repeat;
	height:1000px;
}
div#bottom-links {
	width:750px;
	float:left;
}
h4 {
	margin-bottom: 1px;
	line-height:14px;
}
p {
	margin-top:3px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size:23px;
}
div#flyers {
	width:600px;
	float:left;
}
div#paypal-lower {
	width:150px;
	float:right;
}
div#paypal-upper {
	width:120px;
	float:right;
	margin-top:20px;
}
