* /* these styles will be applied to everything */
{
	border: 0;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

a 
{
	border-bottom: 1px dotted #238522;
	color: #000;
	text-decoration: none;
}

* a
{
	color: inherit;
}

dl
{
	margin-bottom: 10px;
}
dt
{
	font-weight: bold;
	margin-left: 10px;
}
dd
{
	margin-left: 30px;
}

body
{
	background-color: #fffde4;
	font: 85% verdana, sans-serif;
	text-align: center;
}

li
{
  margin-left: 30px;
}

img
{
	border: 1px solid #238522;
}

img.float_left
{
	float: left;
	clear: left;
	margin: 4px;
	margin-right: 10px;
}
img.float_right
{
	float: right;
	clear: right;
	margin: 4px;
	margin-left: 10px;
}

p
{
	margin-bottom: 20px;
	text-align: justify;
	text-indent: 1.5em;
}

/* top.gif and bottom.gif both show as being too wide in IE. pixelpanic.be's do not and I don't see any extra rules for IE */
#top
{
	background-image: url(../images/background_top.gif);
	background-position: 0px 10px;
	background-repeat: no-repeat;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

#magic_box
{
	background: #ffffff url(../images/background_middle.gif) repeat-y fixed center;
	margin-left: auto;
	margin-right: auto;
	min-height:600px;
	padding-left: 20px;
	padding-right: 20px;	
	text-align: left;
	width: 740px;
}

/* clearfix from http://www.positioniseverything.net/easyclearing.html */
.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix 
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix 
{
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

#bottom
{
	background-image: url(../images/background_bottom.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

#header
{
/*	border-bottom: 4px solid #238522;
*/
	height: 120px;
	width: 740px;
}

#header a , #header img
{
	border: 0;
}

#navigation
{
	color: #ffffff;
/*	height: 40px;*/
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#content
{
	padding: 10px;
}

.goodie
{
	margin-top: 10px;
}

.goodie .images
{
	float: left;
	clear: left;
}

.goodie h1
{
	background-color: #238522;
	color: #fff;
	font-size: 150%;
	text-align: center;
}

.goodie .info_box
{
	padding-left: 340px;
}

.goodie .info
{
	border: 1px solid #238522;
}

.goodie .info p
{
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
}

/* List of Goodies */
#christmas_market_list
{
	border: 1px solid #238522;
	margin-top: 20px;
	width: 100%;
}

#christmas_market_list th
{
	background-color: #cff4c9;
	color: #238522;
	padding: 3px;
	text-align: center;
	width: 33%;
}

#christmas_market_list .super
{
	background-color: #238522;
	color: #fff;
}

#christmas_market_list th a
{
	font-weight: bold;
}

#christmas_market_list td
{
	padding-left: 20px;
	width: 33%;
}

#christmas_market_list td a
{
	border-bottom: 1px dotted #238522;
	line-height: 2.0em;
}

/*
.goodie.img
{
	float: left;
	margin: 4px;
	margin-right: 10px;
}

/*

The border image needs to be flipped! should go light to dark, out to in. 

*/

/* FONT!
adage
http://www.veer.com/products/typedetail.aspx?image=JBT0000002
*/


/* COLORS
logo dark green: 238522
64a15e
87bf80
bfe6b7
cff4c9
e6ffe1
logo light green: foffeb

dark green: 335533
668844
99bb66
light green: ddeebb

dark yellow:fff270

light yellow: fffde4
*/

