/* CSS Document */
#mandy_top {
	margin: auto;
	width: 628px;
	height: 16px;
	position: relative;
	background-image:url(pics/parr_insurance_top_back.jpg);
}
/*the following is all nested into the #mandys_mudroom_header tag*/
#mandys_mudroom_header {
	width: 799px;
	height: 267px;
	position:relative;
	margin:auto;
	background-image:url(images/mandys_header_background.gif);
}
#mandys_header_signature {
	margin-top: 40px;
	margin-left: 62px;
	width: 677px;
	height: 193px;
	position:absolute;
}
/*The body tags are all located in the individual pages CSS files.*/
/*relatively located footer tag*/
#mandys_mudroom_footer {
	margin: auto;
	width: 799px;
	height: 52px;
	position:relative;
	background-image:url(images/mandys_footer_background.gif);
}
#mandys_footer_links {
	margin-top: 27px;
	margin-left: 320px;
	height: 13px;
	width: 300px;
	position:absolute;
}
/*copyright area below all tags*/
#mandys_mudroom_copyright {
	padding-top:15px;
	margin: auto;
	position:relative;
	width: 800px;
	height: 50px;
}
/*the following tag is for the banner at the bottom of the page*/
#mandys_mudroom_dog_accessories_banner {
	margin: auto;
	padding-top:15px;
	width: 468px;
	height: 60px;
	position:relative;
}
/*end footer and start text styles*/
body {
	background-image:url(images/mandys_repeating_background.jpg);
	background-repeat:repeat;
}
p {
	margin-bottom:0px;
	margin-top:0px;
}
/*h2 also bolds content*/
h2 {
	font-size: 13px;
	color: #333132;
	font-family: Arial;
	line-height:18px;
	display:inline;
	font-style:italic;
}
/*h3 is to bold content*/
h3 {
	font-family: Arial;
	font-size:13px;
	color: #333132;
	line-height:18px;
	font-style:bold;
	display:inline;
	margin-bottom:0px;
	margin-top:0px;
}
.content{
	font-family: Arial;
	font-size:11px;
	color: #333132;
	line-height:18px;
}
.content a:link {
	color:#333132;
}
.content a:visited {
	color:#333132;
}
.content a:hover {
	color:#333132;
}
.content a:active {
	color:#333132;
}
.content_bold_italic{
	font-size: 13px;
	color: #333132;
	font-family: Arial;
	line-height:18px;
	display:inline;
	font-style:italic;
	font-weight:bold;
}
.content_bold_italic a:link {
	color:#333132;
}
.content_bold_italic a:visited {
	color:#333132;
}
.content_bold_italic a:hover {
	color:#333132;
}
.content_bold_italic a:active {
	color:#333132;
}
.content_bold{
	font-size: 13px;
	color: #333132;
	font-family: Arial;
	line-height:18px;
	display:inline;
	font-weight:bold;
}
.content_bold a:link {
	color:#333132;
}
.content_bold a:visited {
	color:#333132;
}
.content_bold a:hover {
	color:#333132;
}
.content_bold a:active {
	color:#333132;
}
.content_large {
	font-family: Arial;
	font-size: 14px;
	color: #333132;
	line-height: 1.8;
}
.content_large a:link {
	color:#333132;
}
.content_large a:visited {
	color:#333132;
}
.content_large a:hover {
	color:#333132;
}
.content_large a:active {
	color:#333132;
}
.content_large_bold_italic {
	font-family: Arial;
	font-size: 14px;
	color: #333132;
	line-height:18px;
	display:inline;
	font-style:italic;
	font-weight:bold;
}
.content_large_bold_italic a:link {
	color:#333132;
}
.content_large_bold_italic a:visited {
	color:#333132;
}
.content_large_bold_italic a:hover {
	color:#333132;
}
.content_large_bold_italic a:active {
	color:#333132;
}

.copyright{
	font-family: Arial;
	font-size: 10px;
	color: #706360;
	line-height: 18px;
}
.copyright a:link {
	color:#706360;
}
.copyright a:visited {
	color:#706360;
}
.copyright a:hover {
	color:#706360;
}
.copyright a:active {
	color:#706360;
}
.copyright_footer{
	font-family: Arial;
	font-size: 10px;
	color: #e5a8ba;
	line-height: 12px;
}
.copyright_footer a:link {
	color:#e5a8ba;
}
.copyright_footer a:visited {
	color:#e5a8ba;
}
.copyright_footer a:hover {
	color:#e5a8ba;
}
.copyright_footer a:active {
	color:#e5a8ba;
}
