/* C O Y - D R E A M E R . C O M - CSS Document */
/* Basic Properties */
html, body {
	margin: 0;
	padding: 0;
	background-image: url(XmasBG.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed;
	background-color: #fffcd5;
}
img {
	border: none;
}
.hidden {
	display: none;
}
/* Main Text Properties */
p {
	background-image: url(ParagraphBG.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0;
	margin-top: 3px;
}
b {
	color: #797BAB;
	font-weight: normal;
}
/* Lists Properties */
ul {
	background-image: url(ListBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 1px;
}
.nobg {
	background: none;
}
a:link, a:active, a:visited {
	font-family: "Lucida Sans", "Helvetica";
	font-size: 8pt;
	color: #c41313;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	line-height: 12pt;
	background-color: #ea6c6c;
}
/* Layout Properties */
#container {
	width: 500px;
	margin: auto;
	padding: auto;
	background-image: url(XmasContainerBG.jpg);
	background-repeat: repeat-y;
	text-align: left;
}
#header {
	height: 99px;
	background-image: url(XmasHeader.jpg);
	background-repeat: no-repeat;
}
#footer {
	background-image: url(XmasFooter.jpg);
	width: 500px;
	height: 22px;
}
#divider {
	background-image: url(Divider.jpg);
	background-repeat: repeat-x;
	width: 400px;
	height: 1px;
	margin-top: 10px;
	padding-bottom: 10px;
}
/* Content Properties */
#content {
	width: 448px;
	margin-left: 27px;
	font-family: "Lucida Sans", "Helvetica";
	font-size: 8pt;
	color: #c41313;
	line-height: 12pt;
	padding-left: 5px;
	padding-right: 2px;
}
a.content:link, a.content:active, a.content:visited {
	font-family: "Lucida Sans", "Helvetica";
	font-size: 8pt;
	color: #c41313;
	text-decoration: none;
	line-height: 12pt;
}
a.content:hover {
	text-decoration: none;
	line-height: 12pt;
	background-color: #ea6c6c;
}
h1.content {
	font-family: "Arial", "Verdana";
	font-size: 28pt;
	color: #f3c84e;
	padding-left: 0;
	padding-right: 0;
	padding-top: 25px;
	padding-bottom: 5px;
	margin-top: -15px;
	margin-bottom: 2px;
	font-weight: normal;
	font-variant: small-caps;
	background-image: url(Header2BG.png);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 20pt;
	text-align: center;
}
h2.content {
	font-family: "Georgia", "Verdana";
	font-size: 20pt;
	color: #6fb151;
	padding-left: 0;
	padding-right: 10px;
	padding-top: 25px;
	padding-bottom: 5px;
	margin-top: -15px;
	margin-bottom: 2px;
	text-transform: lowercase;
	text-align: right;
}
h3.content {
	font-family: "Lucida Sans", "Helvetica";
	font-size: 10pt;
	color: #a20a0a;
	margin-top: 0;
	margin-bottom: 2px;
	text-indent: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a20a0a;
}
.back {
	margin-left: 200px;
	margin-right: 200px;
	border-width: 1px;
	padding-top: 12px;
	padding-bottom: 11px;
}
#popup {
	background-color: #FFFFFF;
        background-image: none;
	text-align: center;
	font-family: "Lucida Sans", "Helvetica";
	font-size: 8pt;
	color: #c41313;
	padding: 10px;
	line-height: 10pt;
}