body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #E7DFF1;
        font-family: georgia, serif;
	font-size: 13px;
	line-height: 22px;
	color: #2A2430;
	text-align: justify;
	padding: 30px 0px 30px 0px;
	margin: 20px 0px 20px 0px;
}


table, tr, td {
	border: none;
        font-family: georgia, serif;
	font-size: 13px;
	line-height: 22px;
	color: #2A2430;
	text-align: justify;
}


a:link, a:visited {
	font-style: normal;
	color: #CB557C;
	text-decoration: none;
}


a:hover {
	font-style: italic;
	color: #CB557C;
	text-decoration: none;
}


a:active {
	font-style: normal;
	color: #CB557C;
	text-decoration: none;
}


img {
	border: 0;
}


p, li { 
	font-size: 13px;
	line-height: 22px;
	text-align: justify;
}


i {
	color: #E36732;
}


h1 {
	font-family: georgia, serif;
	font-size: 17px;
	line-height: 25px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #8F7CA7;
	text-align: left;
	text-transform: uppercase;
	margin: 0px;
}


.nav {
	font-family: georgia, serif;
	font-size: 17px;
	line-height: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}


.nav a:link, .nav a:visited {
	font-style: normal;
	color: #8F7CA7;
	padding: 0px 25px 0px 25px;
}


.nav a:hover {
	font-style: normal;
	color: #CB557C;
	padding: 0px 25px 0px 25px;
}


.nav a:active {
	font-style: normal;
	color: #8F7CA7;
	padding: 0px 25px 0px 25px;
}


.title {
	font-family: garamond, georgia, serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	text-transform: lowercase;
	border-bottom: 1px dotted #D2D2D2;
}


.title a:link, .title a:visited {
	font-style: italic;
	color: #CB557C;
	text-decoration: none;
}


.title a:hover {
	font-style: italic;
	color: #8F7CA7;
	text-decoration: none;
}


.title a:active {
	font-style: italic;
	color: #CB557C;
	text-decoration: none;
}


.quote {
	font-family: georgia, serif;
	font-size: 13px;
	line-height: 22px;
	font-style: italic;
	color: #9A87B2;
	text-align: left;
}