body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color:#FFFFCC;
	color: #E54482;
	background-image: url(/images/outside_border.gif);
	background-repeat:repeat;
}

p
{
	font:Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#FFCCFF;
}

p a
{
	color: #FFFFFF;
	cursor:default;
}

table.photogallery p
{
	font-size:smaller;
	font-family:Arial, Helvetica, sans-serif;
}

.top_bgd
{
	background-image:url(/images/gallery_top-left.gif);
	background-repeat:no-repeat;
	background-position:left;
	vertical-align: top;
}

.top_right_bgd
{
	background-image: url(/images/gallery_top-right.gif);
	background-repeat:no-repeat;
	background-position:right;
	vertical-align:top;
	margin:0;
	padding-top:5px;

}

.body_bgd
{
	background-image:url(/images/gallery_center.gif);
	background-repeat: repeat-y;
	margin:0;
	background-position:center;
}

.bottom_bgd
{
	background-image:url(/images/gallery_bottom-left.gif);
	background-repeat:no-repeat;
	background-position:left;
	vertical-align:bottom;
}

.bottom_right_bgd
{
	background-image:url(/images/gallery_bottom-right.gif);
	background-repeat:no-repeat;
	background-position:right;
	vertical-align:bottom;
	padding-bottom:1em;
}

.back
{
	background-image:url(http://www.katydiddesign.com/images/gallery_center.gif);
	background-position:center;
	background-repeat:repeat-y;
	border: none;
}

p#info
{
	font-size:small;
}

h1
{
	font-size:large;
	color:#E54482;
	font-weight:bold;
}

h2
{
	font-size: medium;
	color:#FFFFFF;
	font-weight:bold;
}

table#border
{
	border-color: #FFFF99;
	border-width: medium;
}

table#header
{
	border-width: 0;
	font-size: small;
}

table#footer
{
	border-width: 0;
	font-size: smaller;
	font-style: italic;
	color: #FFCCFF;
	text-decoration:none;
	font-weight:bold;
}

a
{
	color: #E54482;
	text-decoration:none;
}

a:hover
{
	color: #FFCCFF;
	text-decoration:underline;
}

table#webmaster
{
	border-width: 0;
	font-size: smaller;
	color: #CCCCCC;
	font-weight:bold;
}

img	{
	border: 0;
	}


/*   Left Nav (Blame Ross)   */

.LeftNav 
{
	list-style-type:none;
}

	.LeftNav ul
		{
		    width: 150px;
			margin: 0;
			padding: 0;
			list-style: none;
			font-size: 14px;
		}

		.LeftNav ul li
			{
				margin: 0;
				padding: 0;
				position: relative;
				color:#E54482;
			}

		.LeftNav ul li ul
			{
				position:absolute;
				left: 149px; /* Set 1px less than menu width */
				top: 4px;
				display: none;
    			width: 130px;
				color: #FF99CC;
				background-color:#00206C;
			}
			
		.LeftNav ul li ul li
			{
				position: relative;
			}

			.LeftNav ul li ul li ul
				{
					position: absolute;
					left: 149px; /* Set 1px less than menu width */
					top: 0;
					display: none;
	    			width: 120px;
					color: #FF99CC;
					background-color:#00206C;
				}

		/* Holly Hack. IE Requirement */
		* html .LeftNav ul li { float: left; height: 1%; }
		* html .LeftNav ul li a { height: 1%; }
		/* End */
		
		#nav li:hover { color: #E54482;}
		#nav li:hover ul.level1, #nav li.over ul.level1 { display: block;} /* The magic */
		#nav li:hover ul.level1 li:hover ul.level2, #nav li.over ul.level1 li.over ul.level2 { display: block;} /* The magic */
		#nav li ul li:hover ul li:hover ul.level3, #nav li ul li.over ul li.over ul.level3 { display: block;} /* The magic */

.LeftNav li:hover ul, li.over ul
{
	display: block;
}

.LeftNav li:hover ul li ul, li.over ul li ul
{
	display: none;
}

.LeftNav li:hover ul li:hover ul, li.over ul li.over ul
{
	display: block;
	font-weight:bold;
}

.LeftNav li a
{
    border-left: 2px solid #FF0099;
    border-right: 2px solid #FF0099;
    display: block;
    padding: 10px 0;
	color: #FF99CC;
    font-weight: bold;
}

    .LeftNav li ul li a
    {
        padding: 5px 0;
    }

.LeftNav a:hover
{
	color: #FF33CC;
	background-color:#00207C;
}

.LeftNav a.mainLink
{
	border-bottom: 2px solid #FF0099;
}

.LeftNav a.topLink
{
	border-bottom: 2px solid #FF0099;
	border-top: 2px solid #FF0099;
}

.LeftNav a.subLink
{
	border-bottom: 1px dotted #FF0099;
}

.LeftNav a.endLink
{
	border-bottom: 2px solid #FF0099;
}

.LeftNav a.firstLink
{
	border-top: 2px solid #FF0099;
	border-bottom: 1px dotted #FF0099;
}


/* VERTICAL MENU BAR - TOP OF PAGE */

ul.topMenu
{
	list-style:none;
	padding: 0;
	margin: 0;
}

#nav a
{
	font-weight: bold;
	color: #E54482;
	text-decoration: none;
	font-size:small;
}

#nav li li a
{
	font-weight:normal;
	color:#FF99CC;
}

#nav li li a:hover
{
	font-weight:bolder;
}

li.topMenu
{
	float: left;
	position: relative;
	text-align:center;
	cursor:default;
	width:6em;
	display:block;
	background-color:#FF99CC;
	border: 1px solid #02216B;
	list-style-type:none;
}

li ul.topMenu
{
	display: none;
	position:absolute;
	top:100%;
	left:0;
	background-color: #FF99CC;
}

li li.topMenu
{
	float:none;
	background-color:#E54482;
	border:0;
}

li:hover ul, li.over ul
{
	display: block;
}