body {
	background: #f9f7e2;
	margin: 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	padding: 30px 0 0 0;
	color: #3a271a;
}

#container {
	width: 890px;
	margin: 0 auto 30px;
}

img {
	border: none;
}

/* SIDEBAR BEGIN */

.sidebar {
	width: 240px;
	float: left;
}

.sidebar .email_signup {
	margin: 0 0 0 0;
}

.sidebar .address, .sidebar .menu_button {
	margin: 20px 0 0 0;
	display: block;
}

.logo {
	width: 240px;
	height: 203px;
	background: url("../images/logo.gif") no-repeat;
}

.navigation {
	margin: 20px 0 30px 0;
	padding: 0;
	list-style: none;
	line-height: 0;
}

.navigation li {
	padding: 0;
}

/* SIDEBAR END */



/* CONTENT BEGIN */

.content {
	width: 570px;
	float: right;	
}

.content a, .content a:link, .content a:hover, .content a:visited {
	text-decoration: none;
	color: #6f8a08;
}

.content a:hover {
	border-bottom: 1px dotted #6f8a08;
}

.content a:hover {
	border-bottom: 1px dotted #6f8a08;
}

.content a.nohover:hover {
	border-bottom: 0;
}

.content p, .content ul, .content label {
	font-size: .9em;
	line-height: 1.7em;
	margin: 0 0 1em 0;
}

.content h1, h2, h3, h4, h5 {
	margin: 0 0 .3em 0;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif
}

.main_picture {
	float: left;
	margin: 0 0 20px 0;
}

.promo_picture {
	float: right;
	margin: 0 0 10px 0;
}

#summary {
	margin: 0 0 40px 0;
}

#signup_header {
	margin: 0 0 7px 0;
}

.email_signup {
	float: left;
}

.email_signup input {
	display: block;
}

.email_signup #tdiks-tdiks, .email_signup #name {
	width: 240px;
	margin: 0 0 5px 0
}

.address {
	float: right;
}

/* CONTENT END */



/* SUBHEAD BEGIN */

#subhead {
	margin: 0 0 20px 0;
}

#subhead .picture {
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0 0 30px 0;
}

/* SUBHEAD END */

.clear {
	clear: both;
}


/* FOOTER BEGIN */

#footer {
	margin: 40px 0 0 0;
	text-align: center;
	font-size: .6em;
}

/* FOOTER END */