/*
	CSS for kate's homeopathy site.
	(C) 2004 http://www.dlana-designs.co.uk
*/

body {
	background-color: white;
	color: #002211;
	font-size: 12pt;
	font-family: verdana, sans-serif;
}

#mainbox {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	height: 400px;
	margin-top: -200px;
	margin-left: -200px;
}

#textbox {
	position: absolute;
	left: 50%;
	width: 500px;
	top: 130px;
	margin-left: -250px;
	line-height: 1.5em;
	text-align: justify;
}

#logobox {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 394px;
	height: 395px;
	margin-right: 0px;
	padding-right: 0px;
}

#textbox h1 {
	color: #5599DD;
	font-size: 18pt;
	text-align: center;
}

#textbox h2 {
	color: #008833;
	font-size: 14pt;
	font-weight: bold;
	border-bottom: 1px solid #004400;
	width: 50%;
}

#textbox a {
	color: #005555;
	text-decoration: none;
	font-weight: bold;
}
#textbox a:hover {
	color: white;
	background-color: #2255AA;
}
#textbox a:active {
	background-color: #DDEEFF;
}
#textbox img {
	padding: 10px;
}
.faq {
	border: 1px dashed #AAAAAA;
	padding: 10px;
	background-color: #EEEEFF;
}
.copyright {
	font-size: 10px;
	color: #aaaaaa;
	text-align: center;
	padding-top: 10px;
	border-top: 1px dashed #AAAACC;
}
