@charset "UTF-8";

body {
	background-color: #655e53;
	font-size: 19px;
	color: #47423a;
	padding: 0;
    margin:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.timesSmall {
	font-size: 16px;
	color: #47423a;
	padding: 0;
    margin:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.headingRed {line-height:160%; font-size: 24px; color: #7d220d;}
p.smallRed {line-height:130%; font-size: 18px; color: #7d220d; }
p.big {line-height:160%}
.red {color: #7d220d;}
.verdana {font-family: Verdana, Arial, Helvetica, sans-serif; color: #7d220d;}
.author {padding-left:0px; padding-right:10px; padding-top: 8px; vertical-align:text-bottom}
#wrapper {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg-sub02.jpg);
	background-repeat: repeat-y;
	width: 1024px;
}

#subMain {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg-sub03.jpg);
	background-repeat: no-repeat;
	width: 1024px;
}

#main {
	position:relative;
	margin-left: auto;
    margin-right: auto;
	background-color: #89b4d6;
	background-image: url(images/bg-home03.jpg);
	background-repeat: no-repeat;
	height: 768px;
	width: 1024px;
}

#subBody {
	position:relative;
	top:50px;
	left:50px;
	text-align: left;
	width: 635px;
}
#subBodyText {
	text-align: left;
	width: 605px;
	margin-left: 30px;
    margin-right: 0px;
	margin-top: 60px;
	margin-bottom: 60px;
}
#subNavigation {
	position:relative;
	top:32px;
	height: 51px;
	width: 635px;
	text-align: right;
}
#subCover {
	position:absolute;
	top:16px;
	right:16px;
}
#excerpts {
	position:absolute;
	top:475px;
	width: 265px;
	right:16px;
}
#subFooter {
	position:relative;
	font-size: 12px;
	font-weight:bold;
	line-height:130%;
	margin-top: 25px;
	margin-bottom: 0px;
	left:50px;
	width: 674px;
	height: 50px;

}
#homeBody {
	position:absolute;
	top:50px;
	left:50px;
	text-align: left;
	height: 666px;
	width: 510px;
}
#homeBodyText {
	text-align: left;
	width: 480px;
	margin-left: 30px;
    margin-right: 0px;
	margin-top: 60px;
}
#homeNavigation {
	position:relative;
	top:32px;
	height: 51px;
	width: 510px;
	text-align: right;
}
#homeCover {
	position:absolute;
	top:16px;
	right:16px;

}
#footerHome {
	position:absolute;
	font-size: 12px;
	font-weight:bold;
	line-height:130%;
	margin-top: 10px;
	top:716px;
	left:50px;
	width: 674px;
}
.footerLink1 A:link {
	text-decoration: underline;
	font-weight:bold;
	color: #47423a;
}
.footerLink1 A:hover {
	text-decoration: underline;
	font-weight:bold;
	background: #cccccc;
	color: #000000;
}
.footerLink1 A:visited {
	text-decoration: underline;
	font-weight:bold;
	color: #47423a;
	}
.footerLink1 A:active {
	text-decoration: none;
	font-weight:bold;
	background: #cccccc;
	color: #000000;
}
.excerptLink1 A:link {
	text-decoration: underline;
	font-weight:;
	color: #7d220d;
}
.excerptLink1 A:hover {
	text-decoration: underline;
	font-weight:;
	background: #cccccc;
	color: #000000;
}
.excerptLink1 A:visited {
	text-decoration: underline;
	font-weight:;
	color: #7d220d;
	}
.excerptLink1 A:active {
	text-decoration: none;
	font-weight:;
	background: #cccccc;
	color: #000000;
}
