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

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


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

}


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


	background-color: #F9FCF9;

}


.text {
	width: 400px;
	float: right;
padding-bottom: 20px;
}


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

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

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

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

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

}
.subtitle {
	color: #F9FCF9;

}
a {
	text-decoration: underline;
	color: #6C613F;
}
a:hover {
	color: #A1C641;
}

h2, h3 {
	font-size: 1.5em;
	padding-top: 1.5em;
	padding-bottom: 0.5em;
	color: #6C613F;
	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 650px;
	clear: both;

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

.youarehere {
	color: #A1C641;
}
