/* Style sheet for Au Purr, LLC */
/*
	Debugging.
IMG, TABLE, TD, TR, P, H1, H2, DIV {
	border-width: 1px;
	border-style: solid;
	border-color: black;
}
*/
/*
	Colors
*/
BODY {
	background-color: #FFFFEA;
	color: #008080;
}
A:link { color: #4369A2; }
A:visited, A:active, A:hover, B.here,
H1, H2, B.head, P.caption, P.appeal { color: #603096; }	/* purple, matches logo */
/*
	Fonts
*/
BODY {
	font-family: Comic Sans MS, sans-serif;
	font-size: large;
}
/* top stuff */
TD.address {
	font-size: small;
	font-weight: bold;
}
TD.menu {
	font-size: large;
	font-weight: bold;
}
/* body stuff */
P.appeal{
	font-size: large;
	margin-bottom: 2ex;
}
H1 {
	font-size: x-large;
	font-weight: bold;
}
H2 {
	font-size: medium;
	font-weight: bold;
}
B.head { font-weight: normal; }
P.small { font-size: small; }
P.large { font-size: large; }
/* bottom stuff */
DIV.bottom { font-size: small; }
P.copyright { font-weight: bold; }
P.tubu { font-size: x-small; }
/*
	Layout
*/
BODY {
	margin: 2ex;
	margin-bottom: 0ex;
}
/* top stuff */
TABLE.menu, TABLE.main, TABLE.top { width: 100%; }
TD.main, TD.top, TD.logo, TD.address, TD.menu {
	padding: 1ex;
	margin: 0px;
}
TD.top { vertical-align: top; }
TD.logo { text-align: left; }
TD.address { text-align: right; }
TD.menu {
	text-align: center;
	vertical-align: top;
}
P.menuitem { margin-bottom: 2ex; }
/* body stuff */
TD.main {
	vertical-align: top;
	text-align: justify;
}
DIV.left {
	float: left;
	margin-right: 1ex;
}
DIV.right {
	float: right;
	margin-left: 1ex;
}
P.caption {
	font-size: small;
	text-align: left;
	margin-top: 0pt;
/*
	margin-right: 1ex;
	margin-left: 1ex;
*/
	/*
		IE 6.0.2900.2180.xpsp_sp2_gdr.050301-1519 ignores
		"max-width: 100%;" so captions should have an explicit
		style="width: Xpx;" where X is the width of the image.
	*/
	max-width: 100%;
}
IMG.left {
	float: left;
	margin-right: 1ex;
}
IMG.right {
	float: right;
	margin-left: 1ex;
}
P.clear { clear: both; }
DT { padding: 1ex 0ex; }
DT:first-child, DT.first { padding-top: 0ex; }
DIV.testimonial {
	clear: both;
	margin-top: 2em;
}
TABLE.testimonial {
	width: 100%;
}
TD.img, TD.txt {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
/* bottom stuff */
DIV.bottom {
	clear: both;
	text-align: center;
	margin-top: 2em;
}
P.copyright { margin-bottom: 0ex; }
P.tubu { margin-top: 0ex; }
