body{
font-size: 16px;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 200px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: #FF00FF;
}

#maincontent{
position: fixed;
top: 0; 
left: 200px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #FFFFFF;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
a {
	text-decoration: none;
	font-weight: bold;
	color:  #FF00FF;
	outline: none;
	}
a:active {
	color: #FF66FF;
	}
a:hover {
	background: #FFCCFF;
	color: #FF00FF;
	text-decoration: underline;
	}
.ahem {
	display: none;
	}
a.menu {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color:  #000000;
	outline: none;
	}
a.menu:active {
	color: #FF66FF;
	}
a.menu:hover {
	background: #FF00FF;
	color: #FFCCFF;
	text-decoration: underline;
	}
strong, b {
	font-weight: bold;
	}
h1, h2 {

	margin-bottom: 1em;

	text-transform: lowercase;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	color: #FF00FF;

}


h1 {

	letter-spacing: -2px;

	font-size: 2 em;

}



h2 {

	letter-spacing: -1px;

	font-size: 1.7em;

}



h3 {
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 15px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
p {

	margin-bottom: 2.5em;

	line-height: 140%;

}
img {
	border: 0;
	}
.picture-left {
	float: left;
	width: 140px;
}
.picture-right {
	float: right;
}
#button {
	width: 12em;
	border-right: 1px solid #FFCCFF;
	border-left: 1px solid #CC00CC;
	border-top: 1px solid #FFCCFF;
	border-bottom: 1px solid #CC00CC;
	padding: 0 0 0 0;
	margin-bottom: 0.5em;
	font-size: 14px;
	text-transform: lowercase;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #CC00CC;
	color: #000000;
	}
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		border-bottom: 1px solid #CC00CC;
		margin: 0;
		}
#button li a {
		display: block;
		padding: 4px 4px 4px 1em;
		border-left: 10px solid #CC00CC;
		border-right: 10px solid #FF99FF;
		background-color: #FF66FF;
		color: #000000;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

#button li a:hover {
		border-left: 10px solid #FF99FF;
		border-right: 10px solid #CC00CC;
		background-color: #FFCCFF;
		color: #000000;
		}
#button h3 {
		color: #FFFFFF;
		}
.box ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
.box li {
	margin: 10px;
	padding: 10px;
	list-style: none;
	border: 2px solid #FF66FF;
		margin: 0;
	}
.box p {
	margin-bottom: 0;

	line-height: 140%;
	
	}

.floatstop {
	clear:both;
}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
.ten {
	color: #999999;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
.smenu {
	color: #000000;
	}
.pink {
	color: #FF72F2;
	}
.amenu {
	font-size: 14px;
	}
blockquote {
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
.sptext {
	font-size: 13px;
	}
.dropcap {
	p:first-letter;
	 font-size: 150%; 
      font-style: italic; 
      font-weight: bold; 
      }
.pinkline {
	background-color: #FFCCFF;
	}	
.indent {
	margin-left: 30px;
	}
.dpink {
	color: #FF99FF;
	}		
.bpink {
	color: #FF0080;
	}	
.dindent {
	margin-left: 30px;
	margin-right: 300px;
	}
.black {
	color: #000000;
	}
.lowcase {
	text-transform: lowercase;
	}
.bold	{
	font-weight: bold;
	}