@charset "UTF-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	height: auto;
	width: 900px;
	border: medium dotted #DCDAED;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	background-position: left;
}
#contact_text {
	margin-left: 20px;
}
#Navbar {
	float: left;
	height: 306px;
	width: 209px;
	margin: 0px;
	clear: none;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	overflow: hidden;
	background-image: url(images/whitespace.jpg);
	height: 55px;
	width: 900px;
	padding-top: 10px;
}
#bottomadleft {
	float: left;
	height: 178px;
	width: 371px;
	overflow: hidden;
	background-color: #FFFFFF;
}
#bottomadright {
	float: none;
	height: 178px;
	width: 519px;
	overflow: hidden;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 250px;
	width: 900px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(images/header.png);
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	margin: 0px;
	height: auto;
	width: 900px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.oneColFixCtrHdr #footer {
	height: 210px;
	width: 900px;
	background-color: #FFFFFF;
	padding: 0;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#watercolor {
	float: none;
	height: 400px;
	width: 590px;
	overflow: hidden;
	color: #96C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#dsignbox {
	float: right;
	height: 203px;
	width: 590px;
	padding-top: 50px;
}
#dboxtext {
	float: left;
	width: 430px;
	height: 200px;
	padding-left: 10px;
}
#dboximage {
	float: left;
	height: 203px;
	width: 150px;
}
.photo_flt_right {
	padding: 10px;
	float: right;
}
.vday_description_text_black {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bold_descriptor_text {
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent #watercolor table tr td .vday_description_text_black h5 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
