/***********************************************************************
	0 - GENERIC
************************************************************************/

body {
	background-color:#8595b8;
	margin:0;
	padding:0;
	text-align:center;
	color:#FFFFFF;
}
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family:Verdana, Helvetica, sans-serif, Arial;
	font-size:14px;
	line-height:24px;
}
a { 
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

/***********************************************************************
	1 - LAYOUT
************************************************************************/

div#wrapper {
	width:980px;
	padding:0;
	margin:auto;
}
div#topbar {
	width:980px;
	height:326px;
	padding:0;
	margin:0;
}
div#main {
	width:980px;
	background: url(../i/back_wrapper.jpg) repeat-y center top;
	padding:0;
	margin:0;
}
div#main-pad {
	width:580px;
	padding:50px 200px 0px 200px;
}
div.the-book {
	background: url(../i/back_the-book.gif) repeat-y center top;
}
div.the-book dd {
	font-weight:bold;
	margin:0;
	padding:0;
}
div.the-book dt {
	margin:-24px 0px 0px 50px;
}
div.yule-dynasty {
	background: url(../i/back_yule-dynasty.gif) repeat-y center top;
}
div.yule-dynasty dt {
	font-weight:bold;
	margin:0;
	padding:0;
}
div.yule-dynasty dd {
	margin:-23px 0px 0px 200px;
	line-height:18px;
}
div.the-book dt {
	margin:0px 0px 15px 50px;
	padding:0;
}
div.the-book dd {
	margin:0px 0px 0px 0px;
	line-height:18px;
}
div.write-to-christine {
	font-size:12px;
	line-height:18px;
}
div.write-to-christine dt {
	font-weight:bold;
	margin:0;
	padding:0;
}
div.write-to-christine dd {
	margin:-17px 0px 0px 200px;
	line-height:18px;
}
div#email-santa form {
	width:680px;
	height:600px;
	background: url(../i/back_email-santa.jpg) no-repeat center top;
	padding-top:330px;
	color:#000000;
}
div#letter-top{
	background: url(../i/back_letter-top.jpg) no-repeat center top;
	height:47px;
}
div#letter-repeat{
	background: url(../i/back_letter-repeat.jpg) repeat-y center top;
	padding:50px 200px 0px 200px;
	font-size:12px;
	line-height:18px;
	color:#000000;
}
div#letter-reply{
	background: url(../i/back_letter-reply.jpg) no-repeat center top;
	height:54px;
}
div#reply-repeat{
	background: url(../i/back_reply-repeat.jpg) repeat-y center top;
	padding:50px 200px 0px 200px;
	font-size:12px;
	font-style:italic;
	line-height:18px;
	color:#000000;
}
div#reply-repeat a{
	color:#666666;
}

div#reply-repeat a:hover{
	color:#555555;
}
div#reply-top{
	background: url(../i/back_reply-top.jpg) no-repeat center top;
	height:85px;
}
div#reply-repeat dt {
	font-weight:bold;
	margin:0;
	padding:0;
}
div#reply-repeat dd {
	margin:-17px 0px 0px 200px;
	line-height:18px;
}
div#footer {
	width:780px;
	height:240px;
	background: url(../i/back_footer.jpg) no-repeat center top;
	font-size:11px;
	padding:170px 100px 0px 100px;
	margin:0;
}

/***********************************************************************
	5 - CONTENT
************************************************************************/

h1 {
	font-size:18px;
	line-height:24px;
	font-weight:bold;
}
h2 {
	font-size:16px;
	line-height:10px;
	font-weight:bold;
	font-style:italic;
}
h3 {
	font-size:13px;
	line-height:10px;
	font-weight:bold;
}
span.float-l {
	float:left;
}
span.float-r {
	float:right;
}
.form {
	background:#FFFFFF;
	border:1px solid #666666;
	font-size:11px;
	line-height:11px;
	color:#000000;
}
.form-button{
	border:none;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.price {
	font-size:12px;
	font-weight:bold;
	color: #CCCCCC;
}
.image {
	border:none;
}
span.dob {
	margin-left:20px;
}

/***********************************************************************
	6 - FORMS
************************************************************************/

fieldset {
	border:none;
	padding:0px 50px 0px 50px;
}
fieldset div {
	margin-bottom: 10px;
	padding: 0;
	display: block;
	text-align:left;
}
fieldset label {
	float: left;
	width:20%;
	text-align: right;
	float:left;
	height:22px;
}
fieldset div input {
	border:none;
	border-bottom:solid 1px #000;
	background:none;
	margin-left:3px;
	width:78%;
}
fieldset div.submit {
	border-bottom:none;
	width:auto;
}
fieldset div.radio input {
	width:5%;
}
fieldset div textarea {
	height:216px;
	border:none;
	background: url(../i/back_text-box.gif) repeat scroll;
	overflow:hidden;
	width:100%;
}