body {
	font-family: 		calibri, helvetica, arial, sans serif;
	color: 				#B37F1A;
	background: 		#EAD89D url('images/bg_middle.gif') repeat-y fixed center center;
	padding: 			0px;
	margin: 			0px;
	font-size:			10pt;
}

p {
	margin-top:			0px;
}

tr{
	vertical-align: 	top;
}

/* too smart for IE/pc 
html>ul li {
list-style-image:url(images/cheese_hole.gif);
}*/
/*too wrong for anyone but IE */
li {
	list-style:			none;
	padding-left:		16px;
	line-height:		18px;
	background:			#fff url(images/cheese_hole.gif) no-repeat left 5px;
	margin-bottom: 		0.5em;
}

#all{
	text-align: 		center;
}

#content{
	text-align: 		center;
	width: 				600px;
	margin-left: 		auto;
	margin-right: 		auto;
}

#topBorder{
	background: 		#EAD89D url('images/bg_top.gif') no-repeat fixed top center;
	height: 			15px;
}

#menu {
	clear: 				both;
	padding: 			15px;
	font-size: 			150%;
}

#main{
	text-align: 		left;
	padding: 			15px;
	padding-top:		0px;
	margin-top:			0px;
}

.title{
	text-align: 		left;
	font-size: 			200%;
	font-weight: 		bold;
	margin-bottom:		0.5em;
}

.small {
	font-size:			85%;
}


/* Badly named, should be titlebar */
#title{
	text-align: 		center;
}

.bodyText{
	text-align: 		left;
}

/* every time yellowwedge cheese is mentioned, it should use this class */
.yw{
	font-weight:		bold;
	color:				#16397E;
}
.quote{
	font-style: 		italics;
	margin-left: 		50px;
	margin-right: 		20px;
}

.boxed {
	border:				2px solid #B37F1A;
	padding: 			5px;
	margin-bottom:		10px;
}

img.bullet{
	padding:			0 2px 0 0;
}

#address{
	font-style: 		italics;
}

img{
	padding: 			20px;
	padding-top:		15px;
	padding-bottom:		15px;
}

.alignRight{
	float: 				right;
	padding-right: 		0px;
	margin-left: 		15px;
}

.alignLeft{
	float: 				left;
	margin-right: 		15px;
	margin-left: 		0px;
	padding-left: 		0px;
}

.topImage {
	padding-top:		0px;
	vertical-align:		text-top;
}

.picture { 
	background-color: 	#F9F9F9;
	border: 			1px solid #CCCCCC; 
	padding: 			3px;
	font: 				11px/1.4em Arial, sans-serif; 
}
.picture img { 
	border: 			1px solid #CCCCCC;
	vertical-align:		middle; 
	margin-bottom: 		3px; 
}
.right { 
	margin: 			0.5em 0pt 0.5em 0.8em; 
	float:				right; 
}
.left { 
	margin: 			0.5em 0.8em 0.5em 0pt; 
	float:				left; 
} 

.halfColumn{
	width: 				47%;
}

.thirdColumn {
	float:				left;
	margin:				5px;
	width:				180px;
}

.date {
	font-style:			italic;
	color:				#183a81;
	margin-top:			2em;
	padding-top:		0.5em;
	width:				100%;
	border-top:			2px dotted #b37f1a;
	clear:				both;
}

img.inline {
	padding-top:		0px;
	padding-bottom:		0px;
	vertical-align:		middle;
}

#cheese_list li {
	font-weight:		bold;
	clear:				both;
	background:			none;
	margin-left:		-80px;
}

#cheese_list li  .image {
	width:				160px;
	float:				left;
}

#cheese_list li  .image img {
	width:				116px;
	padding-top:		0px;
}

#cheese_list li .image .long {
	margin-bottom:		20px;
}

#cheese_list .title {
	font-size:			13pt;
}

#cheese_list .title
,#cheese_list .cheese_type
,#cheese_list .cheeseDesc
 {
	float:				right;
	width:				424px;
}

.cheeseDesc {
	font-size: 			100%;
	font-weight:		normal;
	padding-bottom:		1.5em;
}

.cheese_type {
	color:				#401e05;
	font-size:			75%;
	font-weight:		normal;
}

.footer {
	clear: 				both;
	font-size: 			75%;
	margin-bottom: 		20px;
}