/* CSS */

/* BODY STYLES */
  
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Palatino, times, serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #393839;
	line-height: 1.4em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

h1 {
	margin: 0 0 20px 0;
	color: #62C7C5;
	font-size: 16px;
}

h2 {
	margin: 0 0 15px 0;
	color: #333333;
	font-size: 16px;
}

h3 {
	margin: 0 0 15px 0;
	color: #333333;
	font-weight: normal;
	font-size: 16px;
}

h4 {
	margin: 0 0 15px 0;
	color: #62C7C5;
	font-weight: normal;
	font-size: 14px;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

a:link, a:visited {
	text-decoration: none;
	color: #393839;
}

a:hover {
	color: #be1e2d;
}

a {
	outline: none;
}

a img {
	border: none;
}

ul {
	list-style-type: none;
}

/* SITE STRUCTURE */

#container {
	width: 1000px;
	margin: 0px auto 0 auto;
	height: 601px;
	padding-left: 42px;
}

#topBackground {
	width: 1213px;
	height: 16px;
	background: url(../images/backgroundTop.jpg) no-repeat;
	margin: 0 auto 0 auto;
}

#midBackground {
	width: 1213px;
	height: 621px;	
	background: url(../images/backgroundMid.jpg) no-repeat;
	margin: 0 auto 0 auto;
}

#bottomBackground {
	width: 1213px;
	height: 285px;
	background: url(../images/backgroundBottom.jpg) no-repeat;
	margin: 0 auto 0 auto;
}

#leftCol {
	float: left;
}

#rightCol {
	float: left;
	width: 775px;
}

/* HEADER */

#header {
	width: 680px;
	padding-bottom: 10px;
	border-bottom: 1px solid #be1e2d;
	width: 680px;
	margin: 40px 0 15px 0;
}

.logo {
	background: url(../images/mainHeader.jpg) top left no-repeat;
	width: 383px;
	height: 26px;
}

#flower {
	margin: 25px 25px 0 35px;
}

.flowerImg {
	background: url(../images/blackRose.jpg) top left no-repeat;
	width: 151px;
	height: 143px;
	margin: 25px 25px 0 35px;
}

#flowerMotif {
	background: url(../images/flowersMotif.jpg) bottom left no-repeat;
	width: 1000px;
	height: 601px;
}

#flowerMotifTrans {
	background: url(../images/flowersMotifTrans.jpg) bottom left no-repeat;
	width: 1000px;
	height: 601px;
}

/* MAIN NAV */

#nav {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #e5e6e7;
	letter-spacing: 0px;
	width: 680px;
	padding-bottom: 10px;
	margin-bottom: 35px;
} 

#nav .Menu1 li {
	margin: 0 50px 0 0;
	float: left;
}

#nav .Menu1 .current a {
	color: #be1e2d;
}

.Menu2 {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	margin: -10px 0 10px 0;
	}

.Menu2 li {
	float: left;
	font-size: 13px;
	margin: 0px 40px 0 0;
}

.Menu2 .current a {
	color: #be1e2d;
}

/* 2ND LEVEL NAV */

/* FOOTER */

#footer {
	text-align: center;
	color: #9d9fa2;
	font-size: 9px;
	font-family: helvetica, arial, sans-serif;
	line-height: 21px;
	vertical-align: middle;
}

/* MAIN CONTENT */
/* HOME */

#content {
	font-size: 14px;
}

#content p {
	margin-bottom: 20px;
	width: 500px;
	line-height: 1.6em;
}

/* MANUSCRIPT PAGES */

#manuscript #content {
	overflow: auto;
	height: 406px;
	width: 595px;
	font-size: 12px;
}

#manuscript #content p, #about #content p {
	font-size: 12px;
	text-align: justify;
	line-height: 1.75em;
}

/* ABOUT */

#about #container {
	background: url(../images/bioPic.jpg) bottom right no-repeat;
}

#about #content {
	height: 406px;
	font-size: 12px;
}

#about #content p {
	width: 460px;
}

#about #content ul {
	list-style-type: disc;
	vertical-align: top;
	padding-left: 16px;
	width: 364px;
}

#about #content li {
	padding: 0 0 10px 3px;
}

/* MUSE PAGE */

#muse #content ul {
	list-style-type: disc;
	padding-left: 16px;
}

#muse #content li {
	padding: 0 0 30px 2px;
}
#muse #content {
	overflow: auto;
	height: 430px;
	width:675px;
	padding-right: 10px;
}