body {
	background-color: #F8F4FF;
	text-align: center;
	color: #000000;
	font: 14px Helvetica, Verdana, Arial, sans-serif;
}

#container {
	width: 800px;
	margin: 50px auto 20px auto;
	text-align: left;
}

#navigation, #body, #footer{
	border-color: #400086;

}

#navigation {
	border-top-style: solid;
	border-top-width: 1px;
	margin: 5px 50px 0 50px;
	padding: 5px 0 5px 0;
	text-align:center;
	color:#400086;
	font-size: 14px;
}

#body {
	margin: 0 50px 0 50px;
	border-style: solid;
	border-width: 1px;
	border-left:none;
	border-right:none;
	padding: 0px 20px 0px 20px;
}

#body p {
	line-height:150%;
	letter-spacing:.25px;
	text-align: justify;
}

#footer {
	border-bottom-style: solid;
	border-bottom-width:1px;
	margin: 0 50px 0 50px;
}
#left {
	background-color: #b398d1;
	padding: 6px;
}

#right {
}

#left p{
	margin: 8px 8px 8px 8px;
	text-align: center;
}

#right p{
	margin: 8px 0 8px 0px;
	text-align: justify;
}

p.footer {
	text-align:center;
	margin: 3px 0 3px 0;
	font-size:14px;
	color: #400086;
}

p.design {
	font-size: 10px;
	text-align: right;
	margin: 2px 50px 0px 0px;
}

font.purple {
	color: #400086;
	font-weight: bold;
}

font.quote {

}
h1 {
	font-size: 24px;
	text-align: center;
}
h2 {
	font-size: 20px;
	text-align: center;
}

img.about {
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	float:right;
}
#pictures {
	margin: 0 0px 10px 120px;
}

#body ul{
	line-height: 150%;
}
a.design:link, a.design:visited, a.design:active, a.design:focus, a.design:hover{
	color: #000000; text-decoration: none; border-bottom:1px dotted #000000;
}
a:link		{ color: #400086; text-decoration: none; border-bottom:1px dotted #400086;} 
		a:visited	{ color: #400086; text-decoration: none; border-bottom:1px dotted #400086;} 
		a:active, a:focus, a:hover	{color: #400086; text-decoration:none; border-bottom: 1px solid #400086;}

#navigation ul {
		          list-style-type:none;
		          padding:0px 0 20px 0;
		          margin:0px 0 0 20px;
		      }
#navigation ul li {
		          float:left;
		          margin:-5px 2px 0 0px;

		      }
#navigation ul li.asterisk {
	padding: 7px 0px 7px 0px;
	font-size:14px;
}
#navigation ul li.asterisk-first {
	padding: 7px 0px 7px 70px;
	font-size:14px;
}

#navigation ul li a {
			          font-style: italic;
			          display:block;
			          padding:7px 10px 7px 10px;
			          background-color:#F8F4FF;
			          color:#400086;
			          text-decoration:none;
					  font-size:14px;
					  border-bottom:none; 
			      }	
html>body #navigation ul li.asterisk {
	padding: 8px 0px 6px 0px;
}
html>body #navigation ul li.asterisk-first {
	padding: 8px 0px 6px 70px;
}

html>body #navigation ul li a {
			          padding:8px 10px 6px 10px;
			      }	

#navigation ul li a:hover {
			          background-color:#400086;
			          color:#F8F4FF;
			      }
#navigation ul li a.current {
				          text-decoration: underline;
				          background-color:#F8F4FF;
				          color:#400086;
				      }
#navigation ul li a.current:hover {
						background-color:#400086;
			          	color:#F8F4FF;
}