@charset "utf-8";
:focus { -moz-outline-style: none; }
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
	color: #754200;
	font-size: 11px;
}
a:link {
	color: #4A2B00;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #4A2B00;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #4A2B00;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #4A2B00;
	font-weight: bold;
}
#container {
	width: 968px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: 16px;
}
#topBar {
	height: 106px;
	background-image: url(images/cafe-b1-share.jpg);
	background-repeat: no-repeat;
}
#topBarHome {
	height: 106px;
	background-image: url(images/home-a1-share.jpg);
	background-repeat: no-repeat;
}
#topBarEmail {
	height: 106px;
	background-image: url(images/home-a1-email.jpg);
	background-repeat: no-repeat;
}
#share {
	padding-top: 20px;
	padding-left: 65px;
}
#bottomText {
	background-image: url(images/cafe-d1-bottombar.jpg);
	background-repeat: no-repeat;
	height: 146px;
}
#emailClub {
	background-image: url(images/cafe-c1-email-club.jpg);
	background-repeat: no-repeat;
	height: 523px;
}
#descriptionBox {
	background-image: url(images/home-c1-textbg.jpg);
	background-repeat: no-repeat;
	height: 146px;
}
#textBox {
	padding-top: 10px;
	padding-left: 131px;
	padding-right: 131px;
}
#sendFriend {
	padding-left: 664px;
}
.headline {
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	color: #754200;
	padding-top: 25px;
	padding-left: 322px;
}
.smallText {
	font-size: 11px;
}
.bigText {
	font-size: 14px;
}
.formLeft {
	font-size: 11px;
	margin-left: 260px;
}
