@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#wrapper {
	width: 900px;
}
#header {
	background-image: url(images/heath_card_printing_header.jpg);
	background-repeat: no-repeat;
	height: 243px;
}
#header h1 {
	font-size: 9px;
	text-align: right;
	color: #999999;
}
#navigation {
	background-image: url(images/navigation_bg.jpg);
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation a {
	padding-right: 10px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#navigation a:hover {
	color: #FF0000;
}
#mochelles_menu {
	background-image: url(images/main_menu_bg.jpg);
	height: 167px;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 63px;
}

#mochelles_menu a {
	text-decoration: none;
	color: #0000FF;
}
#mochelles_menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.bodytextbox {
	padding-left: 30px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	font-size: 14px;
	font-weight: normal;
}
.small_text {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
.links {
	font-size: 14px;
	color: #0000FF;
}
.links a {
	text-decoration: underline;
	color: #0000FF;
}
.links a:hover {
	color: #FF0000;
	text-decoration: underline;
}


.bodytextbox h2 {
	font-size: 24px;
	display: inline;
	padding-left: 0px;
}
.body_text {
	font-size: 16px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: normal;
	display: inline;
	word-spacing: 0em;
	text-align: left;
}

#footer {
	height: 77px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}
.related_links {
	color: #FFFFFF;
	font-size: 14px;
	text-align: right;
}
.related_links a {
	color: #FFFFFF;
}
.related_links a:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 2px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: none;
}
#pagecontent {
	text-align: left;
}
