@CHARSET "UTF-8";
/* CSS Document for Sentry Books */

body {
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #000;
	margin: 0;
}

h1 {
	font-size: 28px;
	color: #325471;
}

h2 {
	font-size: 22px;
	font-weight: normal;
}
h2.heading1 {
	font-size: 28px;
	color: #325471;
	font-weight: bold;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	color: #333;
}

a {
	color: #183a58;
}

table {
	margin-top: 10px;
}

td {
	padding-right: 5px;
}

/* Classes */
.left {
	float: left;
	margin-right: 20px;
}

.right {
	float: right;
	margin-left: 20px;
}

.clear {
	clear: both;
}

.brown {
	font-size: 24px;
	color: #715231;
	border-bottom: 5px solid #715231;
	margin-bottom: 30px;
}

.book-container {
	width: 250px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	height: 435px;
}

.title {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
	color: #333;
}

.styled_input {
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 14px;
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #325471;
	width: 300px;
}

.book-order {
	padding-bottom: 30px;	
}

/* Main Page Elements */
#content {
	width: 760px;
	margin: 0 auto;
	text-align: justify;
	padding-bottom: 20px;
	min-height: 500px;
}

#header-outer {
	background: url('/images/header-bg.gif') repeat-x;
	height: 147px;
}

#header {
	width: 760px;
	margin: 0 auto;
	background: url('/images/logo.png') 0 0 no-repeat;
	height: 147px;
}

#logo {
	float: left;
	width: 296px;
}

#header-links {
	text-align: right;
	padding-top: 1px;
}
#header-links li {
	display: inline;
	list-style: none;
	margin-left: 10px;
}
#header-links a {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
}

#nav {
	text-align: right;
	margin-top: 67px;
	width: 520px;
	float: right;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#nav ul li {
	list-style: none;
	float: left;
	margin: 0 0 0 1px;
}
#nav ul li a {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	background: url('/images/nav-left.gif') 0 0 no-repeat;
	padding: 0 0 12px 10px;
	color: #183a58;
	font-size: 18px;
	font-family: Georgia, serif;
}
#nav ul li a span {
	display: block; 
	background: url('/images/nav-right.gif') top right no-repeat;
	padding: 8px 20px 12px 10px;
}

#footer-outer {
	background: url('../images/footer-bg.gif') repeat-x;
}

#footer {
	width: 760px;
	height: 66px;
	margin: 0 auto;
}

#footer-links {
	width: 500px;
	float: left;
	margin-left: -40px;
	margin-top: 10px;
	font-size: 12px;
}
#footer-links a {
	color: #ffefbf;
}
#footer-links li {
	list-style: none;
	display: inline;
}
#footer-links li {
	color: #ffefbf;
}

#copyright {
	color: #fff;
	float: right;
	font-size: 11px;
	margin-top: 5px;
	text-align: right;
}
#copyright a {
	color: #ffefbf;
}
