body {
	margin: 0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

h1 {
	width:540px;
	padding:44px 0 6px 0;
	background-image:url(/images_template/heading.gif);
	background-position:top center;
	background-repeat:no-repeat;
	color:#990000;
	text-align:center;
	font-size:x-large;
	font-family: "Times New Roman";
	font-style:italic;
}





/*

h1, h2 {
	font-family: "New Times Roman";
	color:#CC0000;
	border-bottom:1px solid #999999;
	padding:.3em;
	margin:0;
}

h1 {
	font-size:large;
}

h2 {
	font-size:medium;
}
*/

p, td {
	color:#666666;
	line-height:1.5em;
}

li {
	color:#666666;
	line-height:1.5em;
	list-style-type:square;
}


/* *** FORMATTING CLASSES *** */

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}


/* *** BOXES AROUND CONTENT *** */

.box_note {
	width:538px
	background-color:#fffbec;
	padding:24px 8px 4px 4px;
	background-image:url(/images_template/box_please_note.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.box_more_info {
	width:100%;
	background-color:#fffbec;
	padding:24px 8px 4px 4px;
	background-image:url(/images_template/box_more_info.gif);
	background-position:top left;
	background-repeat:no-repeat;
}


/* FIX LIST ITEMS ON FF */
.box_more_infoX li, .box_noteX li {
	margin-left:-10px;
	padding-left:10px;
}






/* *** LINK LISTS *** */

#IGNORE .moreinfo {
	width:528px;
	background-color:#fffbec;
	border-top:1px solid #e0b2b2;
	padding:6px;	
}

#IGNORE .moreinfo p {
	margin:0;
	font-style:italic;
	font-weight:bold;
	color:#990000;
}

#IGNORE .moreinfo ul, .moreinfo li {
	padding-bottom:0;
	margin-bottom:0;
}

.tablegrid {
	border-top:1px solid #e0b2b2;
	border-left:1px solid #e0b2b2;
	border-bottom:1px solid #e0b2b2;
}

.tablegrid td {
	border-right:1px solid #e0b2b2;
}


/* GENERAL ELEMENTS */

form {
	margin:0;
	padding:0;
}




/* SPECIALIST BACKGROUNDS */

#christmas #main {
	background-image:url(/images/backgrounds/christmas.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}

#new_year #main {
	background-image:url(/images/backgrounds/new_year.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#valentine #main {
	background-image:url(/images/backgrounds/valentine.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-family:"Times New Roman";
	font-size:larger;
	color:#663333;
}

#valentine #main p {
	color:#993333;
}

#mothers_day #main {
	background-image:url(/images/backgrounds/mothers_day.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
