/* CSS Document */

body {
	margin: 0;
	background-image: url(images/home_gradient.jpg);
	font-size: .85em;
}

p {
	line-height: 1.5em;
}

#wrapper {
	width: 600px;
	margin: 0px auto;
	padding: 0;
	position: relative;
	top-margin: 0;
	text-align: left;
}

#masthead {
	display: block;
	color: #c91283;
	width: 100%
	height: 60px;
	padding: 0 0 0 8em;
	margin: 0 0 1em 0;
	background: url(images/masthead.gif);
	background-repeat: no-repeat;	
}

#masthead h1 {
	display: block;
	font-size: 1em;
	padding: .5em 0 .4em 0;
}

#masthead h2 {
	display: block;
	margin: 0 0 .5em;
	padding: 0 0 .75em;
	line-height: .15em;
	font-size: 1.5em;
}

#remediespicture {
	float: left;
	display: block;
	/*margin-top: .25em;*/
	width: 160px;
	height: 160px;
	background: url(images/aki_neck2.png);
	background-repeat: no-repeat;
}

#content {
	float: right;
	text-align: left;
	width: 400px;
	background-image: left url(images/content_bg.png) no-repeat;
}

span.first {
 float: left;
 font-family: Old English, Georgia,serif;
 font-size: 360%;
 line-height: 1em;
 margin-right: 0.03em;
 margin-bottom:-0.25em;
}

#content h1 {
	display: block;
}	

#content p {
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*padding-left: 20px;*/
	line-height: 1.75em;
	padding-right: 20px;
}

#firstcolumn {
	float: left;
	width: 47%;
	margin: 0;
}

#firstcolumn p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;

}

#secondcolumn {
	float: right;
	width: 47%;
	margin: 0;
}

#secondcolumn p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}

#nav {
	width: 160px;
	margin: .25em 0 0 .75em;
	float: left;
	padding: 0px;

}

#nav a {
	display: block;
	width: 135px;
	color: purple;
	text-decoration: none;
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 3em;
	background-image: url(images/a_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#nav a:hover {
	display: block;
	width: 135px;
	color: yellow;
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
	background-image: url(images/a_bg.gif);
	background-repeat: no-repeat;
	background-position: -155px;
}

#nav a:visited {
	display: block;
	width: 135px;
	color: white;
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
	background-image: url(images/a_bg.gif);
	background-repeat: no-repeat;
	background-position: -310px;
}


#footer {
	clear: both;
	display:block
	width: 100%
	font-size: 1em;
	text-align: center;
	color: brown;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;	
	padding: .75em 0 1em 0;
}

#gk_portrait {
	float: left;
	display: block;
	margin: 0 0 0 1em;
	width: 160px;
	height: 160px;
	background-image: url(images/GK_portrait.jpg);
	background-repeat: no-repeat;	
}
	
span.title {
	font-size: .7em;
}

/*span.listfont {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
}*/