@charset "UTF-8";
a {
	text-decoration: none;
}
a img {
	border: none;
}
a:link {
	color: #ad5f5b;
}
a:visited {
	color: #ad5f5b;
}
a:hover  {
	color: #666666;
}
a:active {
	color: #FFFFFF;
}

body {
	background: #a9bba9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#topSpacer {
	height: 50px;
}

#header {
	background-image: url(images/back_header.gif);
	height: 30px;
	width: 800px;
	padding: 0px;
	margin: 0px;
}
#headerName {
	width: 200px;
	background-image: url(images/t_patriciastaton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
#headerName h1 {
	margin-left: -9000px;
	font-size: 9px;
}
#headerNav {
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	width: 600px;
	height: 24px;
	vertical-align: bottom;
}
#headerNav ul {
	margin: 0px;
	padding: 0px;
}

#headerNav  li {
	list-style-type: none;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCD8CC;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#headerNav a:link {
	color: #FFFFFF;
}
#headerNav a:visited {
	color: #FFFFFF;
}
#headerNav a:hover  {
	color: #666666;
}
#headerNav a:active {
	color: #CCD8CC;
}


#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #CCD8CC;
	background-image: url(images/background_flower.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 800px;
	border: 1px solid #FFFFFF;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
#homeTable {
	padding: 0px;
	width: 720px;
	margin: 40px;
	vertical-align: top;
}
#mainTable {
	padding: 0px;
	width: 710px;
	vertical-align: top;
	margin-top: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 50px;
}
#mainTable img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333333;
	font-weight: normal;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #707D72;
	padding-bottom: 2px;
	margin-right: 10px;
	margin-bottom: 20px;
}
#book  {
	width: 293px;
	padding: 0px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #636E64;
	letter-spacing: 1px;
}
#description {
	text-align: left;
	vertical-align: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 19px;
	color: #666666;
}
#description img {
	padding-bottom: 10px;
}
#tableSpacer {
	width: 40px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 8px;
}


.quotation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #5B655D;
	border: 1px solid #E4EEE5;
	font-style: italic;
	float: right;
	width: 250px;
	padding: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}
.quotationName {
	font-size: 12px;
	font-style: normal;
	color: #666666;
}
.indent25 {
	margin-left: 25px;
}
.indent50 {
	margin-left: 50px;
}
.indent75 {
	margin-left: 75px;
}
.indent100 {
	margin-left: 100px;
}
#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A4B9A9;
	padding-bottom: 2px;
	margin-right: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#mainContent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
