@charset "ISO-8859-1";
/* CSS Document for Anttyr Publishing */

body {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #f1eeeb;
	margin: 0;
}

a {
	color: #052f4e;
}

h1 {
	color: #dd7e5c;
	font-weight: 500;
	font-size: 26px;
	margin-bottom: 10px;
}

h2 {
	color: #9e3715;
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 10px;
}

p {
	line-height: 1.4em;
	margin-left: 5px;
}

li {
	margin-bottom: 10px;
}

/* Classes */
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.pink-bullet {
	color: #dd7e5c;
}
.book-container {
	margin-top: 10px;
}
.book-container img {
	margin-right: 20px;
	border: 1px solid #999;
}
.title-text {
	font-size: 14px;
	color: #9e3715;
	margin-bottom: 5px;
}
.order-container img {
	margin-right: 20px;
	border: 1px solid #999;
}

.styled_input {
	border:1px solid #ccc;
	padding:10px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#9e3715;
	width:300px;
}

/* Main Page Elements */
#container {
	margin: 0 auto;
}

#header-outer {
	background: url('../images/header-bg.gif');
	background-repeat: repeat-x;
}

#header {
	width: 760px;
	margin: 0 auto;
}

#content {
	width: 760px;
	margin: 0 auto;
	background-color: #fcfaf5;
}

#main-content {
	border-right: 1px solid #e8e3d7;
	border-left: 1px solid #e8e3d7;
	border-bottom: 1px solid #e8e3d7;
	margin-top: -16px;
	padding: 50px 20px 60px 20px;
	min-height: 500px;
}

#col1 {
	float: left;
	width: 440px;
	margin-right: 20px;
}
#section1 {
	background-color: #e7e5dd;
	padding: 1px 20px 30px 20px;
	text-align: justify;
}
#section2 {
	padding: 1px 20px 30px 20px;
	text-align: justify;
}
#section2 ul {
	margin: 10px 0 20px 25px;
}
#section2 li {
	margin-bottom: 10px;
}

#sidebar {
	float: right;
	width: 250px;
	text-align: center;
	background-color: #fff2d0;
	padding: 0px 0 50px 0;
}
#sidebar img {
	border: 2px solid #d17315;
}
#sidebar p {
	margin: 10px 0 20px 0;
}
#sidebar h2 {
	text-align: left;
	margin-left: 10px;
	margin-bottom: 15px;
	font-size: 20px;
}

/* Navigation */
#nav {
	background: url('../images/nav-bg.gif');
	background-repeat: no-repeat;
	text-align: center;
	height: 36px;
	border: 1px solid #e8e3d7;
}
#nav a {
	color: #5e1e06;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#nav ul {
	margin-top: 10px;
}
#nav li {
	list-style: none;
	display: inline;
	border-right: 2px solid #5e1e06;
	padding-right: 20px;
	padding-left: 20px;
}

/* Footer */
#footer {
	width: 758px;
	height: 30px;
	padding: 0px 0 10px 0px;
	border-right: 1px solid #e8e3d7;
	border-left: 1px solid #e8e3d7;
}

#footer-links {
	width: 400px;
	float: left;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#footer-links a {
	color: #5e1e06;
	text-decoration: none;
}
#footer-links li {
	display: inline;
	list-style: none;
	color: #5e1e06;
}

#copyright {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #857a5f;
	font-size: 11px;
	text-align: right;
	margin-right: 20px;
}