@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'PowellAntiqueRegular';
	src: url('/fonts/PowellAntique.eot');
	src: local('Powell Antique Regular'), local('PowellAntique'), url('/fonts/PowellAntique.woff') format('woff'), url('/fonts/PowellAntique.ttf')/* format('truetype')*/, url('/fonts/PowellAntique.svg#PowellAntique') format('svg');
}
* {
	margin:0px;
	padding:0px;
}
p {
	margin-bottom:1em;
}
a {
	color:#900;
}
a:hover {
	text-decoration:underline;
	color:#360;
}

body {
	background-color:#000000;
	background-image:url(images/jacquelinesitebg_02-2.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	font-family:"PowellAntiqueRegular","Times New Roman", Times, serif;
	font-size:15px;
	color:#000;
}

#wrapper {
	width:980px;
	margin:0px auto;
}

#top{
	width:980px;
	height:61px;
	background-image:url(images/jacquelinesitebg_01.jpg);
}
#mainwrap{
	width:980px;
}
#mainwraptree {
	width:980px;
	background-image:url(images/TreeSilhouette2.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#main {
	width:820px;
	margin:0px auto;
	height:100%;
	/*padding-top:12px;*/
}
#bottom{
	width:980px;
	height:145px;
	background-image:url(images/jacquelinesitebg_03.jpg);
}
#footer {
	margin-top:12px;
	clear:both;
	font-size:12px;
}
.homemenu {
	font-size:14px;
	width:820px;
	margin:18px 0px 32px;
}
.homemenu a {
	margin:0px 10px;
	text-decoration:none;
	color:#030;
}
.homemenu a:hover {
	text-decoration:underline;
	color:#600;
}
.heading h1{
	color:#030;
	font-size:3.2em;
}
.leftpic {
	float:left;
	margin:4px 18px 2px 0px;
}
.rightpic {
	float:right;
	margin:4px 0px 8px 8px;
}
.center {
	margin:0px auto;
}
#homenews {
	float:right;
	width:240px;
	margin:0px 0px 10px 18px;
	padding-left: 12px;
	color:#600;
	border-left:1px solid #600;
}
ul, ol {
	padding-left:12px;
}
blockquote {
	padding-left:12px;
}
.rightcite {
	float:right;
}