body {
	color: #000000;
	margin: 0px;
	padding: 0px;
        background: #FFFFFF url('images/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: center;

}

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 #000
}

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: none;

}

/*
 * 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 {
	font: normal 18px 'century gothic';
	color: #858585;
	margin: 0px;
	padding: 25px 25px 5px 25px;
	background: transparent url('http://i228.photobucket.com/albums/ee96/unamused_madie/top.png') no-repeat top left;
}

h2 a {
	padding: 0px;
}

.fw-paragraph {
	margin: 0px 0px 9px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	clear: both;
	background: transparent url('http://i228.photobucket.com/albums/ee96/unamused_madie/middle-2.png') repeat-y top left;
}

.fw-text {
	margin: 0px;
	padding: 0px 25px 28px 25px;
	overflow: hidden;
	height: 100%;
	background: transparent url('http://i228.photobucket.com/albums/ee96/unamused_madie/top.png') 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 #ECECEC;
}

.fw-mini-pars dd {
	margin-top:.2em;
	color:#343434;
}

.fw-footer {
	font: normal 10px verdana;
	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 {
	font: normal 10px verdana;
	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
}

