body {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: "Franklin Gothic Medium", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0b3c36;
	background: url(bg.gif) repeat-x 0 0 #18544a;
}

.menu, #submenu, #head, #content, #footer, #footer2 {
	width: 750px;
	margin: 0 auto;
}




/* ---- MENU design ---- */

.menu {
	display: block;
	height: 36px;
	margin-top: 15px;
	margin-bottom: 2px;
	padding: 0;
	list-style-type: none;
	text-transform: lowercase;
}

.menu li {
	float: left;
	width: 129px;
	height: 36px;
	margin: 0 4px 0 0;
	padding: 0;
	background: url(menu_bg.gif) no-repeat 0 0 #185f57;
}

.menu li a {
	display: block;
	width: 113px;
	height: 28px;
	padding: 8px 8px 0 8px;
	color: white;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
}

.menu li.milk a, .menu li.beer a, .menu li.other a, .menu li.ref a {
	width: 102px;
}

.menu li a:hover, .menu li a.active {
	background: url(menu_bg_over.gif) no-repeat 0 0 #96ada9;
	color: #185f57;
	text-decoration: none;
}

.menu li.milk, .menu li.beer, .menu li.other {
	width: 118px;
	background: url(menu_bg_2.gif) no-repeat 0 0 #367972;
}

.menu li.milk a:hover, .menu li.milk a.active {
	background: url(menu_bg_milk_over.gif) no-repeat 0 0 #ffffff;
}

.menu li.beer a:hover, .menu li.beer a.active {
	background: url(menu_bg_beer_over.gif) no-repeat 0 0 #fec756;
}

.menu li.other a:hover, .menu li.other a.active {
	background: url(menu_bg_other_over.gif) no-repeat 0 0 #00ccff;
}


.menu li.ref {
	width: 118px;
	margin: 0;
	background: url(menu_bg_ref.gif) no-repeat 0 0 #629791;
}

.menu li.ref a:hover, .menu li.ref a.active {
	background: url(menu_bg_ref_over.gif) no-repeat 0 0 #96ada9;
}

.menu li.last {
	margin: 0;
}

/* ---- END MENU ---- */




#submenu {
	height: 38px;
	list-style-type: none;
	text-transform: lowercase;
}

#submenu .menu {
	width: 632px;
	float: left;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}




/* ---- EDITOR_MENU design ---- */

.editor_menu {
	float: left;
	right: 0;
	width: 118px;
	height: 36px;
	margin: 0 0 2px 0;
	padding: 0;
	list-style-type: none;
	text-transform: lowercase;
	background: url(menu_bg_ref.gif) no-repeat 0 0 #629791;
}

.editor_menu li {
	width: 102px;
	height: 16px;
	margin: 0;
	padding: 0;
}

.editor_menu li a {
	display: block;
	width: 102px;
	height: 12px;
	padding: 2px 8px 2px 8px;
	margin: 0;
	color: white;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
}

.editor_menu li a:hover {
	color: #185f57;
	text-decoration: none;
}

/* ---- END EDITOR_MENU ---- */




#head {
	height: 150px;
	margin-bottom: 7px;
}

#content {
	position: relative;
	width: 670px;
	min-height: 320px;
	padding: 25px 40px 30px 40px;
	background: #e2ebea;
	color: #0b3c36;
}

#content h1 {
	font-size: 16px;
	font-weight: normal;
	color: #6c9a91
}

#content p {
	text-align: justify;
}

#content .column1 {
	float: left;
	width: 220px;
	margin: 0 10px 0 0;
}

#content .column2 {
	float: left;
	width: 440px;
}

#content .column2 .sub1 {
	float: left;
	width: 215px;
	margin: 0 10px 5px 0;
}

#content .column2 .sub2 {
	float: left;
	width: 215px;
	margin: 0 0 5px 0;
}

#content .column2 .subfull {
	float: left;
	width: 440px;
	margin: 0 0 5px 0;
}

#content .joke {
	float: right;
	width: 200px;
	margin: 0 0 5px 20px;
	background: #cde0de;
}

#content .joke h2 {
	background: url(joke_head_bg.gif) no-repeat 0 0 #185f57;
	font-family: "Franklin Gothic Medium", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: white;
	padding: 2px 6px;
	margin: 0;
}

#content .joke h3 {
	margin: 8px 6px 0 6px;
	padding: 0;
	text-align: left;
	color: #6c9a91;
	font-family: "Franklin Gothic Medium", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

#content .joke p {
	margin: 4px 6px;
	text-align: left;
}

#footer {
	position: relative;
	height: 24px;
	background: #abbebc;
	margin-bottom: 6px;

	color: #18544a;
	font-size: 11px;
}

#footer #footer_info {
	position: absolute;
	width: 490px;
	left: 0;
	padding: 4px 0 0 40px;
}

#footer #footer_info a, #footer #footer_info a:hover {
	color: #257c6a;
	text-decoration: none;
}

#footer #footer_info a:hover {
	text-decoration: underline;
}

#footer #footer_home {
	position: absolute;
	width: 180px;
	right: 0;
	padding: 4px 40px 0 0;
	text-align: right;
}

#footer #footer_home a, #footer #footer_home a:hover {
	color: #18544a;
	text-decoration: none;
}

#footer #footer_home a:hover {
	text-decoration: underline;
}

#footer2 {
	height: 60px;
	background: url(footer.gif) repeat-x 0 0 #32675e;
}

.clearer {
	clear: both;
	height: 0px;
	line-height: 0px;
	width: 1px;
	font-size: 1px;
}

