@CHARSET "UTF-8";
/* CSS Doc for PublishingAnswers.com */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	background: #6f0808 url('../images/bg.gif') top center repeat-y;
	margin: 0;
}

h1 {
	color: #6f0808;
	font-weight: normal;
	font-size: 26px;
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 5px 0 0 0;
	font-weight: normal;
	color: #333;
	font-size: 20px;
}

a {
	color: #0000CC;
}

p { line-height: 1.4em; }

/* Classes -----------------------*/
.clear {
	clear: both;
	line-height: 0;
	height: 1px;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.styledinput {
	width: 250px;
	border: 1px solid #142855;
	font-family: Verdana, Geneva, san-serif;
	font-size: 13px;
	color: #142855;
	padding: 5px;
}
.blue { color: #142855; }

.color {
	background: #ffcc33;
	margin: 0 20px 0 20px;
	padding: 15px;
}

/* -------------------------------*/

#container {
	width: 720px;
	margin: 0 auto;
}

#nav {
	width: 150px;
	padding: 40px 20px 0 20px;
	float: left;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	margin-bottom: 10px;
}
#nav a {
	text-decoration: none;
	font-size: 16px;
	color: #142855;
	line-height: 1.6em;
}
#nav a:hover {
	border-bottom: 5px solid #6f0808;
}
a#current {
	border-bottom: 5px solid #6f0808;
}

#main-content {
	width: 520px;
	float: left;
	padding: 20px 10px 60px 0;
}

#footer {
	text-align: center;
	border-top: 2px solid #6f0808;
	padding: 20px;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer li {
	display: inline;
	font-size: 13px;
	color: #666;
	border-right: 1px solid #666;
	font-size: 10px;
	padding-right: 5px;
	margin-right: 5px;
}
#footer a {
	color: #666;
	text-decoration: none;
	font-size: 12px;
}
#footer p {
	color: #999;
	font-size: 11px;
}