* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	background-color: #FDEFF4;
	font-size: 62.5%;
	text-align: center;
	background-image: url(../images/layout/background_body.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#divText {
	margin: 20px;
}
h1  {
	font-size: 24px;
	font-weight: normal;
	text-transform: lowercase;
	color: #A53B61;
	margin-bottom: 10px;
}
h2  {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 2px;
}
p  {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 12px;
}
blockquote {
	margin-left: 20px;
}
a:link {
	color: #A53A60;
	text-decoration: underline;
}
a:visited {
	color: #666666;
}
a:hover {
	text-decoration: none;
}
#divWrapper {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/layout/background_top.gif);
	background-repeat: no-repeat;
	background-position: 10px 25px;
}
#divContent {
	text-align: left;
	width: 780px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#divHeader {
	height: 75px;
}
#divHeader img {
	position: relative;
	margin-left: 340px;
	top: 10px;
}
#divBodyWrap {
	padding: 20px;
	background-image: url(../images/layout/background.png);
	border: 1px solid #E2D6D9;
}
#divBody {
	border: 1px solid #E2D6D9;
	background-color: #EDECEA;
	padding-bottom: 10px;
}
#divPhotoBar img {
	border: 3px solid #D9D8D6;
	margin-top: 10px;
	margin-left: 10px;
}
#divNavigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	text-transform: uppercase;
	clear: both;
	text-align: center;
	width: 640px;
	margin-left: 50px;
	margin-top: 10px;
}
#divNavigation.home {
	padding-top: 10px;
}
#divNavigation ul {
	list-style-type: none;
}
#divNavigation li {
	display: inline;
	margin-right: 12px;
	margin-left: 12px;
}
#divNavigation a:link, #divNavigation a:visited {
	text-decoration: none;
	color: #666666;
}
#divNavigation a:hover, #divNavigation a.current {
	color: #A53B61;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A53B61;
}
.tableRep {
	font-size: 1.1em;
	margin-bottom: 10px;
	width: 100%;
}
.tableRep td {
	padding-right: 15px;
	padding-bottom: 5px;
	width: 33%;
}
#divQuote {
	background-image: url(../images/layout/lQuote.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 10px;
	color: #C46490;
	font-size: 1.3em;
}
#divQuoteIn {
	background-image: url(../images/layout/rQuote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 20px;
	padding-bottom: 10px;
}
.divDate {
	color: #A53A60;
	background-color: #DED9D9;
	float: left;
	width: 100px;
	margin-top: 5px;
	font-size: 16px;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.divCalendar {
	margin-bottom: 15px;
	clear: left;
	padding-top: 5px;
}
.divCalendar p {
	margin-left: 125px;
}
.divHomePhoto {
	margin-bottom: 15px;
	text-align: center;
}
.divHomePhoto img {
	border: 12px solid #D9D8D6;
	margin-top: 10px;
}
#divFooter {
	margin-right: 23px;
	margin-left: 23px;
	text-align: center;
	background-image: url(../images/layout/home_foot.gif);
	background-repeat: repeat-y;
}
.divFootBox {
	margin-right: 7px;
	margin-left: 7px;
	width: 215px;
	float: left;
}
.attribute {
	font-size: .9em;
	color: #999;
}
.divFootBox p {
	font-size: 1.1em;
}
.divFootBox h2 {
	color: #A53A60;
	text-align: center;
	letter-spacing: 0em;
}
#divFooter .divFootBox p {
}
.txtSmall {
	font-size: 11px;
	color: #4D4D4D;
}

