@import url("/carpediem.com/css/layout.css");
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	background-color: #000;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#wrapper #top {
	background-image: url(../images/top.jpg);
	background-repeat: 1050;
	height: 18px;
	margin-top: 20px;
}
#wrapper #header {
	background-image: url(../images/head.jpg);
	height: 145px;
}
#wrapper #bottom {
	background-image: url(../images/bottom.jpg);
	height: 9px;
}
#wrapper #body {
	background-image: url(../images/bg.jpg);
	height: 980px;
	width: 744px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #bottomfoot {
	background-image: url(../images/bgdark.jpg);
	height: 50px;
	width: 744px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 11px;
	padding-top: 20px;
}
#wrapper #strip {
	background-color: #999;
	height: 1px;
	width: 744px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #body #left {
	height: 550px;
	width: 433px;
	float: left;
	padding-top: 50px;
}
#wrapper #menu {
	height: 40px;
	width: 744px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bgdark.jpg);
	font-family: "Century Gothic";
	font-size: 12px;
}
#wrapper #body #left #formfill {
	height: 200px;
	width: 740px;
	float: left;
	margin-top: 0px;
	font-family: "Century Gothic";
	font-size: 10px;
	color: #333;
}
#wrapper #body #right #textbox #events {
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 50px;
	text-align: center;
}
#wrapper #body #right #textbox #flyers {
	width: 250px;
	margin-top: 10px;
	margin-left: 24px;
}
#wrapper #body #left #bottomb #addy {
	font-family: "Century Gothic";
}

#wrapper #header #lefthead {
	padding-top: 20px;
	padding-left: 50px;
	height: 100px;
	width: 350px;
	float: left;
}
#wrapper #header #righthead {
	float: right;
	width: 238px;
	margin-right: 35px;
	height: 148px;
}

#wrapper #body #right {
	height: 600px;
	width: 310px;
	float: right;
}
#wrapper #body #right #textbox {
	background-image: url(../images/text.png);
	height: 900px;
	width: 309px;
	float: left;
	background-repeat: no-repeat;
	margin-top: 50px;
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFF;
}
#wrapper #body #right #textbox #text {
	margin-top: 30px;
	margin-left: 20px;
	height: 870px;
}
#wrapper #body #right #textbox #text2 {
	margin-left: 30px;
}

#wrapper #body #left #top {
}
#wrapper #body #right #textbox #social {
	padding-top: 30px;
	text-align: left;
	padding-left: 40px;
	color: #000;
}

#wrapper #body #left #top2 {
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}
#wrapper #body #left #bottomb {
	background-image: url(../images/lbottom.png);
	background-repeat: no-repeat;
	height: 200px;
	background-position: center;
	padding-left: 70px;
	padding-top: 30px;
	font-family: "Century Gothic";
	color: #FFF;
}

#wrapper #footer {
	background-image: url(../images/footer.jpg);
	height: 100px;
	background-repeat: no-repeat;
}

