/*////////////////// CLEAN SLATE /////////////////////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
/*	outline: 0; */
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*////////////////////////////////////////////////////////////////////////////////////////////////*/

body {
	background-color: #FFF;
	background-image: url(images/pinky-tile.jpg);
	background-position: center top;
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;

}

p {
	line-height: 2em;
	text-align: justify;
}

/*////////////////// ELEMENTS ////////////////////////////////////////////////////////////////////*/

#site_shadow_top {
	height: 15px;
}

#header_wrapper {
	position: absolute;
	min-height: 183px;
	top: 0; left: 0;
	width: 100%;
	z-index: 10;
	position: fixed;
}

#header {
	width: 922px;
	height: 183px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: -3px; /* compensation hackery */
}

#titlebar {
	float: left;
	width: 878px;
	height: 183px;
}

#titlebar div.wrapper {
	height: 161px;
}

#titlebar div.wrapper div.corner {
	float: left;
	width: 11px;
}

#titlebar div.wrapper div.canvas {
	float: left;
	width: 856px;
	height: 161px;
	background-color: #FFF;
}

#logo {
	height: 130px;
}

#site_navigation {
	height: 31px;
	background-image:url(images/ribbon-stripe.gif);
}

#ribbon_fold_left {
	float: left;
	width: 22px;
}
#ribbon_end_left {
	height: 214px;
}
#ribbon_end_left img {
	margin-left: -32px;
	margin-top: 183px;
}


#ribbon_fold_right {
	float: left;
	width: 22px;
}
#ribbon_end_right {
	height: 214px;
}
#ribbon_end_right img {
	margin-left: 0px;
	margin-top: 183px;
}

#ribbon_shadow_bottom {
	height: 7px;
	background-image: url(images/ribbon-shadow-bottom.png);
}

#site_body {
	width: 928px;
	margin-left: auto;
	margin-right: auto;
}

#content_wrapper {
	z-index: 2;
	position: relative;
	width: 878px;
}

#content {
	padding: 200px 20px 70px 20px;
	width: 838px;
	text-align: left;
	margin-left: 22px;
}

#content_background {
	width: 878px;
	height: 1824px;
	background-color: #FFF;
	position: absolute;
	margin-top: 176px;
}

#fancy_frame {
	position: fixed;
	top: 0px;
}

#fancy_frame div.margin {
	width: 22px;
	height: 2000px;
	float: left;
}

#fancy_frame div.margin div.shadow_left {
	height: 1786px;
	background-image: url(images/shadow-left.png);
}

#fancy_frame div.margin div.shadow_right {
	height: 1786px;
	background-image: url(images/shadow-right.png);
}

#flowers_wrapper {
	width: 878px;
	height: 2000px;
	float: left;
}
#flowers_left_outer {
	width: 115px;
	position: relative;
	z-index: 3;
	left: -115px;
	top: 233px;
}
#flowers_left_inner {
	width: 54px;
	position: relative;
	z-index: 4;
	left: 0px;
	top: -394px;
}
#flowers_right_outer {
	width: 115px;
	position: relative;
	z-index: 3;
	left: 878px;
	top: -1193px;
}
#flowers_right_inner {
	width: 59px;
	position: relative;
	z-index: 4;
	left: 819px;
	top: -1820px;
}

#footer_wrapper {
	position: absolute;
	min-height: 40px;
	background-color: #000;
	bottom: 0; left: 0;
	width: 100%;
	z-index: 10;
	position: fixed;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////*/
