/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#693447; /*purple*/
	text-align:center;
	color:#693447;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0;
	padding:95px 0 10px 10px;
	line-height:10px;
	color:#693447;
	font-size:30px;
	border-bottom:1px solid #C1E1E0; /*light blue*/
}
.sec-title {padding:70px 0 10px 10px;}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0;
	padding:20px 0 10px 10px;
	color:#693447;
	font-size:16px;
}
p, ul {
	margin:0;
	font-size:13px;
	padding: 5px 5px 5px 10px;
	color:#693447;
	font-family:"Gill Sans", "Lucida Sans", Helvetica, Verdana, Arial, sans-serif;
}
a {color:#693447; text-decoration:none;}
a:hover {color:#999;}
#wrap {
	background: url(../images/plum/background.jpg) repeat-y;
	width:734px;
	margin:100px auto 0;
	text-align:left;
}
#top {
	background: url(../images/plum/top.jpg) no-repeat top;
	width:734px;
	height:20px;
}
#content {
	width:400px;
	margin:0 17px 0 317px;
}
#foot {
	background: url(../images/plum/foot.jpg) no-repeat bottom;
	width:734px;
	height:55px;
	clear:both;
}
#name {
	color:#693447;
	font-size:20px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#branch {
	float:left;
	margin:-12px 0 0 15px;
	z-index:5;
	position:relative;
	margin-bottom:15px;
}
#nav {
	color:#693447;
	width:150px;
	margin:40px 50px 10px 180px;
	list-style-position:inside;
}
#gratitude {
	color:#693447;
	width:250px;
	margin:40px 50px 10px 80px;
	list-style-position:inside;
}
#nav li {
	border-bottom:1px solid #C1E1E0; /*light blue*/
	padding:2px 0 2px 10px;
}
.casey {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	padding:0 0 10px 30px;
}
.home-link{
	text-align:right;
	font-size:15px;
	padding: 30px 80px 0 0;
}
.home-link a{
	border:1px solid #C1E1E0; /*light blue*/
	padding:3px;
}