@charset "utf-8";
/* CSS Document */

body {
	background: #FFFFFF;
	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: #5C5C5C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1 {
	letter-spacing: 0.1em;
	color: #9C836B;
}
h2 {
	letter-spacing: 0.1em;
	color: #9C836B;
}
h3 {
	color: #9C836B;
	letter-spacing: 0.1em;
}
#page_content {
	padding-right: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9C836B;
	padding-left: 20px;
	margin-left: 40px;
}
a:link {
	color: #93B6FF;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #6699CC;
}
a:active {
	color: #93B6FF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Adobe Garamond Pro", serif;
}