body {
	color: #000000;
	margin: 0px;
	padding: 0px;
        background: #FFFFFF url('http://usera.ImageCave.com/madie5/bg.jpg') repeat top left;
	text-align: center;
}



/*
* Container surrounding all content on the page
*/


.fw-container {
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	overflow: hidden;
	width: 772px;
	text-align: left;
}
a,
a:visited {
	color: #868586;
	text-decoration: none;
}




a:hover,
a:visited:hover {
	color: #aeacaf;
	text-decoration: none;
}
code,pre {
	font-size:12px
}
fieldset {
	margin:1em 0;
	padding:1em;
	border:1px solid #000000
}
legend {
	color:#000;
	font-weight:bold;
}
label {
	cursor:pointer
}




/*
* This is the container that holds the main content (paragraphs) of the page.
*/
.fw-with-mini {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	width: 552px;
	float: right;
}
/*
* The fw-no-mini class is applied to the fw-content DIV
* when there are no mini-paragraphs on the page.
* This statement must remain in the css even if there are mini paragraphs.
* If there are mini paragraphs on the page, this will be ignored.
*/
.fw-content {
}
.fw-content h2 {

	color: #000;
	margin: 0px;
	padding: 25px 25px 5px 25px;
	background: transparent url('') no-repeat top left;
}
h2 a {
	padding: 0px;
}
.fw-paragraph {
	margin: 0px 0px 9px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	clear: both;
	left;
}
.fw-text {
	margin: 0px;
	padding: 0px 25px 28px 25px;
	overflow: hidden;
	height: 100%;
	background: transparent url('') no-repeat bottom left;
}
.fw-content ul,.fw-content ol,.fw-content dd {
	margin-left:2em;
}
.fw-mini-pars {
	float:right;
	width:30%;
}
.fw-mini-pars dt {
	color:#000;
	font-weight:bold;
	margin-top:1em;
	border-bottom:.3em solid #000;
}
.fw-mini-pars dd {
	margin-top:.2em;
	color:#333;
}
.fw-footer {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 220px;
	text-align: left;
	clear: both;
}
.fw-footer p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}















.fw-tracker {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 220px;
	font-size: 10px;
	text-align: left;
}
/* forms */
label,button,input[type="submit"] {
	cursor:pointer;
}
input,textarea {
	padding:.1em;
}
textarea {
	font:1em verdana,arial,sans-serif;
}
.formSpan {
	display:block;
	margin:1em 0 0
}
/* The following styles are for the blog.
* Remember, if a CSS property is already defined in blog.css,
* you must use the !important rule.
*/
/* 
* blog entry container 
*/
.fwBlogEntryDisplay {
	border-bottom: 0 !important;
	margin: 20px 0px 0px 0px !important;
	padding: 20px 0px 0px 0px !important;
	border-top: solid 4px #1a1a1b !important;
}
/* 
* blog entry title
*/
.fwBlogEntryTitle {
	font: normal 20px georgia,'times new roman',times !important;
	color: #b09ab6 !important;
	margin: 0px !important;
	padding: 0px !important;
}
/* 
* blog entry date
*/
.fwBlogEntryDate {
	font-weight: bold;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}
.fwBlogEntryDate BR {
	display: none;
}
/* 
* blog entry body
*/
.fwBlogEntryBody {
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 5px 0px !important;
}




/* 
* blog comments
*/
.fwBlogCommentContainer{
	border: 0 !important; 
	padding: 10px 0px 0px 0px !important;
	margin: 10px 0px 0px 0px !important;
	border-top: solid 4px #1a1a1b !important;
}





/* ############ */
/* # CALENDAR # */
/* ############ */
	
	/* .calendar determines the overall formatting style of the calendar,  
	   acting as the default unless later overruled. */

	.calendar {
		font-family:arial,helvetica; 
		font-size:11px; 
		color: white;
		background-color: #c0c0c0;
		border-color: #000000;
		border-style: solid;
		border-width: 1px;
	}

	/* caption determines the style of
	   the month/year banner above the calendar. */

	caption {
		font-family:arial,helvetica; 
		font-size:11px; 
		color: blue;
		background-color: #ffe0c7;
		font-weight: bold;
		border: 1px solid black;
		border-bottom: 0px;
		padding: 2px;
	}

	caption a{
		font-family:arial,helvetica; 
		font-size:11px; 
		color: black;
		font-weight: bold;
		text-decoration: none;
	}

	/* .header determines the formatting of the weekday headers at the top
	   of the calendar. */

	.header {
		color: #000;
		background-color: #ffe0c7;
		border-color: #000000;
		border-style: solid;
		border-width: 1px;
	}

	/* .calendarlink determines the formatting of those days linked to
	   content. */

	.calendarlink {
		color: white;
	}

	/* .day determines the formatting of each day displayed in the
	   calendar. */

	.day {
		background-color: #808080;
		border-color: #000000;
		border-style: solid;
		border-width: 1px;
		text-align: center
	}

	/* .linkedday determines the formatting of a date to which content is
	   available. */

	.linkedday {
		background-color: #8080ff;
		border-color: #000000;
		border-style: solid;
		border-width: 1px;
		text-align: center
	}










