body {
	background-image: url(/images/bg_pattern.jpg);
	font-family : Verdana;
	font-size: 11px;
	line-height: 1.4;
	margin: 0;
	text-align: center;
}

img {
	behavior: url(/pngbehavior.htc);
	border-style: none;
}

#container {
	width: 800px;
	padding: 0px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.row {
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 10;
}

#footer, #footer a, #footer a:link, #footer a:active, #footer a:link, #footer a:visited, #footer a:hover {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #000;
	font-size: 11px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#left_column {
	background-image: url(/images/book-left.jpg); 
	float: left; 
	width: 346px; 
	height: 483px;
}

#right_column {
	background-image: url(/images/book-right.jpg);
	float: left; 
	width: 346px; 
	height: 483px;
}

#wedding_background {
	background-image: url(/images/occasions-wedding_03.gif);
	width: 244px;
	height: 382px;
}

#wedding_column {
    width: 99%;
    height: 382px;
    overflow: auto;
    scrollbar-face-color: #F8A5D8;
    scrollbar-highlight-color: #FBE2E8;
    scrollbar-3dlight-color: #F8A5D8;
    scrollbar-shadow-color: #F8A5D8;
    scrollbar-darkshadow-color: #F8A5D8;
    scrollbar-track-color: #FBE2E8;
    scrollbar-arrow-color: #FFFFFF;
}

#fall_background {
    background-image: url(/images/occasions-fall_03.gif);
    width: 244px;
    height: 382px;
}

#fall_column {
    width: 99%;
    height: 382px;
    overflow: auto;
    scrollbar-face-color: #845328;
    scrollbar-highlight-color: #F6E2C5;
    scrollbar-3dlight-color: #845328;
    scrollbar-shadow-color: #845328;
    scrollbar-darkshadow-color: #845328;
    scrollbar-track-color: #F6E2C5;
    scrollbar-arrow-color: #FFFFFF;
}

#summer_background {
    background-image: url(/images/occasions-summer_03.gif);
    width: 244px;
    height: 382px;
}

#summer_column {
    width: 98%;
    height: 382px;
    overflow: auto;
    scrollbar-face-color: #FB950D;
    scrollbar-highlight-color: #FCF5CB;
    scrollbar-3dlight-color: #FB950D;
    scrollbar-shadow-color: #FB950D;
    scrollbar-darkshadow-color: #FB950D;
    scrollbar-track-color: #FCF5CB;
    scrollbar-arrow-color: #FFFFFF;
}

#holiday_background {
    background-image: url(/images/occasions-holiday_03.gif);
    width: 244px;
    height: 382px;
}

#holiday_column {
    width: 98%;
    height: 382px;
    overflow: auto;
    scrollbar-face-color: #4D4C1E;
    scrollbar-highlight-color: #E1EBD9;
    scrollbar-3dlight-color: #4D4C1E;
    scrollbar-shadow-color: #4D4C1E;
    scrollbar-darkshadow-color: #4D4C1E;
    scrollbar-track-color: #E1EBD9;
    scrollbar-arrow-color: #FFFFFF;
}

p {
	font-size: 11px;
	font-style: Verdana;
	font-family: Verdana;
	color: #000;
	padding: 0px;
}

.p1 {
	/* IE give too much whitespace with regular <p> tags */
	font-size: 11px;
	/* width:320px; */
	padding-top: 5px;
	padding-bottom: 5px;
}

.p2 {
	/* Smaller font type */
    /* IE give too much whitespace with regular <p> tags */
	/* width:320px; */
	font-size: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.p2 ul, .p2 ol {
	margin-top:5px;
	margin-bottom:5px;
}

a {
    color: #B04744;
}

span.header {
	color: #B04744;
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 11px;
}

.blue-cat-selected {
	position: relative;
	left: -5px;
	background-color: #C6E3DB;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 25px 1px 5px;
}

#blue-cat-title, #blue-cat-title a, #blue-cat-title a:link, #blue-cat-title a:active, #blue-cat-title a:link, #blue-cat-title a:visited, #blue-cat-title a:hover {
    color: #99CCCC;
    font-size: 11px;
	font-weight: bold;
    text-decoration: none;
}
#blue-cat-title a:hover {
    text-decoration: underline;
}

.aqua-cat-selected {
    position: relative;
    left: -5px;
    background-color: #D4F1E2;
    font-size: 11px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    padding: 1px 25px 1px 5px;
}

#aqua-cat-title, #aqua-cat-title a, #aqua-cat-title a:link, #aqua-cat-title a:active, #aqua-cat-title a:link, #aqua-cat-title a:visited, #aqua-cat-title a:hover {
    color: #00CCCC;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
#aqua-cat-title a:hover {
    text-decoration: underline;
}

.pink-cat-selected {
    position: relative;
    left: -5px;
    background-color: #F6CCD3;
    font-size: 11px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    padding: 1px 25px 1px 5px;
}

#pink-cat-title, #pink-cat-title a, #pink-cat-title a:link, #pink-cat-title a:active, #pink-cat-title a:link, #pink-cat-title a:visited, #pink-cat-title a:hover {
    color: #FF99CC;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
#pink-cat-title a:hover {
    text-decoration: underline;
}

#promo_left {
	/* background-image: url(images/promo_left.jpg); */
	width: 346px;
	height: 190px;
	float: left;
}

#promo_right {
	background-image: url(/images/promo_right_new.jpg);
	width: 346px;
	height: 190px;
	float: left;
	line-height:1.2em;
}

#promo_right_msg {
	position: relative;
	top: 69px;
	left: 140px;
}

#right_column_recipe_list {
	width: 100%; 
	height: 350px; 
	overflow: auto; 
	scrollbar-face-color: #845328; 
	scrollbar-highlight-color: #DCDCB8; 
	scrollbar-3dlight-color: #845328; 
	scrollbar-shadow-color: #845328; 
	scrollbar-darkshadow-color: #845328; 
	scrollbar-track-color: #AE8A66; 
	scrollbar-arrow-color: #DCDCB8;
}

#recipe_column {
    width: 300px;
    height: 415px;
    overflow: auto;
    scrollbar-face-color: #AF4748;
    scrollbar-highlight-color: #D89195;
    scrollbar-3dlight-color: #AF4748;
    scrollbar-shadow-color: #AF4748;
    scrollbar-darkshadow-color: #AF4748;
    scrollbar-track-color: #D89195;
    scrollbar-arrow-color: #FFFFFF;
}
