* {
    margin: 0;
    padding: 0;
}
.fn {
	display: none;
}

body {
	font-family: 'Puritan', Helvetica, Arial, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
	color: #656565;
	background-color: #ffffff;
	padding:20px 10px 20px 10px;
	margin:0px;
	text-align: center;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed;
}


#wrapper {
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 70px 0px 0px;
	width: 700px;

}


.content {
	text-align: left;
	margin: 0px auto 0px auto;
	width: 800px;
	padding: 0px 0px 0px 30px;
}


.text {
	width: 380px;
	float: left;
padding-bottom: 20px;
padding-right: 30px;
}


.menu {
	width: 200px;
	float: left;
	padding-top: 5em;
}

.menu li {
	list-style: none;
padding-bottom: 0.5em;
}

.menu ul {
	list-style: none;
padding-bottom: 3em;
}

.menu li a {
	text-decoration: none;
}

h1 {
	font-size: 2em;
	padding-top: 4em;
	padding-bottom: 1em;
	letter-spacing: 0.1em;
	color: #40AFA9;
	font-weight: normal;

}
.subtitle {
	color: #AACB96;

}
a {
	text-decoration: underline;
	color: #40AFA9;
}
a:hover {
	color: #AACB96;
}

h2, h3 {
	font-size: 1.5em;
	padding-top: 1.5em;
	padding-bottom: 0.5em;
	color: #40AFA9;
	font-weight: normal;
	line-height: 1.3em;

}



a:active
{
	outline: none;
}

img {
	border: none;
}

small {
	font-size: 0.75em;
}

p {
	padding-bottom: 1em;
	line-height: 2em;
}


#aboutme {
	float: right;
	width: 330px;
}
#abouthomeopathy {
	float: left;
	width: 330px;
	padding-bottom: 1.5em;
}


.footer {
	width 600px;
	clear: both;

}.text ul {
	list-style-position: inside;
}

.youarehere {
	color: #AACB96;
}

.cage {
display: none;
	position:absolute;
	z-index:-1;
	left:0px;
	bottom:0px;
	width: 210px;
	height: 100%;

	background-image: url(images/cage.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-attachment: fixed;
}

