body {
	margin: 0;
	padding: 0;
	background-color: #401010;
	color: #1A0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small; /* ie 4/5 value */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* actual value */
}
html>body {
	font-size: small; /* be nice to opera */
}

p, td, ul, ol, li, dt, dd, dl {
	color: #1A0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small; /* ie 4/5 value */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* actual value */
}
html>p, td, ul, ol, li, dt, dd, dl {
	font-size: small; /* be nice to opera */
}

img { display: block; }
.inline { display: inline; vertical-align: middle;}

a {
	color: #BF0000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#content {
	margin: 0 auto;
	padding: 0 15px .5em 15px;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	width: 780px; /* ie 4/5 value */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 750px; /* actual value */
}
html>#content {
	width: 750px; /* be nice to opera */
}

#header {
	margin: 0;
	padding: 2px 0 0 0;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	border-top: 5px solid #F00;
	text-align: right;
	width: 750px; /* ie 4/5 value */
	height: 115px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 750px; /* actual value */
	height: 108px;
}
html>#header {
	width: 750px; /* be nice to opera */
	height: 108px;
}

/* NAVIGATION */
#navMain {
	margin: 0;
	padding: 0;
}

#navMain li {
	display: inline;
	list-style-type: none;
}

#navMain #current a {
	background-color: #F00;
}

#navMain li a:link, #navMain li a:visited {
	margin: 0;
	padding: 2px 7px 5px 7px;
	border-left: 1px solid #F00;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small; /* ie 4/5 value */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* actual value */
}
html>#navMain li a:link, #navMain li a:visited {
	font-size: small; /* be nice to opera */
}

#navMain li a:hover {
	background-color: #F00;
}

#navBottom {
	margin: 2em 0 0 0;
	text-align: center;
}

.navBottomDivider {
	margin: 0 10px;
}
/* END NAVIGATION */

/* CONTENT */
#subcontent {
	padding: 0 20px;
}

#subcontent h1,
#subcontent h2 {
	margin: .5em 0 0 .1em;
	padding: 0;
	font-weight: bold;
	font-size: medium; /* ie 4/5 value */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: large; /* actual value */
}
html>#subcontent h1, #subcontent h2 {
	font-size: large; /* be nice to opera */
}

#subcontent h3 {
	margin: 0 0 .2em .1em;
	padding: 0;
	font-weight: bold;
	color: #766;
	font-size: small; /* ie 4/5 value */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: medium; /* actual value */
}
html>#subcontent h3 {
	font-size: medium; /* be nice to opera */
}

#subcontent .story, #subcontent .storySingle {
	margin: 0 0 2.5em 0;
	padding: 10px;
	border: 1px solid #D9B8B8;
}

#subcontent .storySingle {
	margin: 0;
}

.emailLink {
	background-image: url(../images/icons/email.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	margin-left: 10px;
}

.storyLink {
	background-image: url(../images/icons/page_white_link.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	margin-left: 10px;
}

.loveLink , .loveText{
	color: #BF0000;
	background-image: url(../images/icons/heart.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
}

.loveNum {
	font-family: Arial, Helvetica, sans-serif;
}

form {
	margin: 0;
	padding: 0;
}

.textfield {
	width: 400px;
}
/* END CONTENT */

#footer {
	margin: 0 auto 10px auto;
}
